Skip to content

Commit 5193b2b

Browse files
Version Packages (#7545)
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.10.0 ### Minor Changes - [#7538](#7538) [`a595fa3ca`](a595fa3) Thanks [@laurkim](https://github.com/laurkim)! - Added responsive styling to `Text` for `heading2xl`, `heading3xl`, and `heading4xl` variants - [#7546](#7546) [`e5f84f0eb`](e5f84f0) Thanks [@laurkim](https://github.com/laurkim)! - Added responsive styling to the `Text` `headingXl` and `headingLg` variants ### Patch Changes - [#7534](#7534) [`e53f7901c`](e53f790) Thanks [@kyledurand](https://github.com/kyledurand)! - Update box to use logical properties, condense single value into single custom property ## @shopify/plugin-polaris@0.0.14 ## polaris-for-figma@0.0.27 ### Patch Changes - Updated dependencies \[[`e53f7901c`](e53f790), [`a595fa3ca`](a595fa3), [`e5f84f0eb`](e5f84f0)]: - @shopify/polaris@10.10.0 ## polaris.shopify.com@0.23.2 ### Patch Changes - [#7544](#7544) [`af478626d`](af47862) Thanks [@martenbjork](https://github.com/martenbjork)! - Fixes an issue that caused the reduced-motion fallback to appear broken on the home page. - Updated dependencies \[[`e53f7901c`](e53f790), [`a595fa3ca`](a595fa3), [`e5f84f0eb`](e5f84f0)]: - @shopify/polaris@10.10.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e5f84f0 commit 5193b2b

File tree

14 files changed

+39
-29
lines changed

14 files changed

+39
-29
lines changed

.changeset/beige-trainers-marry.md

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

.changeset/eighty-pumas-repair.md

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

.changeset/long-bugs-behave.md

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

.changeset/six-dogs-ring.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.14
4+
35
## 0.0.13
46

57
## 0.0.12

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

polaris-for-figma/CHANGELOG.md

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

3+
## 0.0.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e53f7901c`](https://github.com/Shopify/polaris/commit/e53f7901c23e86a255d8e051a38158645753472c), [`a595fa3ca`](https://github.com/Shopify/polaris/commit/a595fa3cad8756242ec8fba1bf125c1579a2a761), [`e5f84f0eb`](https://github.com/Shopify/polaris/commit/e5f84f0ebd4da3f02217ab049c3570224d0ab26b)]:
8+
- @shopify/polaris@10.10.0
9+
310
## 0.0.26
411

512
### Patch Changes

polaris-for-figma/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polaris-for-figma",
3-
"version": "0.0.26",
3+
"version": "0.0.27",
44
"private": true,
55
"scripts": {
66
"build": "webpack --mode=production",
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@ant-design/icons": "^4.7.0",
15-
"@shopify/polaris": "^10.9.1",
15+
"@shopify/polaris": "^10.10.0",
1616
"antd": "^4.20.4",
1717
"lodash": "^4.17.15",
1818
"react": "^18.2.0",

polaris-migrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@rollup/plugin-commonjs": "^22.0.2",
5252
"@rollup/plugin-json": "^4.1.0",
5353
"@rollup/plugin-node-resolve": "^13.3.0",
54-
"@shopify/polaris": "^10.9.1",
54+
"@shopify/polaris": "^10.10.0",
5555
"plop": "^3.1.1",
5656
"plop-dir": "^0.0.5",
5757
"type-fest": "^2.19.0"

polaris-react/CHANGELOG.md

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

3+
## 10.10.0
4+
5+
### Minor Changes
6+
7+
- [#7538](https://github.com/Shopify/polaris/pull/7538) [`a595fa3ca`](https://github.com/Shopify/polaris/commit/a595fa3cad8756242ec8fba1bf125c1579a2a761) Thanks [@laurkim](https://github.com/laurkim)! - Added responsive styling to `Text` for `heading2xl`, `heading3xl`, and `heading4xl` variants
8+
9+
* [#7546](https://github.com/Shopify/polaris/pull/7546) [`e5f84f0eb`](https://github.com/Shopify/polaris/commit/e5f84f0ebd4da3f02217ab049c3570224d0ab26b) Thanks [@laurkim](https://github.com/laurkim)! - Added responsive styling to the `Text` `headingXl` and `headingLg` variants
10+
11+
### Patch Changes
12+
13+
- [#7534](https://github.com/Shopify/polaris/pull/7534) [`e53f7901c`](https://github.com/Shopify/polaris/commit/e53f7901c23e86a255d8e051a38158645753472c) Thanks [@kyledurand](https://github.com/kyledurand)! - Update box to use logical properties, condense single value into single custom property
14+
315
## 10.9.1
416

517
### Patch Changes

0 commit comments

Comments
 (0)