From d89a082a20320e787eaba881efc776d12c408465 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 06:15:25 +0000 Subject: [PATCH] Version Packages --- .changeset/b.md | 9 --------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/b.md diff --git a/.changeset/b.md b/.changeset/b.md deleted file mode 100644 index 8df359d..0000000 --- a/.changeset/b.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@stacc/changeset-formatter": patch ---- - -Setup changesets - -- :hammer: **Tooling**: Added `changesets` for easier management of versions, changelog and releases. - Creating a release of each package to ensure the workflow works properly. -- :robot: **CI**: Added workflow using `changesets`-action to bump version, update CHANGELOGs, and publish the packages diff --git a/CHANGELOG.md b/CHANGELOG.md index 428f287..c442719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @stacc/changeset-formatter +## 0.0.2 + +### Patch Changes + +- Setup changesets ([`018c691`](https://github.com/stacc/changeset-formatter/commit/018c6915bb493f9c0839ee345929bea79070140e)) + + - :hammer: **Tooling**: Added `changesets` for easier management of versions, changelog and releases. + Creating a release of each package to ensure the workflow works properly. + - :robot: **CI**: Added workflow using `changesets`-action to bump version, update CHANGELOGs, and publish the packages + ## 0.0.1 ### Patch Changes diff --git a/package.json b/package.json index 57d35f6..9026820 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stacc/changeset-formatter", - "version": "0.0.1", + "version": "0.0.2", "description": "A custom formatter for changesets", "type": "commonjs", "main": "dist/index.js",