From 57a57a5c6fb497dfe9023a55c9730159ee846fbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:15:04 +1300 Subject: [PATCH] Version Packages (#427) Co-authored-by: github-actions[bot] --- .changeset/three-pianos-nail.md | 5 ----- .changeset/violet-balloons-film.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/three-pianos-nail.md delete mode 100644 .changeset/violet-balloons-film.md diff --git a/.changeset/three-pianos-nail.md b/.changeset/three-pianos-nail.md deleted file mode 100644 index d9a9a70..0000000 --- a/.changeset/three-pianos-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/cli": patch ---- - -add Command.provideSync diff --git a/.changeset/violet-balloons-film.md b/.changeset/violet-balloons-film.md deleted file mode 100644 index 3406b2d..0000000 --- a/.changeset/violet-balloons-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/cli": patch ---- - -add Command.provideEffect diff --git a/CHANGELOG.md b/CHANGELOG.md index def466a..d88917c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @effect/cli +## 0.25.3 + +### Patch Changes + +- [#426](https://github.com/Effect-TS/cli/pull/426) [`5ac4637`](https://github.com/Effect-TS/cli/commit/5ac4637c37b779363115afb94b477e5f7558cf6b) Thanks [@tim-smart](https://github.com/tim-smart)! - add Command.provideSync + +- [#426](https://github.com/Effect-TS/cli/pull/426) [`5ac4637`](https://github.com/Effect-TS/cli/commit/5ac4637c37b779363115afb94b477e5f7558cf6b) Thanks [@tim-smart](https://github.com/tim-smart)! - add Command.provideEffect + ## 0.25.2 ### Patch Changes diff --git a/package.json b/package.json index 091bc85..9f84e0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/cli", - "version": "0.25.2", + "version": "0.25.3", "type": "module", "packageManager": "pnpm@8.10.2", "publishConfig": {