Skip to content

Commit cc7009d

Browse files
Version Packages (#8226)
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-cli@0.1.0 ### Minor Changes - [#8223](#8223) [`de7987c42`](de7987c) Thanks [@samrose3](https://github.com/samrose3)! - Renamed Polaris CLI package and add docs to website ## @shopify/polaris@10.24.2 ### Patch Changes - [#8209](#8209) [`d1a332963`](d1a3329) Thanks [@aveline](https://github.com/aveline)! - Updated `Bleed` to take up full width of container - [#8224](#8224) [`e30d1f51b`](e30d1f5) Thanks [@peterlazzarino](https://github.com/peterlazzarino)! - Repair styling for Checkbox when indeterminate and disabled ## polaris.shopify.com@0.31.0 ### Minor Changes - [#8223](#8223) [`de7987c42`](de7987c) Thanks [@samrose3](https://github.com/samrose3)! - Renamed Polaris CLI package and add docs to website ### Patch Changes - Updated dependencies \[[`d1a332963`](d1a3329), [`e30d1f51b`](e30d1f5)]: - @shopify/polaris@10.24.2 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent de7987c commit cc7009d

File tree

11 files changed

+32
-23
lines changed

11 files changed

+32
-23
lines changed

.changeset/funny-dryers-change.md

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

.changeset/nine-turkeys-explode.md

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

.changeset/popular-zoos-brake.md

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

polaris-cli/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#8223](https://github.com/Shopify/polaris/pull/8223) [`de7987c42`](https://github.com/Shopify/polaris/commit/de7987c426174b73d67e54eacf197da9490c76ec) Thanks [@samrose3](https://github.com/samrose3)! - Renamed Polaris CLI package and add docs to website
8+
39
## 0.0.32
410

511
### 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.0.32",
3+
"version": "0.1.0",
44
"description": "Commands for building Shopify Apps with Polaris",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <dev@shopify.com>",

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.24.1",
55+
"@shopify/polaris": "^10.24.2",
5656
"plop": "^3.1.1",
5757
"plop-dir": "^0.0.5",
5858
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

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

3+
## 10.24.2
4+
5+
### Patch Changes
6+
7+
- [#8209](https://github.com/Shopify/polaris/pull/8209) [`d1a332963`](https://github.com/Shopify/polaris/commit/d1a3329634a1f4cd02f0d97b8239bbedad7cf889) Thanks [@aveline](https://github.com/aveline)! - Updated `Bleed` to take up full width of container
8+
9+
* [#8224](https://github.com/Shopify/polaris/pull/8224) [`e30d1f51b`](https://github.com/Shopify/polaris/commit/e30d1f51b205c6875c0e712291081d836e851d97) Thanks [@peterlazzarino](https://github.com/peterlazzarino)! - Repair styling for Checkbox when indeterminate and disabled
10+
311
## 10.24.1
412

513
### Patch 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.24.1/build/esm/styles.css"
36+
href="https://unpkg.com/@shopify/polaris@10.24.2/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.24.1/build/esm/styles.css"
73+
href="https://unpkg.com/@shopify/polaris@10.24.2/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.24.1",
4+
"version": "10.24.2",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <dev@shopify.com>",

polaris.shopify.com/CHANGELOG.md

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

3+
## 0.31.0
4+
5+
### Minor Changes
6+
7+
- [#8223](https://github.com/Shopify/polaris/pull/8223) [`de7987c42`](https://github.com/Shopify/polaris/commit/de7987c426174b73d67e54eacf197da9490c76ec) Thanks [@samrose3](https://github.com/samrose3)! - Renamed Polaris CLI package and add docs to website
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`d1a332963`](https://github.com/Shopify/polaris/commit/d1a3329634a1f4cd02f0d97b8239bbedad7cf889), [`e30d1f51b`](https://github.com/Shopify/polaris/commit/e30d1f51b205c6875c0e712291081d836e851d97)]:
12+
- @shopify/polaris@10.24.2
13+
314
## 0.30.2
415

516
### Patch Changes

0 commit comments

Comments
 (0)