Skip to content

Commit 552ebb4

Browse files
committed
chore(release): publish packages
- ansi@0.4.0
1 parent ddc1068 commit 552ebb4

File tree

5 files changed

+32
-3
lines changed

5 files changed

+32
-3
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2023-08-31
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- [`ansi` - `v0.4.0`](#ansi---v040)
15+
16+
Packages with other changes:
17+
18+
- There are no other changes in this release.
19+
20+
---
21+
22+
#### `ansi` - `v0.4.0`
23+
24+
- **BREAKING** **FEAT**: remove deprecated global instance `ansi`. ([ddc1068e](https://github.com/hyiso/ansi/commit/ddc1068e46c0c708a5b27808b145ab9d2b91fb51))
25+
- **BREAKING** **FEAT**: make `ansi` a pure package. ([9a6f6e08](https://github.com/hyiso/ansi/commit/9a6f6e0853cf4ded0710601215b500b1b204735f))
26+
27+
628
## 2023-08-25
729

830
### Changes

packages/ansi/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.4.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **BREAKING** **FEAT**: remove deprecated global instance `ansi`. ([ddc1068e](https://github.com/hyiso/ansi/commit/ddc1068e46c0c708a5b27808b145ab9d2b91fb51))
6+
- **BREAKING** **FEAT**: make `ansi` a pure package. ([9a6f6e08](https://github.com/hyiso/ansi/commit/9a6f6e0853cf4ded0710601215b500b1b204735f))
7+
18
## 0.3.2
29

310
- **FEAT**: support running in test. ([8824d598](https://github.com/hyiso/ansi/commit/8824d598d07b1ae2e8bc26fc1d304862e5ea7111))

packages/ansi/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ansi
22
description: Terminal string styling done right with a number of builtin style functions.
3-
version: 0.3.2
3+
version: 0.4.0
44
homepage: https://github.com/hyiso/ansi
55
repository: https://github.com/hyiso/ansi/tree/main/packages/ansi
66

packages/ansi_slice/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ environment:
1111
# path: ^1.8.0
1212

1313
dev_dependencies:
14-
ansi: ^0.3.2
14+
ansi: ^0.4.0
1515
lints: ^2.0.0
1616
test: ^1.16.0

packages/ansi_wrap/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
string_width: ^0.1.2
1515

1616
dev_dependencies:
17-
ansi: ^0.3.2
17+
ansi: ^0.4.0
1818
ansi_regex: ^0.1.2
1919
lints: ^2.0.0
2020
test: ^1.16.0

0 commit comments

Comments
 (0)