Skip to content

Commit 385aa24

Browse files
Version Packages (#9251)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @shopify/polaris@10.50.1 ### Patch Changes - [#9250](#9250) [`1e4f450d1`](1e4f450) Thanks [@samrose3](https://github.com/samrose3)! - Fixed regression where sticky header column widths were incorrectly resized after bulk selection in the `IndexTable`. ## @shopify/polaris-cli@0.1.38 ## polaris.shopify.com@0.53.1 ### Patch Changes - Updated dependencies \[[`1e4f450d1`](1e4f450)]: - @shopify/polaris@10.50.1 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1e4f450 commit 385aa24

File tree

10 files changed

+23
-13
lines changed

10 files changed

+23
-13
lines changed

.changeset/heavy-pumpkins-rush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

polaris-cli/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @shopify/polaris-cli
22

3+
## 0.1.38
4+
35
## 0.1.37
46

57
### Patch Changes

polaris-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-cli",
3-
"version": "0.1.37",
3+
"version": "0.1.38",
44
"description": "Commands for building Shopify Apps with Polaris",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <dev@shopify.com>",

polaris-codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"jscodeshift": "^0.13.1"
4242
},
4343
"devDependencies": {
44-
"@shopify/polaris": "^10.50.0",
44+
"@shopify/polaris": "^10.50.1",
4545
"@types/jscodeshift": "^0.11.6",
4646
"jscodeshift": "^0.13.1",
4747
"plop": "^3.1.2",

polaris-migrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@rollup/plugin-commonjs": "^22.0.2",
5353
"@rollup/plugin-json": "^4.1.0",
5454
"@rollup/plugin-node-resolve": "^13.3.0",
55-
"@shopify/polaris": "^10.50.0",
55+
"@shopify/polaris": "^10.50.1",
5656
"plop": "^3.1.1",
5757
"plop-dir": "^0.0.5",
5858
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 10.50.1
4+
5+
### Patch Changes
6+
7+
- [#9250](https://github.com/Shopify/polaris/pull/9250) [`1e4f450d1`](https://github.com/Shopify/polaris/commit/1e4f450d136bed599fc357f3f3758f6f446475bb) Thanks [@samrose3](https://github.com/samrose3)! - Fixed regression where sticky header column widths were incorrectly resized after bulk selection in the `IndexTable`.
8+
39
## 10.50.0
410

511
### Minor Changes

polaris-react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Otherwise include the CSS in your HTML. We suggest copying the styles file into
3333
```html
3434
<link
3535
rel="stylesheet"
36-
href="https://unpkg.com/@shopify/polaris@10.50.0/build/esm/styles.css"
36+
href="https://unpkg.com/@shopify/polaris@10.50.1/build/esm/styles.css"
3737
/>
3838
```
3939

@@ -70,7 +70,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi
7070
```html
7171
<link
7272
rel="stylesheet"
73-
href="https://unpkg.com/@shopify/polaris@10.50.0/build/esm/styles.css"
73+
href="https://unpkg.com/@shopify/polaris@10.50.1/build/esm/styles.css"
7474
/>
7575
```
7676

polaris-react/package.json

Lines changed: 1 addition & 1 deletion
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": "10.50.0",
4+
"version": "10.50.1",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <dev@shopify.com>",

polaris.shopify.com/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# polaris.shopify.com
22

3+
## 0.53.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1e4f450d1`](https://github.com/Shopify/polaris/commit/1e4f450d136bed599fc357f3f3758f6f446475bb)]:
8+
- @shopify/polaris@10.50.1
9+
310
## 0.53.0
411

512
### Minor Changes

polaris.shopify.com/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polaris.shopify.com",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
44
"private": true,
55
"scripts": {
66
"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/",
@@ -23,7 +23,7 @@
2323
"@floating-ui/react-dom-interactions": "^0.10.1",
2424
"@headlessui/react": "^1.6.5",
2525
"@radix-ui/react-polymorphic": "^0.0.14",
26-
"@shopify/polaris": "^10.50.0",
26+
"@shopify/polaris": "^10.50.1",
2727
"@shopify/polaris-icons": "^6.16.0",
2828
"@shopify/polaris-tokens": "^6.14.0",
2929
"@types/react-syntax-highlighter": "^15.5.6",

0 commit comments

Comments
 (0)