From 395a04043fe3544f995b81b07030e5fa14d1fe4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:53:21 +0300 Subject: [PATCH] chore: publish new package versions (#2007) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @core/elixir-client@0.2.2 ### Patch Changes - 6353810: Fixed versioning in CI Co-authored-by: github-actions[bot] --- .changeset/modern-apricots-stare.md | 5 ----- packages/elixir-client/CHANGELOG.md | 6 ++++++ packages/elixir-client/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/modern-apricots-stare.md diff --git a/.changeset/modern-apricots-stare.md b/.changeset/modern-apricots-stare.md deleted file mode 100644 index 695da936ce..0000000000 --- a/.changeset/modern-apricots-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@core/elixir-client": patch ---- - -Fixed versioning in CI diff --git a/packages/elixir-client/CHANGELOG.md b/packages/elixir-client/CHANGELOG.md index 6791c1b2cc..6319c06ed4 100644 --- a/packages/elixir-client/CHANGELOG.md +++ b/packages/elixir-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @core/elixir-client +## 0.2.2 + +### Patch Changes + +- 6353810: Fixed versioning in CI + ## 0.2.1 ### Patch Changes diff --git a/packages/elixir-client/package.json b/packages/elixir-client/package.json index aa9eb78fc8..ee823214f2 100644 --- a/packages/elixir-client/package.json +++ b/packages/elixir-client/package.json @@ -1,7 +1,7 @@ { "name": "@core/elixir-client", "private": true, - "version": "0.2.1", + "version": "0.2.2", "scripts": { "publish:hex": "mix do deps.get, hex.publish --yes" }