diff --git a/.changeset/smart-books-mix.md b/.changeset/smart-books-mix.md deleted file mode 100644 index 9262611b9..000000000 --- a/.changeset/smart-books-mix.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@cypress-design/icon-registry': patch -'@cypress-design/react-icon': patch -'@cypress-design/vue-icon': patch ---- - -Updated the Facebook, X, and RSS icons diff --git a/components/Icon/react/CHANGELOG.md b/components/Icon/react/CHANGELOG.md index 4108dbaac..d549be539 100644 --- a/components/Icon/react/CHANGELOG.md +++ b/components/Icon/react/CHANGELOG.md @@ -1,5 +1,14 @@ # @cypress-design/react-icon +## 1.35.1 + +### Patch Changes + +- [#631](https://github.com/cypress-io/cypress-design/pull/631) [`6c016dd`](https://github.com/cypress-io/cypress-design/commit/6c016dd2fad79c9e2c651b4a6c62ba12a46fde58) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Updated the Facebook, X, and RSS icons + +- Updated dependencies [[`6c016dd`](https://github.com/cypress-io/cypress-design/commit/6c016dd2fad79c9e2c651b4a6c62ba12a46fde58)]: + - @cypress-design/icon-registry@1.35.1 + ## 1.35.0 ### Minor Changes diff --git a/components/Icon/react/package.json b/components/Icon/react/package.json index 02e9d7818..858afc765 100644 --- a/components/Icon/react/package.json +++ b/components/Icon/react/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/react-icon", - "version": "1.35.0", + "version": "1.35.1", "files": [ "*" ], diff --git a/components/Icon/vue/CHANGELOG.md b/components/Icon/vue/CHANGELOG.md index aa361081a..d77af2a08 100644 --- a/components/Icon/vue/CHANGELOG.md +++ b/components/Icon/vue/CHANGELOG.md @@ -1,5 +1,14 @@ # @cypress-design/vue-icon +## 1.35.1 + +### Patch Changes + +- [#631](https://github.com/cypress-io/cypress-design/pull/631) [`6c016dd`](https://github.com/cypress-io/cypress-design/commit/6c016dd2fad79c9e2c651b4a6c62ba12a46fde58) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Updated the Facebook, X, and RSS icons + +- Updated dependencies [[`6c016dd`](https://github.com/cypress-io/cypress-design/commit/6c016dd2fad79c9e2c651b4a6c62ba12a46fde58)]: + - @cypress-design/icon-registry@1.35.1 + ## 1.35.0 ### Minor Changes diff --git a/components/Icon/vue/package.json b/components/Icon/vue/package.json index fe99c8ecd..2f02bcfaf 100644 --- a/components/Icon/vue/package.json +++ b/components/Icon/vue/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/vue-icon", - "version": "1.35.0", + "version": "1.35.1", "files": [ "*" ], diff --git a/icon-registry/CHANGELOG.md b/icon-registry/CHANGELOG.md index a533359d0..e74854526 100644 --- a/icon-registry/CHANGELOG.md +++ b/icon-registry/CHANGELOG.md @@ -1,5 +1,11 @@ # @cypress-design/icon-registry +## 1.35.1 + +### Patch Changes + +- [#631](https://github.com/cypress-io/cypress-design/pull/631) [`6c016dd`](https://github.com/cypress-io/cypress-design/commit/6c016dd2fad79c9e2c651b4a6c62ba12a46fde58) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Updated the Facebook, X, and RSS icons + ## 1.35.0 ### Minor Changes diff --git a/icon-registry/package.json b/icon-registry/package.json index 1dcb2538a..87557e31c 100644 --- a/icon-registry/package.json +++ b/icon-registry/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/icon-registry", - "version": "1.35.0", + "version": "1.35.1", "description": "All svg files to be exposed to the Icon component", "main": "dist/index.umd.js", "module": "dist/index.es.mjs",