diff --git a/.changeset/rich-ghosts-push.md b/.changeset/rich-ghosts-push.md deleted file mode 100644 index 1dc96cba0e9..00000000000 --- a/.changeset/rich-ghosts-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed `TextField` blurring when interacting with the `Spinner` buttons diff --git a/.changeset/rich-hats-dream.md b/.changeset/rich-hats-dream.md deleted file mode 100644 index 81c6e425edd..00000000000 --- a/.changeset/rich-hats-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed disabled button styling on `ContextualSaveBar` component diff --git a/.changeset/weak-roses-doubt.md b/.changeset/weak-roses-doubt.md deleted file mode 100644 index c5b319de9bc..00000000000 --- a/.changeset/weak-roses-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed styling on `IndexTable` component header tooltip diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index f42f323d824..dfa14cfcaca 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -55,7 +55,7 @@ "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", - "@shopify/polaris": "^12.0.2", + "@shopify/polaris": "^12.0.3", "plop": "^3.1.1", "plop-dir": "^0.0.5", "prettier": "^2.7.1", diff --git a/polaris-react/CHANGELOG.md b/polaris-react/CHANGELOG.md index f7e78159a6a..87a7aa2916e 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 12.0.3 + +### Patch Changes + +- [#11018](https://github.com/Shopify/polaris/pull/11018) [`38ed8a9ba`](https://github.com/Shopify/polaris/commit/38ed8a9baf9e3ddc26b6399cddf6725b25c82031) Thanks [@zaquille-oneil](https://github.com/zaquille-oneil)! - Fixed `TextField` blurring when interacting with the `Spinner` buttons + +* [#11067](https://github.com/Shopify/polaris/pull/11067) [`a1cff3557`](https://github.com/Shopify/polaris/commit/a1cff35579417d5dcb43b6da58eb90f7cb0d16f4) Thanks [@laurkim](https://github.com/laurkim)! - Fixed disabled button styling on `ContextualSaveBar` component + +- [#11066](https://github.com/Shopify/polaris/pull/11066) [`9d5fedbce`](https://github.com/Shopify/polaris/commit/9d5fedbce0995da8ad17e6e8a5e2555fb3daa484) Thanks [@laurkim](https://github.com/laurkim)! - Fixed styling on `IndexTable` component header tooltip + ## 12.0.2 ### Patch Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 3f266b169b1..f53987ee42a 100644 --- a/polaris-react/README.md +++ b/polaris-react/README.md @@ -33,7 +33,7 @@ Otherwise include the CSS in your HTML. We suggest copying the styles file into ```html ``` @@ -84,7 +84,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi ```html ``` diff --git a/polaris-react/package.json b/polaris-react/package.json index e4546e619f2..946d978a020 100644 --- a/polaris-react/package.json +++ b/polaris-react/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/polaris", "description": "Shopify’s admin product component library", - "version": "12.0.2", + "version": "12.0.3", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index 843c16b4d04..a57399a743d 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,12 @@ # polaris.shopify.com +## 0.60.1 + +### Patch Changes + +- Updated dependencies [[`38ed8a9ba`](https://github.com/Shopify/polaris/commit/38ed8a9baf9e3ddc26b6399cddf6725b25c82031), [`a1cff3557`](https://github.com/Shopify/polaris/commit/a1cff35579417d5dcb43b6da58eb90f7cb0d16f4), [`9d5fedbce`](https://github.com/Shopify/polaris/commit/9d5fedbce0995da8ad17e6e8a5e2555fb3daa484)]: + - @shopify/polaris@12.0.3 + ## 0.60.0 ### Minor Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index baa8b5e0a9d..c71670489e6 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.60.0", + "version": "0.60.1", "private": true, "engines": { "node": "^16.17.0 || >=18.12.0" @@ -27,7 +27,7 @@ "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^12.0.2", + "@shopify/polaris": "^12.0.3", "@shopify/polaris-icons": "^7.9.0", "@shopify/polaris-tokens": "^8.0.2", "@types/react-syntax-highlighter": "^15.5.6",