diff --git a/.changeset/four-kids-nail.md b/.changeset/four-kids-nail.md deleted file mode 100644 index 0653c576d19..00000000000 --- a/.changeset/four-kids-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Fixed issues with Popover, Tooltip, Color Picker and Drop Zone not working correctly when used inside Modals for embedded apps. diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 64bd2ce24ae..2eabd11cd70 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -240,7 +240,7 @@ importers: specifier: ^13.3.0 version: 13.3.0(rollup@2.79.1) '@shopify/polaris': - specifier: ^13.8.1 + specifier: ^13.9.0 version: link:../polaris-react '@types/is-git-clean': specifier: ^1.1.0 @@ -451,7 +451,7 @@ importers: specifier: ^0.0.14 version: 0.0.14(react@18.2.0) '@shopify/polaris': - specifier: ^13.8.1 + specifier: ^13.9.0 version: link:../polaris-react '@shopify/polaris-icons': specifier: ^9.3.0 diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 7331d10d55f..81eb9e4481c 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": "^13.8.1", + "@shopify/polaris": "^13.9.0", "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 e926b65705d..b77a4eec38d 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 13.9.0 + +### Minor Changes + +- [#12445](https://github.com/Shopify/polaris/pull/12445) [`66acfb1c9`](https://github.com/Shopify/polaris/commit/66acfb1c9bf10ccfbdc12d1b71b2c709632ed98b) Thanks [@vividviolet](https://github.com/vividviolet)! - Fixed issues with Popover, Tooltip, Color Picker and Drop Zone not working correctly when used inside Modals for embedded apps. + ## 13.8.1 ### Patch Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index 397d39a720b..385ada3e804 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": "13.8.1", + "version": "13.9.0", "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 027d6774c9c..a00cdfddbb6 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,12 @@ # polaris.shopify.com +## 1.0.13 + +### Patch Changes + +- Updated dependencies [[`66acfb1c9`](https://github.com/Shopify/polaris/commit/66acfb1c9bf10ccfbdc12d1b71b2c709632ed98b)]: + - @shopify/polaris@13.9.0 + ## 1.0.12 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index d66f5cf349d..a250c639675 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "1.0.12", + "version": "1.0.13", "private": true, "engines": { "node": ">=20.10.0" @@ -30,7 +30,7 @@ "@headlessui/react": "^1.6.5", "@juggle/resize-observer": "^3.4.0", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^13.8.1", + "@shopify/polaris": "^13.9.0", "@shopify/polaris-icons": "^9.3.0", "@shopify/polaris-tokens": "^9.4.0", "@types/react-syntax-highlighter": "^15.5.6",