diff --git a/.changeset/calm-zoos-think.md b/.changeset/calm-zoos-think.md deleted file mode 100644 index 0a8911d03..000000000 --- a/.changeset/calm-zoos-think.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@cypress-design/constants-button": patch -"@cypress-design/react-button": patch -"@cypress-design/vue-button": patch ---- - -add bg white to outline-disabled diff --git a/components/Button/constants/CHANGELOG.md b/components/Button/constants/CHANGELOG.md index 095f67349..fd7b915fc 100644 --- a/components/Button/constants/CHANGELOG.md +++ b/components/Button/constants/CHANGELOG.md @@ -1,5 +1,11 @@ # @cypress-design/constants-button +## 0.1.8 + +### Patch Changes + +- [`04f8d3e`](https://github.com/cypress-io/cypress-design/commit/04f8d3e68b7d222e89897d9ca046f98034ece1a6) Thanks [@elevatebart](https://github.com/elevatebart)! - add bg white to outline-disabled + ## 0.1.7 ### Patch Changes diff --git a/components/Button/constants/package.json b/components/Button/constants/package.json index b354d416f..343c996bf 100644 --- a/components/Button/constants/package.json +++ b/components/Button/constants/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/constants-button", - "version": "0.1.7", + "version": "0.1.8", "files": [ "*" ], diff --git a/components/Button/react/CHANGELOG.md b/components/Button/react/CHANGELOG.md index 2beba0f82..c92f06078 100644 --- a/components/Button/react/CHANGELOG.md +++ b/components/Button/react/CHANGELOG.md @@ -1,5 +1,14 @@ # @cypress-design/react-button +## 0.12.8 + +### Patch Changes + +- [`04f8d3e`](https://github.com/cypress-io/cypress-design/commit/04f8d3e68b7d222e89897d9ca046f98034ece1a6) Thanks [@elevatebart](https://github.com/elevatebart)! - add bg white to outline-disabled + +- Updated dependencies [[`04f8d3e`](https://github.com/cypress-io/cypress-design/commit/04f8d3e68b7d222e89897d9ca046f98034ece1a6)]: + - @cypress-design/constants-button@0.1.8 + ## 0.12.7 ### Patch Changes diff --git a/components/Button/react/package.json b/components/Button/react/package.json index 5154376d5..8a800ca89 100644 --- a/components/Button/react/package.json +++ b/components/Button/react/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/react-button", - "version": "0.12.7", + "version": "0.12.8", "files": [ "*" ], diff --git a/components/Button/vue/CHANGELOG.md b/components/Button/vue/CHANGELOG.md index b9f05bf5c..e01e8bf1f 100644 --- a/components/Button/vue/CHANGELOG.md +++ b/components/Button/vue/CHANGELOG.md @@ -1,5 +1,14 @@ # @cypress-design/vue-button +## 0.11.11 + +### Patch Changes + +- [`04f8d3e`](https://github.com/cypress-io/cypress-design/commit/04f8d3e68b7d222e89897d9ca046f98034ece1a6) Thanks [@elevatebart](https://github.com/elevatebart)! - add bg white to outline-disabled + +- Updated dependencies [[`04f8d3e`](https://github.com/cypress-io/cypress-design/commit/04f8d3e68b7d222e89897d9ca046f98034ece1a6)]: + - @cypress-design/constants-button@0.1.8 + ## 0.11.10 ### Patch Changes diff --git a/components/Button/vue/package.json b/components/Button/vue/package.json index ae013c2e6..301139eeb 100644 --- a/components/Button/vue/package.json +++ b/components/Button/vue/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/vue-button", - "version": "0.11.10", + "version": "0.11.11", "files": [ "*" ],