From 6c446978c3bbae3b3b381d5d7e57049615880e9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Feb 2023 19:02:26 +0000 Subject: [PATCH] Version Packages --- .changeset/beige-falcons-guess.md | 5 ----- .changeset/big-carrots-rescue.md | 5 ----- .changeset/fresh-boats-fly.md | 5 ----- .changeset/lazy-crews-sing.md | 5 ----- .changeset/slimy-years-tie.md | 5 ----- .changeset/thin-apricots-admire.md | 5 ----- .changeset/unlucky-bags-fry.md | 5 ----- polaris-cli/CHANGELOG.md | 2 ++ polaris-cli/package.json | 2 +- polaris-migrator/package.json | 2 +- polaris-react/CHANGELOG.md | 18 ++++++++++++++++++ polaris-react/README.md | 4 ++-- polaris-react/package.json | 2 +- polaris.shopify.com/CHANGELOG.md | 9 +++++++++ polaris.shopify.com/package.json | 4 ++-- 15 files changed, 36 insertions(+), 42 deletions(-) delete mode 100644 .changeset/beige-falcons-guess.md delete mode 100644 .changeset/big-carrots-rescue.md delete mode 100644 .changeset/fresh-boats-fly.md delete mode 100644 .changeset/lazy-crews-sing.md delete mode 100644 .changeset/slimy-years-tie.md delete mode 100644 .changeset/thin-apricots-admire.md delete mode 100644 .changeset/unlucky-bags-fry.md diff --git a/.changeset/beige-falcons-guess.md b/.changeset/beige-falcons-guess.md deleted file mode 100644 index 7ea79ebc30c..00000000000 --- a/.changeset/beige-falcons-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Remove unused class in Page Header diff --git a/.changeset/big-carrots-rescue.md b/.changeset/big-carrots-rescue.md deleted file mode 100644 index 2dfd6815351..00000000000 --- a/.changeset/big-carrots-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Updated Patterns/Typography copy to include suggestions for uppercase typography styles diff --git a/.changeset/fresh-boats-fly.md b/.changeset/fresh-boats-fly.md deleted file mode 100644 index cbd5fcf2901..00000000000 --- a/.changeset/fresh-boats-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Updated `Tabs` component to use layout primitives diff --git a/.changeset/lazy-crews-sing.md b/.changeset/lazy-crews-sing.md deleted file mode 100644 index fe9b00836f2..00000000000 --- a/.changeset/lazy-crews-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Rebuilt Page Header with layout components diff --git a/.changeset/slimy-years-tie.md b/.changeset/slimy-years-tie.md deleted file mode 100644 index b74eb100b01..00000000000 --- a/.changeset/slimy-years-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Updated `OptionList` to use new layout primitives diff --git a/.changeset/thin-apricots-admire.md b/.changeset/thin-apricots-admire.md deleted file mode 100644 index eb4f6d65364..00000000000 --- a/.changeset/thin-apricots-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Updated `Popover` to use new layout primitives diff --git a/.changeset/unlucky-bags-fry.md b/.changeset/unlucky-bags-fry.md deleted file mode 100644 index 341e81f5f81..00000000000 --- a/.changeset/unlucky-bags-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': patch ---- - -Fixed Backdrop onClick callback when setClosing is missing diff --git a/polaris-cli/CHANGELOG.md b/polaris-cli/CHANGELOG.md index c85652a4a1b..7257c583689 100644 --- a/polaris-cli/CHANGELOG.md +++ b/polaris-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @shopify/polaris-cli +## 0.1.1 + ## 0.1.0 ### Minor Changes diff --git a/polaris-cli/package.json b/polaris-cli/package.json index f38a0ba85a8..753fdf13b81 100644 --- a/polaris-cli/package.json +++ b/polaris-cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-cli", - "version": "0.1.0", + "version": "0.1.1", "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 82a74e925ee..f227ca5fa47 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.24.2", + "@shopify/polaris": "^10.25.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 e14ada442d5..cb0656d7212 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 10.25.0 + +### Minor Changes + +- [#7950](https://github.com/Shopify/polaris/pull/7950) [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b) Thanks [@laurkim](https://github.com/laurkim)! - Updated `Tabs` component to use layout primitives + +* [#7950](https://github.com/Shopify/polaris/pull/7950) [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b) Thanks [@laurkim](https://github.com/laurkim)! - Updated `OptionList` to use new layout primitives + +- [#7950](https://github.com/Shopify/polaris/pull/7950) [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b) Thanks [@laurkim](https://github.com/laurkim)! - Updated `Popover` to use new layout primitives + +### Patch Changes + +- [#7950](https://github.com/Shopify/polaris/pull/7950) [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b) Thanks [@laurkim](https://github.com/laurkim)! - Remove unused class in Page Header + +* [#7950](https://github.com/Shopify/polaris/pull/7950) [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b) Thanks [@laurkim](https://github.com/laurkim)! - Rebuilt Page Header with layout components + +- [#8237](https://github.com/Shopify/polaris/pull/8237) [`17fa970db`](https://github.com/Shopify/polaris/commit/17fa970db66213fe659ee231e750f7054a72dc97) Thanks [@loic-d](https://github.com/loic-d)! - Fixed Backdrop onClick callback when setClosing is missing + ## 10.24.2 ### Patch Changes diff --git a/polaris-react/README.md b/polaris-react/README.md index 8281985a37d..601867ed004 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 cbd6b4f8a23..7c745475903 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.24.2", + "version": "10.25.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 b9b139db83b..c517da7fd60 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,14 @@ # polaris.shopify.com +## 0.31.1 + +### Patch Changes + +- [#8235](https://github.com/Shopify/polaris/pull/8235) [`5fbe75461`](https://github.com/Shopify/polaris/commit/5fbe75461499eb84940fd8b668bdd56c7a7e3073) Thanks [@laurkim](https://github.com/laurkim)! - Updated Patterns/Typography copy to include suggestions for uppercase typography styles + +- Updated dependencies [[`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b), [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b), [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b), [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b), [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b), [`17fa970db`](https://github.com/Shopify/polaris/commit/17fa970db66213fe659ee231e750f7054a72dc97)]: + - @shopify/polaris@10.25.0 + ## 0.31.0 ### Minor Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index f1acfb0eaa6..25c5372a8d8 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "0.31.0", + "version": "0.31.1", "private": true, "scripts": { "build": "yarn gen-assets && playroom build && next build && cp -r public ./.next/standalone/polaris.shopify.com/ && mkdirp ./.next/standalone/polaris.shopify.com/.next && cp -r .next/static ./.next/standalone/polaris.shopify.com/.next/", @@ -21,7 +21,7 @@ "dependencies": { "@floating-ui/react-dom-interactions": "^0.10.1", "@headlessui/react": "^1.6.5", - "@shopify/polaris": "^10.24.2", + "@shopify/polaris": "^10.25.0", "@shopify/polaris-icons": "^6.11.0", "@shopify/polaris-tokens": "^6.3.0", "@types/react-syntax-highlighter": "^15.5.6",