diff --git a/.changeset/all-suits-fold.md b/.changeset/all-suits-fold.md deleted file mode 100644 index d053889f0..000000000 --- a/.changeset/all-suits-fold.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@cypress-design/icon-registry': minor -'@cypress-design/react-icon': minor -'@cypress-design/vue-icon': minor ---- - -Add icon for record-disabled at 16x and 24x size diff --git a/.changeset/breezy-pigs-cough.md b/.changeset/breezy-pigs-cough.md deleted file mode 100644 index 2ee021efe..000000000 --- a/.changeset/breezy-pigs-cough.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@cypress-design/react-icon': minor -'@cypress-design/vue-icon': minor -'@cypress-design/icon-registry': minor ---- - -Adding Cypress icon, filled version diff --git a/components/Icon/react/CHANGELOG.md b/components/Icon/react/CHANGELOG.md index 9c19a7353..d5c35e1ae 100644 --- a/components/Icon/react/CHANGELOG.md +++ b/components/Icon/react/CHANGELOG.md @@ -1,5 +1,18 @@ # @cypress-design/react-icon +## 1.29.0 + +### Minor Changes + +- [#606](https://github.com/cypress-io/cypress-design/pull/606) [`cab1a89`](https://github.com/cypress-io/cypress-design/commit/cab1a89ccac83bd51ca68dce92bfb178fdd8a323) Thanks [@jennifer-shehane](https://github.com/jennifer-shehane)! - Add icon for record-disabled at 16x and 24x size + +- [#608](https://github.com/cypress-io/cypress-design/pull/608) [`e6cf01d`](https://github.com/cypress-io/cypress-design/commit/e6cf01d858eb165139c5f66308a6ec4c0df649cb) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding Cypress icon, filled version + +### Patch Changes + +- Updated dependencies [[`cab1a89`](https://github.com/cypress-io/cypress-design/commit/cab1a89ccac83bd51ca68dce92bfb178fdd8a323), [`e6cf01d`](https://github.com/cypress-io/cypress-design/commit/e6cf01d858eb165139c5f66308a6ec4c0df649cb)]: + - @cypress-design/icon-registry@1.29.0 + ## 1.28.0 ### Minor Changes diff --git a/components/Icon/react/package.json b/components/Icon/react/package.json index baf3c2e3b..f9227d232 100644 --- a/components/Icon/react/package.json +++ b/components/Icon/react/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/react-icon", - "version": "1.28.0", + "version": "1.29.0", "files": [ "*" ], diff --git a/components/Icon/vue/CHANGELOG.md b/components/Icon/vue/CHANGELOG.md index f079e538b..c2129f259 100644 --- a/components/Icon/vue/CHANGELOG.md +++ b/components/Icon/vue/CHANGELOG.md @@ -1,5 +1,18 @@ # @cypress-design/vue-icon +## 1.29.0 + +### Minor Changes + +- [#606](https://github.com/cypress-io/cypress-design/pull/606) [`cab1a89`](https://github.com/cypress-io/cypress-design/commit/cab1a89ccac83bd51ca68dce92bfb178fdd8a323) Thanks [@jennifer-shehane](https://github.com/jennifer-shehane)! - Add icon for record-disabled at 16x and 24x size + +- [#608](https://github.com/cypress-io/cypress-design/pull/608) [`e6cf01d`](https://github.com/cypress-io/cypress-design/commit/e6cf01d858eb165139c5f66308a6ec4c0df649cb) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding Cypress icon, filled version + +### Patch Changes + +- Updated dependencies [[`cab1a89`](https://github.com/cypress-io/cypress-design/commit/cab1a89ccac83bd51ca68dce92bfb178fdd8a323), [`e6cf01d`](https://github.com/cypress-io/cypress-design/commit/e6cf01d858eb165139c5f66308a6ec4c0df649cb)]: + - @cypress-design/icon-registry@1.29.0 + ## 1.28.0 ### Minor Changes diff --git a/components/Icon/vue/package.json b/components/Icon/vue/package.json index 5cca0c268..0e4f7340f 100644 --- a/components/Icon/vue/package.json +++ b/components/Icon/vue/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/vue-icon", - "version": "1.28.0", + "version": "1.29.0", "files": [ "*" ], diff --git a/icon-registry/CHANGELOG.md b/icon-registry/CHANGELOG.md index 45197906e..d8cd69c50 100644 --- a/icon-registry/CHANGELOG.md +++ b/icon-registry/CHANGELOG.md @@ -1,5 +1,13 @@ # @cypress-design/icon-registry +## 1.29.0 + +### Minor Changes + +- [#606](https://github.com/cypress-io/cypress-design/pull/606) [`cab1a89`](https://github.com/cypress-io/cypress-design/commit/cab1a89ccac83bd51ca68dce92bfb178fdd8a323) Thanks [@jennifer-shehane](https://github.com/jennifer-shehane)! - Add icon for record-disabled at 16x and 24x size + +- [#608](https://github.com/cypress-io/cypress-design/pull/608) [`e6cf01d`](https://github.com/cypress-io/cypress-design/commit/e6cf01d858eb165139c5f66308a6ec4c0df649cb) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding Cypress icon, filled version + ## 1.28.0 ### Minor Changes diff --git a/icon-registry/package.json b/icon-registry/package.json index c6516a037..93337b447 100644 --- a/icon-registry/package.json +++ b/icon-registry/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/icon-registry", - "version": "1.28.0", + "version": "1.29.0", "description": "All svg files to be exposed to the Icon component", "main": "dist/index.umd.js", "module": "dist/index.es.mjs",