diff --git a/.changeset/afraid-shirts-collect.md b/.changeset/afraid-shirts-collect.md deleted file mode 100644 index 5887f75..0000000 --- a/.changeset/afraid-shirts-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/starter-react-vite': patch ---- - -update dependency: msw@2.6.4 diff --git a/.changeset/ninety-icons-warn.md b/.changeset/ninety-icons-warn.md deleted file mode 100644 index a745f43..0000000 --- a/.changeset/ninety-icons-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/starter-react-vite': patch ---- - -add icon-size implementation diff --git a/CHANGELOG.md b/CHANGELOG.md index 061e15d..ba4e0fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @commencis/starter-react-vite +## 1.2.1 + +### Patch Changes + +- update dependency: msw@2.6.4 ([#32](https://github.com/Commencis/starter-react-vite/pull/32)) + +- add icon-size implementation ([#33](https://github.com/Commencis/starter-react-vite/pull/33)) + ## 1.2.0 ### Minor Changes diff --git a/package.json b/package.json index 20faa9a..ec75588 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/starter-react-vite", - "version": "1.2.0", + "version": "1.2.1", "build": "0", "description": "Commencis Starter - React Vite", "author": "Commencis WEB Team",