diff --git a/.changeset/grumpy-bats-live.md b/.changeset/grumpy-bats-live.md deleted file mode 100644 index 61ce2263950..00000000000 --- a/.changeset/grumpy-bats-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Add flex-direction: column-reverse to AlphaStack diff --git a/.changeset/purple-hairs-teach.md b/.changeset/purple-hairs-teach.md deleted file mode 100644 index e6aa6d76d4e..00000000000 --- a/.changeset/purple-hairs-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Updated shadow and placement of the BulkActions bar for greater visibility diff --git a/polaris-cli/CHANGELOG.md b/polaris-cli/CHANGELOG.md index 6dfc57dedcc..597284ffbac 100644 --- a/polaris-cli/CHANGELOG.md +++ b/polaris-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @shopify/plugin-polaris +## 0.0.20 + ## 0.0.19 ### Patch Changes diff --git a/polaris-cli/package.json b/polaris-cli/package.json index 9b0b91d83d1..cb9cc4c0772 100644 --- a/polaris-cli/package.json +++ b/polaris-cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/plugin-polaris", - "version": "0.0.19", + "version": "0.0.20", "description": "Commands for building Shopify Apps with Polaris", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index 9bc7afd9c49..40e26c43115 100644 --- a/polaris-migrator/package.json +++ b/polaris-migrator/package.json @@ -52,7 +52,7 @@ "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", - "@shopify/polaris": "^10.14.0", + "@shopify/polaris": "^10.15.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 5c042eb6ed6..d0379399228 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 10.15.0 + +### Minor Changes + +- [#7842](https://github.com/Shopify/polaris/pull/7842) [`49ed527b2`](https://github.com/Shopify/polaris/commit/49ed527b28440df57dcd5e57e45f945912239c4a) Thanks [@yurm04](https://github.com/yurm04)! - Add flex-direction: column-reverse to AlphaStack + +### Patch Changes + +- [#7851](https://github.com/Shopify/polaris/pull/7851) [`b36f63183`](https://github.com/Shopify/polaris/commit/b36f6318318ebd7afa5441cefac613e5594a1481) Thanks [@mrcthms](https://github.com/mrcthms)! - Updated shadow and placement of the BulkActions bar for greater visibility + ## 10.14.0 ### Minor Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 3850b51d998..731e2fd31fb 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 ``` @@ -70,7 +70,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 666aea5cf77..4cf3033aef2 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": "10.14.0", + "version": "10.15.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 8bac52257f6..eb2792372ab 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,12 @@ # polaris.shopify.com +## 0.27.1 + +### Patch Changes + +- Updated dependencies [[`49ed527b2`](https://github.com/Shopify/polaris/commit/49ed527b28440df57dcd5e57e45f945912239c4a), [`b36f63183`](https://github.com/Shopify/polaris/commit/b36f6318318ebd7afa5441cefac613e5594a1481)]: + - @shopify/polaris@10.15.0 + ## 0.27.0 ### Minor Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index af6cdc3cf35..d7812f95763 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.27.0", + "version": "0.27.1", "private": true, "scripts": { "build": "yarn gen-assets && playroom build && next build", @@ -21,7 +21,7 @@ "dependencies": { "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", - "@shopify/polaris": "^10.14.0", + "@shopify/polaris": "^10.15.0", "@shopify/polaris-icons": "^6.7.0", "@shopify/polaris-tokens": "^6.3.0", "codesandbox": "^2.2.3",