Skip to content

Commit 28a67fe

Browse files
Version Packages (#7914)
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.16.1 ### Patch Changes - [#7904](#7904) [`bdc62ebbb`](bdc62eb) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed a bug where responsive props would inherit values on Box - [#7911](#7911) [`b26408e2f`](b26408e) Thanks [@bencmilton](https://github.com/bencmilton)! - Fix validateDOMNesting warning in `VideoThumbnail` ## @shopify/plugin-polaris@0.0.22 ## polaris.shopify.com@0.27.3 ### Patch Changes - Updated dependencies \[[`bdc62ebbb`](bdc62eb), [`b26408e2f`](b26408e)]: - @shopify/polaris@10.16.1 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b26408e commit 28a67fe

File tree

10 files changed

+24
-17
lines changed

10 files changed

+24
-17
lines changed

.changeset/chilled-mugs-fetch.md

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

.changeset/rude-crabs-jog.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/plugin-polaris
22

3+
## 0.0.22
4+
35
## 0.0.21
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/plugin-polaris",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
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.16.0",
55+
"@shopify/polaris": "^10.16.1",
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.16.1
4+
5+
### Patch Changes
6+
7+
- [#7904](https://github.com/Shopify/polaris/pull/7904) [`bdc62ebbb`](https://github.com/Shopify/polaris/commit/bdc62ebbbd3cc0e3beb9b8fed7dfb0a40261884b) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed a bug where responsive props would inherit values on Box
8+
9+
* [#7911](https://github.com/Shopify/polaris/pull/7911) [`b26408e2f`](https://github.com/Shopify/polaris/commit/b26408e2fd4ff8b0899edb683c8dd4780538a7c4) Thanks [@bencmilton](https://github.com/bencmilton)! - Fix validateDOMNesting warning in `VideoThumbnail`
10+
311
## 10.16.0
412

513
### 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.16.0/build/esm/styles.css"
36+
href="https://unpkg.com/@shopify/polaris@10.16.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.16.0/build/esm/styles.css"
73+
href="https://unpkg.com/@shopify/polaris@10.16.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.16.0",
4+
"version": "10.16.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.27.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bdc62ebbb`](https://github.com/Shopify/polaris/commit/bdc62ebbbd3cc0e3beb9b8fed7dfb0a40261884b), [`b26408e2f`](https://github.com/Shopify/polaris/commit/b26408e2fd4ff8b0899edb683c8dd4780538a7c4)]:
8+
- @shopify/polaris@10.16.1
9+
310
## 0.27.2
411

512
### Patch 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.27.2",
3+
"version": "0.27.3",
44
"private": true,
55
"scripts": {
66
"build": "yarn gen-assets && playroom build && next build",
@@ -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.16.0",
24+
"@shopify/polaris": "^10.16.1",
2525
"@shopify/polaris-icons": "^6.7.0",
2626
"@shopify/polaris-tokens": "^6.3.0",
2727
"codesandbox": "^2.2.3",

0 commit comments

Comments
 (0)