Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Version Packages #453

Merged
merged 1 commit into from
Dec 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/seven-jokes-sing.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/printer-ansi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @effect/printer-ansi

## 0.28.0

### Minor Changes

- [#452](https://github.com/Effect-TS/printer/pull/452) [`1d37228`](https://github.com/Effect-TS/printer/commit/1d37228e2a66d2c1e388f758ba60b7d23c4ecd7e) Thanks [@tim-smart](https://github.com/tim-smart)! - update effect

### Patch Changes

- Updated dependencies [[`1d37228`](https://github.com/Effect-TS/printer/commit/1d37228e2a66d2c1e388f758ba60b7d23c4ecd7e)]:
- @effect/printer@0.27.0

## 0.27.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/printer-ansi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/printer-ansi",
"version": "0.27.0",
"version": "0.28.0",
"repository": {
"type": "git",
"url": "https://github.com/Effect-TS/printer.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/printer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect/printer

## 0.27.0

### Minor Changes

- [#452](https://github.com/Effect-TS/printer/pull/452) [`1d37228`](https://github.com/Effect-TS/printer/commit/1d37228e2a66d2c1e388f758ba60b7d23c4ecd7e) Thanks [@tim-smart](https://github.com/tim-smart)! - update effect

## 0.26.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/printer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/printer",
"version": "0.26.0",
"version": "0.27.0",
"repository": {
"type": "git",
"url": "https://github.com/Effect-TS/printer.git"
Expand Down