diff --git a/.changeset/flat-fans-refuse.md b/.changeset/flat-fans-refuse.md deleted file mode 100644 index 0ce6ea96f0e..00000000000 --- a/.changeset/flat-fans-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Updated common action guidelines add example diff --git a/.changeset/gentle-islands-rhyme.md b/.changeset/gentle-islands-rhyme.md deleted file mode 100644 index dda0c3761c3..00000000000 --- a/.changeset/gentle-islands-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'polaris.shopify.com': patch ---- - -Updated common action pattern guidance for add actions diff --git a/.changeset/good-eels-swim.md b/.changeset/good-eels-swim.md deleted file mode 100644 index 7e5dc795481..00000000000 --- a/.changeset/good-eels-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris': minor ---- - -Added transition delay to Collapsible diff --git a/.changeset/swift-peas-reflect.md b/.changeset/swift-peas-reflect.md deleted file mode 100644 index 4e8fc8eb73d..00000000000 --- a/.changeset/swift-peas-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/polaris-icons': patch ---- - -Updated XIcon SVG path to correct size diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 30ecc7c694e..7680d432103 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.4.0 + specifier: ^13.5.0 version: link:../polaris-react '@types/is-git-clean': specifier: ^1.1.0 @@ -264,7 +264,7 @@ importers: polaris-react: dependencies: '@shopify/polaris-icons': - specifier: ^9.1.0 + specifier: ^9.1.1 version: link:../polaris-icons '@shopify/polaris-tokens': specifier: ^9.1.0 @@ -451,10 +451,10 @@ importers: specifier: ^0.0.14 version: 0.0.14(react@18.2.0) '@shopify/polaris': - specifier: ^13.4.0 + specifier: ^13.5.0 version: link:../polaris-react '@shopify/polaris-icons': - specifier: ^9.1.0 + specifier: ^9.1.1 version: link:../polaris-icons '@shopify/polaris-tokens': specifier: ^9.1.0 diff --git a/polaris-icons/CHANGELOG.md b/polaris-icons/CHANGELOG.md index d08595458c2..e30d9b997db 100644 --- a/polaris-icons/CHANGELOG.md +++ b/polaris-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.1.1 + +### Patch Changes + +- [#12169](https://github.com/Shopify/polaris/pull/12169) [`fe2891792`](https://github.com/Shopify/polaris/commit/fe289179270c99e99eb97115f40c459ec744e8c7) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Updated XIcon SVG path to correct size + ## 9.1.0 ### Minor Changes diff --git a/polaris-icons/package.json b/polaris-icons/package.json index 7f94acb9763..c0b24412c73 100644 --- a/polaris-icons/package.json +++ b/polaris-icons/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/polaris-icons", - "version": "9.1.0", + "version": "9.1.1", "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify Inc.", "main": "dist/index.js", diff --git a/polaris-migrator/package.json b/polaris-migrator/package.json index fd6e8a8d3ef..ce7fc911875 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.4.0", + "@shopify/polaris": "^13.5.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 496521df9ea..61c39696b4a 100644 --- a/polaris-react/CHANGELOG.md +++ b/polaris-react/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 13.5.0 + +### Minor Changes + +- [#12118](https://github.com/Shopify/polaris/pull/12118) [`5fcca651f`](https://github.com/Shopify/polaris/commit/5fcca651f5b2f16c83569e6934b0884df681b7ed) Thanks [@kyledurand](https://github.com/kyledurand)! - Added transition delay to Collapsible + +### Patch Changes + +- Updated dependencies [[`fe2891792`](https://github.com/Shopify/polaris/commit/fe289179270c99e99eb97115f40c459ec744e8c7)]: + - @shopify/polaris-icons@9.1.1 + ## 13.4.0 ### Minor Changes diff --git a/polaris-react/package.json b/polaris-react/package.json index 3e9e46a55d5..6918f99efd7 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.4.0", + "version": "13.5.0", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", @@ -56,7 +56,7 @@ "storybook:test": "concurrently -k -s first -n 'SB,TEST' -c 'magenta,blue' 'http-server build-internal/storybook/static --port 6006 --silent' 'wait-on tcp:6006 && test-storybook --maxWorkers=2 polaris-react/src/components/Modal/Modal.stories.tsx'" }, "dependencies": { - "@shopify/polaris-icons": "^9.1.0", + "@shopify/polaris-icons": "^9.1.1", "@shopify/polaris-tokens": "^9.1.0", "@types/react": "*", "@types/react-dom": "*", diff --git a/polaris.shopify.com/CHANGELOG.md b/polaris.shopify.com/CHANGELOG.md index 5ed8e9000c8..76b48981626 100644 --- a/polaris.shopify.com/CHANGELOG.md +++ b/polaris.shopify.com/CHANGELOG.md @@ -1,5 +1,17 @@ # polaris.shopify.com +## 1.0.7 + +### Patch Changes + +- [#12191](https://github.com/Shopify/polaris/pull/12191) [`82f8a0dcd`](https://github.com/Shopify/polaris/commit/82f8a0dcd31e521aaeddc68e2620d26381d92994) Thanks [@sarahill](https://github.com/sarahill)! - Updated common action guidelines add example + +* [#12017](https://github.com/Shopify/polaris/pull/12017) [`b54975aef`](https://github.com/Shopify/polaris/commit/b54975aefad21039ec222e1d81a4e3b5a16683ae) Thanks [@sarahill](https://github.com/sarahill)! - Updated common action pattern guidance for add actions + +* Updated dependencies [[`5fcca651f`](https://github.com/Shopify/polaris/commit/5fcca651f5b2f16c83569e6934b0884df681b7ed), [`fe2891792`](https://github.com/Shopify/polaris/commit/fe289179270c99e99eb97115f40c459ec744e8c7)]: + - @shopify/polaris@13.5.0 + - @shopify/polaris-icons@9.1.1 + ## 1.0.6 ### Patch Changes diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index e6eb315a444..4a770de1862 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -1,6 +1,6 @@ { "name": "polaris.shopify.com", - "version": "1.0.6", + "version": "1.0.7", "private": true, "engines": { "node": ">=20.10.0" @@ -30,8 +30,8 @@ "@headlessui/react": "^1.6.5", "@juggle/resize-observer": "^3.4.0", "@radix-ui/react-polymorphic": "^0.0.14", - "@shopify/polaris": "^13.4.0", - "@shopify/polaris-icons": "^9.1.0", + "@shopify/polaris": "^13.5.0", + "@shopify/polaris-icons": "^9.1.1", "@shopify/polaris-tokens": "^9.1.0", "@types/react-syntax-highlighter": "^15.5.6", "base-64": "^1.0.0",