Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hyiso committed Aug 31, 2023
1 parent ddc1068 commit 552ebb4
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-08-31

### Changes

---

Packages with breaking changes:

- [`ansi` - `v0.4.0`](#ansi---v040)

Packages with other changes:

- There are no other changes in this release.

---

#### `ansi` - `v0.4.0`

- **BREAKING** **FEAT**: remove deprecated global instance `ansi`. ([ddc1068e](https://github.com/hyiso/ansi/commit/ddc1068e46c0c708a5b27808b145ab9d2b91fb51))
- **BREAKING** **FEAT**: make `ansi` a pure package. ([9a6f6e08](https://github.com/hyiso/ansi/commit/9a6f6e0853cf4ded0710601215b500b1b204735f))


## 2023-08-25

### Changes
Expand Down
7 changes: 7 additions & 0 deletions packages/ansi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.4.0

> Note: This release has breaking changes.
- **BREAKING** **FEAT**: remove deprecated global instance `ansi`. ([ddc1068e](https://github.com/hyiso/ansi/commit/ddc1068e46c0c708a5b27808b145ab9d2b91fb51))
- **BREAKING** **FEAT**: make `ansi` a pure package. ([9a6f6e08](https://github.com/hyiso/ansi/commit/9a6f6e0853cf4ded0710601215b500b1b204735f))

## 0.3.2

- **FEAT**: support running in test. ([8824d598](https://github.com/hyiso/ansi/commit/8824d598d07b1ae2e8bc26fc1d304862e5ea7111))
Expand Down
2 changes: 1 addition & 1 deletion packages/ansi/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ansi
description: Terminal string styling done right with a number of builtin style functions.
version: 0.3.2
version: 0.4.0
homepage: https://github.com/hyiso/ansi
repository: https://github.com/hyiso/ansi/tree/main/packages/ansi

Expand Down
2 changes: 1 addition & 1 deletion packages/ansi_slice/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ environment:
# path: ^1.8.0

dev_dependencies:
ansi: ^0.3.2
ansi: ^0.4.0
lints: ^2.0.0
test: ^1.16.0
2 changes: 1 addition & 1 deletion packages/ansi_wrap/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
string_width: ^0.1.2

dev_dependencies:
ansi: ^0.3.2
ansi: ^0.4.0
ansi_regex: ^0.1.2
lints: ^2.0.0
test: ^1.16.0

0 comments on commit 552ebb4

Please sign in to comment.