Skip to content

Commit ae8cd4b

Browse files
Version Packages
1 parent 810532c commit ae8cd4b

19 files changed

+57
-64
lines changed

.changeset/chatty-timers-marry.md

-5
This file was deleted.

.changeset/cold-buckets-count.md

-5
This file was deleted.

.changeset/cool-otters-invent.md

-5
This file was deleted.

.changeset/cuddly-goats-remain.md

-5
This file was deleted.

.changeset/funny-timers-explode.md

-5
This file was deleted.

.changeset/green-laws-crash.md

-6
This file was deleted.

.changeset/shaggy-items-smoke.md

-5
This file was deleted.

.changeset/strong-otters-fetch.md

-5
This file was deleted.

.changeset/tricky-beans-fold.md

-5
This file was deleted.

.changeset/twenty-chefs-float.md

-5
This file was deleted.

.changeset/wise-teachers-do.md

-5
This file was deleted.

polaris-icons/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 8.9.1
4+
5+
### Patch Changes
6+
7+
- [#11825](https://github.com/Shopify/polaris/pull/11825) [`fd5b31d59`](https://github.com/Shopify/polaris/commit/fd5b31d59f8452e487a4696f907fbbb606749ae9) Thanks [@ryanwilsonperkin](https://github.com/ryanwilsonperkin)! - Add missing peer dependency on React
8+
39
## 8.9.0
410

511
### Minor Changes

polaris-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-icons",
3-
"version": "8.9.0",
3+
"version": "8.9.1",
44
"license": "SEE LICENSE IN LICENSE.md",
55
"author": "Shopify Inc.",
66
"main": "dist/index.js",

polaris-migrator/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @shopify/polaris-migrator
22

3+
## 0.28.6
4+
5+
### Patch Changes
6+
7+
- [#11813](https://github.com/Shopify/polaris/pull/11813) [`c49809998`](https://github.com/Shopify/polaris/commit/c498099988dbc37490a3ccde92fda48151b00993) Thanks [@lgriffee](https://github.com/lgriffee)! - Removed `Text` `heading2xl` and associated tokens from v14 font migration
8+
39
## 0.28.5
410

511
### Patch Changes

polaris-migrator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-migrator",
3-
"version": "0.28.5",
3+
"version": "0.28.6",
44
"description": "Codemod transformations to help upgrade your Polaris codebase",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <[email protected]>",
@@ -55,7 +55,7 @@
5555
"@rollup/plugin-commonjs": "^22.0.2",
5656
"@rollup/plugin-json": "^4.1.0",
5757
"@rollup/plugin-node-resolve": "^13.3.0",
58-
"@shopify/polaris": "^12.25.0",
58+
"@shopify/polaris": "^12.26.0",
5959
"plop": "^3.1.1",
6060
"plop-dir": "^0.0.5",
6161
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## 12.26.0
4+
5+
### Minor Changes
6+
7+
- [#11785](https://github.com/Shopify/polaris/pull/11785) [`2a2f635ba`](https://github.com/Shopify/polaris/commit/2a2f635bab5ce511a5195d1e545f153fac6a6579) Thanks [@mrcthms](https://github.com/mrcthms)! - Added the `defaultPaginatedSelectAllText` prop to `IndexTable` to support customizing the label of the checkbox in the header that selects all rows across pages when the table `hasMoreItems`
8+
9+
### Patch Changes
10+
11+
- [#11697](https://github.com/Shopify/polaris/pull/11697) [`2adcbb58b`](https://github.com/Shopify/polaris/commit/2adcbb58b66f590c7d86225bd2ff08d194b36fd3) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed layout shift for option lists within popovers
12+
13+
* [#11833](https://github.com/Shopify/polaris/pull/11833) [`810532c58`](https://github.com/Shopify/polaris/commit/810532c58d5538d5304f17c09b9d60a76dc6d5bb) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Revert responsive text style updates
14+
15+
- [#11810](https://github.com/Shopify/polaris/pull/11810) [`66dc0392a`](https://github.com/Shopify/polaris/commit/66dc0392a24ec726eeae470320ab90484221ccaf) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed Shift + click selection of `IndexTable.Row` not working in Firefox
16+
17+
* [#11811](https://github.com/Shopify/polaris/pull/11811) [`9aea67322`](https://github.com/Shopify/polaris/commit/9aea6732290c83a4306795d14073f5a6dd62678f) Thanks [@lgriffee](https://github.com/lgriffee)! - Undeprecated `heading2xl` variant in `Text` component
18+
19+
- [#11697](https://github.com/Shopify/polaris/pull/11697) [`2adcbb58b`](https://github.com/Shopify/polaris/commit/2adcbb58b66f590c7d86225bd2ff08d194b36fd3) Thanks [@kyledurand](https://github.com/kyledurand)! - Changed selected icon position in Listbox and OptionList
20+
21+
* [#11817](https://github.com/Shopify/polaris/pull/11817) [`936765c92`](https://github.com/Shopify/polaris/commit/936765c92242de7be5956ffb872143a55b12ac00) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - [IndexTable] Initially hide the scrollbar and update scrollbar padding
22+
23+
- [#11819](https://github.com/Shopify/polaris/pull/11819) [`35eb10c4f`](https://github.com/Shopify/polaris/commit/35eb10c4f049cf8edf62eeef0ba380d20887d54f) Thanks [@kyledurand](https://github.com/kyledurand)! - Added multi select functionality to AlphaPicker
24+
25+
- Updated dependencies [[`fd5b31d59`](https://github.com/Shopify/polaris/commit/fd5b31d59f8452e487a4696f907fbbb606749ae9)]:
26+
- @shopify/[email protected]
27+
328
## 12.25.0
429

530
### Minor Changes

polaris-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shopify/polaris",
33
"description": "Shopify’s admin product component library",
4-
"version": "12.25.0",
4+
"version": "12.26.0",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <[email protected]>",
@@ -55,7 +55,7 @@
5555
"storybook:build": "storybook build -o build-internal/storybook/static"
5656
},
5757
"dependencies": {
58-
"@shopify/polaris-icons": "^8.9.0",
58+
"@shopify/polaris-icons": "^8.9.1",
5959
"@shopify/polaris-tokens": "^8.10.0",
6060
"@types/react": "*",
6161
"@types/react-dom": "*",

polaris.shopify.com/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# polaris.shopify.com
22

3+
## 0.67.2
4+
5+
### Patch Changes
6+
7+
- [#11796](https://github.com/Shopify/polaris/pull/11796) [`c8dc01330`](https://github.com/Shopify/polaris/commit/c8dc013304640e3e300cad5348fe55d0ced1fd9d) Thanks [@sarahill](https://github.com/sarahill)! - Updated common action pattern guidance
8+
9+
* [#11811](https://github.com/Shopify/polaris/pull/11811) [`9aea67322`](https://github.com/Shopify/polaris/commit/9aea6732290c83a4306795d14073f5a6dd62678f) Thanks [@lgriffee](https://github.com/lgriffee)! - Undeprecated `heading2xl` variant in `Text` component
10+
11+
* Updated dependencies [[`2adcbb58b`](https://github.com/Shopify/polaris/commit/2adcbb58b66f590c7d86225bd2ff08d194b36fd3), [`fd5b31d59`](https://github.com/Shopify/polaris/commit/fd5b31d59f8452e487a4696f907fbbb606749ae9), [`810532c58`](https://github.com/Shopify/polaris/commit/810532c58d5538d5304f17c09b9d60a76dc6d5bb), [`66dc0392a`](https://github.com/Shopify/polaris/commit/66dc0392a24ec726eeae470320ab90484221ccaf), [`9aea67322`](https://github.com/Shopify/polaris/commit/9aea6732290c83a4306795d14073f5a6dd62678f), [`2a2f635ba`](https://github.com/Shopify/polaris/commit/2a2f635bab5ce511a5195d1e545f153fac6a6579), [`2adcbb58b`](https://github.com/Shopify/polaris/commit/2adcbb58b66f590c7d86225bd2ff08d194b36fd3), [`936765c92`](https://github.com/Shopify/polaris/commit/936765c92242de7be5956ffb872143a55b12ac00), [`35eb10c4f`](https://github.com/Shopify/polaris/commit/35eb10c4f049cf8edf62eeef0ba380d20887d54f)]:
12+
- @shopify/polaris@12.26.0
13+
- @shopify/polaris-icons@8.9.1
14+
315
## 0.67.1
416

517
### Patch Changes

polaris.shopify.com/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polaris.shopify.com",
3-
"version": "0.67.1",
3+
"version": "0.67.2",
44
"private": true,
55
"engines": {
66
"node": "^16.17.0 || >=18.12.0"
@@ -28,8 +28,8 @@
2828
"@headlessui/react": "^1.6.5",
2929
"@juggle/resize-observer": "^3.4.0",
3030
"@radix-ui/react-polymorphic": "^0.0.14",
31-
"@shopify/polaris": "^12.25.0",
32-
"@shopify/polaris-icons": "^8.9.0",
31+
"@shopify/polaris": "^12.26.0",
32+
"@shopify/polaris-icons": "^8.9.1",
3333
"@shopify/polaris-tokens": "^8.10.0",
3434
"@types/react-syntax-highlighter": "^15.5.6",
3535
"base-64": "^1.0.0",

0 commit comments

Comments
 (0)