diff --git a/.changeset/big-queens-smoke.md b/.changeset/big-queens-smoke.md deleted file mode 100644 index b5db46e00..000000000 --- a/.changeset/big-queens-smoke.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@cypress-design/react-icon': minor -'@cypress-design/vue-icon': minor -'@cypress-design/icon-registry': minor ---- - -Adding AI disabled icon in 16x size diff --git a/components/Icon/react/CHANGELOG.md b/components/Icon/react/CHANGELOG.md index c1e62a624..9c19a7353 100644 --- a/components/Icon/react/CHANGELOG.md +++ b/components/Icon/react/CHANGELOG.md @@ -1,5 +1,16 @@ # @cypress-design/react-icon +## 1.28.0 + +### Minor Changes + +- [#604](https://github.com/cypress-io/cypress-design/pull/604) [`946eed0`](https://github.com/cypress-io/cypress-design/commit/946eed06260eb938f5b4f7c6a9044d4f8a118c7d) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding AI disabled icon in 16x size + +### Patch Changes + +- Updated dependencies [[`946eed0`](https://github.com/cypress-io/cypress-design/commit/946eed06260eb938f5b4f7c6a9044d4f8a118c7d)]: + - @cypress-design/icon-registry@1.28.0 + ## 1.27.0 ### Minor Changes diff --git a/components/Icon/react/package.json b/components/Icon/react/package.json index 9b23ec8cf..baf3c2e3b 100644 --- a/components/Icon/react/package.json +++ b/components/Icon/react/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/react-icon", - "version": "1.27.0", + "version": "1.28.0", "files": [ "*" ], diff --git a/components/Icon/vue/CHANGELOG.md b/components/Icon/vue/CHANGELOG.md index c7b879816..f079e538b 100644 --- a/components/Icon/vue/CHANGELOG.md +++ b/components/Icon/vue/CHANGELOG.md @@ -1,5 +1,16 @@ # @cypress-design/vue-icon +## 1.28.0 + +### Minor Changes + +- [#604](https://github.com/cypress-io/cypress-design/pull/604) [`946eed0`](https://github.com/cypress-io/cypress-design/commit/946eed06260eb938f5b4f7c6a9044d4f8a118c7d) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding AI disabled icon in 16x size + +### Patch Changes + +- Updated dependencies [[`946eed0`](https://github.com/cypress-io/cypress-design/commit/946eed06260eb938f5b4f7c6a9044d4f8a118c7d)]: + - @cypress-design/icon-registry@1.28.0 + ## 1.27.0 ### Minor Changes diff --git a/components/Icon/vue/package.json b/components/Icon/vue/package.json index a4a8b7f2c..5cca0c268 100644 --- a/components/Icon/vue/package.json +++ b/components/Icon/vue/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/vue-icon", - "version": "1.27.0", + "version": "1.28.0", "files": [ "*" ], diff --git a/icon-registry/CHANGELOG.md b/icon-registry/CHANGELOG.md index f5425323c..45197906e 100644 --- a/icon-registry/CHANGELOG.md +++ b/icon-registry/CHANGELOG.md @@ -1,5 +1,11 @@ # @cypress-design/icon-registry +## 1.28.0 + +### Minor Changes + +- [#604](https://github.com/cypress-io/cypress-design/pull/604) [`946eed0`](https://github.com/cypress-io/cypress-design/commit/946eed06260eb938f5b4f7c6a9044d4f8a118c7d) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding AI disabled icon in 16x size + ## 1.27.0 ### Minor Changes diff --git a/icon-registry/package.json b/icon-registry/package.json index 5e3a3ad33..c6516a037 100644 --- a/icon-registry/package.json +++ b/icon-registry/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/icon-registry", - "version": "1.27.0", + "version": "1.28.0", "description": "All svg files to be exposed to the Icon component", "main": "dist/index.umd.js", "module": "dist/index.es.mjs",