Skip to content

Commit a73ac06

Browse files
Version Packages
1 parent 17fa970 commit a73ac06

File tree

10 files changed

+24
-17
lines changed

10 files changed

+24
-17
lines changed

.changeset/big-carrots-rescue.md

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

.changeset/unlucky-bags-fry.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.1
4+
35
## 0.1.0
46

57
### Minor 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.0",
3+
"version": "0.1.1",
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.2",
55+
"@shopify/polaris": "^10.24.3",
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.24.3
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 10.24.2
410

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

polaris.shopify.com/CHANGELOG.md

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

3+
## 0.31.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`17fa970db`](https://github.com/Shopify/polaris/commit/17fa970db66213fe659ee231e750f7054a72dc97)]:
10+
- @shopify/polaris@10.24.3
11+
312
## 0.31.0
413

514
### 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.31.0",
3+
"version": "0.31.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/",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@floating-ui/react-dom-interactions": "^0.10.1",
2323
"@headlessui/react": "^1.6.5",
24-
"@shopify/polaris": "^10.24.2",
24+
"@shopify/polaris": "^10.24.3",
2525
"@shopify/polaris-icons": "^6.11.0",
2626
"@shopify/polaris-tokens": "^6.3.0",
2727
"@types/react-syntax-highlighter": "^15.5.6",

0 commit comments

Comments
 (0)