diff --git a/.changeset/big-crabs-tell.md b/.changeset/big-crabs-tell.md deleted file mode 100644 index 3d81c96edf8..00000000000 --- a/.changeset/big-crabs-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Removed all references to the dynamicTopBarAndReframe feature and revert functionality back to how it was diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0d6be1f7ace..e189ae0443c 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.7.0 + specifier: ^13.8.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.7.0 + specifier: ^13.8.0 version: link:../polaris-react '@shopify/polaris-icons': specifier: ^9.2.0 diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 1f76c5490f2..54345495fa2 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.7.0", + "@shopify/polaris": "^13.8.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 faa56f8b108..d28c6812f97 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 13.8.0 + +### Minor Changes + +- [#12359](https://github.com/Shopify/polaris/pull/12359) [`8f0f1b7e0`](https://github.com/Shopify/polaris/commit/8f0f1b7e01a1d500c619720b38705ed8214a42c8) Thanks [@mrcthms](https://github.com/mrcthms)! - Removed all references to the dynamicTopBarAndReframe feature and revert functionality back to how it was + ## 13.7.0 ### Minor Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index cc3d3566750..51e49838139 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.7.0", + "version": "13.8.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 4c677ed9e10..f4f262d391a 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,12 @@ # polaris.shopify.com +## 1.0.11 + +### Patch Changes + +- Updated dependencies [[`8f0f1b7e0`](https://github.com/Shopify/polaris/commit/8f0f1b7e01a1d500c619720b38705ed8214a42c8)]: + - @shopify/polaris@13.8.0 + ## 1.0.10 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 3a8452693e6..3ab47eff497 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "1.0.10", + "version": "1.0.11", "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.7.0", + "@shopify/polaris": "^13.8.0", "@shopify/polaris-icons": "^9.2.0", "@shopify/polaris-tokens": "^9.3.0", "@types/react-syntax-highlighter": "^15.5.6",