diff --git a/.changeset/slimy-mugs-wash.md b/.changeset/slimy-mugs-wash.md deleted file mode 100644 index c77bbc2..0000000 --- a/.changeset/slimy-mugs-wash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@effect/printer": patch -"@effect/printer-ansi": patch ---- - -Update @fp-ts/data diff --git a/packages/printer-ansi/CHANGELOG.md b/packages/printer-ansi/CHANGELOG.md index 5bc4be0..ebd36c2 100644 --- a/packages/printer-ansi/CHANGELOG.md +++ b/packages/printer-ansi/CHANGELOG.md @@ -1,5 +1,14 @@ # @effect/printer-ansi +## 0.1.4 + +### Patch Changes + +- [#358](https://github.com/Effect-TS/printer/pull/358) [`6b59124`](https://github.com/Effect-TS/printer/commit/6b59124fafd44e2758c6bcfc36316a29337669fe) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Update @fp-ts/data + +- Updated dependencies [[`6b59124`](https://github.com/Effect-TS/printer/commit/6b59124fafd44e2758c6bcfc36316a29337669fe)]: + - @effect/printer@0.1.4 + ## 0.1.3 ### Patch Changes diff --git a/packages/printer-ansi/package.json b/packages/printer-ansi/package.json index 0660102..94088ff 100644 --- a/packages/printer-ansi/package.json +++ b/packages/printer-ansi/package.json @@ -1,6 +1,6 @@ { "name": "@effect/printer-ansi", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "license": "MIT", "repository": "https://github.com/Effect-TS/printer.git", diff --git a/packages/printer/CHANGELOG.md b/packages/printer/CHANGELOG.md index 48bcf01..5f67619 100644 --- a/packages/printer/CHANGELOG.md +++ b/packages/printer/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect/printer +## 0.1.4 + +### Patch Changes + +- [#358](https://github.com/Effect-TS/printer/pull/358) [`6b59124`](https://github.com/Effect-TS/printer/commit/6b59124fafd44e2758c6bcfc36316a29337669fe) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Update @fp-ts/data + ## 0.1.3 ### Patch Changes diff --git a/packages/printer/package.json b/packages/printer/package.json index ab319b5..1969b8d 100644 --- a/packages/printer/package.json +++ b/packages/printer/package.json @@ -1,6 +1,6 @@ { "name": "@effect/printer", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "license": "MIT", "repository": "https://github.com/Effect-TS/printer.git",