diff --git a/.changeset/happy-laws-chew.md b/.changeset/happy-laws-chew.md deleted file mode 100644 index 6fe44d5..0000000 --- a/.changeset/happy-laws-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@showbie/backpack-tokens': patch ---- - -Upgrade package release workflow; this is just a test release diff --git a/.changeset/stale-boats-cough.md b/.changeset/stale-boats-cough.md deleted file mode 100644 index cef4f7c..0000000 --- a/.changeset/stale-boats-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@showbie/backpack-tokens': patch ---- - -Another patch to the CI release workflow diff --git a/packages/backpack-react/package.json b/packages/backpack-react/package.json index 657d985..514060d 100644 --- a/packages/backpack-react/package.json +++ b/packages/backpack-react/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@babel/core": "7.11.x", - "@showbie/backpack-tokens": "4.2.0", + "@showbie/backpack-tokens": "4.2.1", "@storybook/addon-a11y": "6.0.21", "@storybook/addon-essentials": "6.0.21", "@storybook/react": "6.0.21", diff --git a/packages/backpack-tokens/CHANGELOG.md b/packages/backpack-tokens/CHANGELOG.md index da0f0fe..84145ad 100644 --- a/packages/backpack-tokens/CHANGELOG.md +++ b/packages/backpack-tokens/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.2.1 + +### Patch Changes + +- [#286](https://github.com/showbie/backpack/pull/286) [`6bde3e9`](https://github.com/showbie/backpack/commit/6bde3e96f6f74d823d1ceb5034a11011eca5c91f) Thanks [@elidupuis](https://github.com/elidupuis)! - Upgrade package release workflow; this is just a test release + +- [#292](https://github.com/showbie/backpack/pull/292) [`1242a7e`](https://github.com/showbie/backpack/commit/1242a7e349647128c9c281435abfc585267fec55) Thanks [@elidupuis](https://github.com/elidupuis)! - Another patch to the CI release workflow + ## 4.2.0 ### Minor Changes diff --git a/packages/backpack-tokens/package.json b/packages/backpack-tokens/package.json index 491df52..c964a45 100644 --- a/packages/backpack-tokens/package.json +++ b/packages/backpack-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@showbie/backpack-tokens", - "version": "4.2.0", + "version": "4.2.1", "description": "Showbie Backpack design system tokens", "homepage": "https://design.showbie.com", "repository": {