Skip to content

Commit cbb28ec

Browse files
Version Packages (Shopify#11793)
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/[email protected] ### Minor Changes - [Shopify#11547](Shopify#11547) [`df5276317`](Shopify@5131f8a) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Applied semantic type styles using the `Text` component - [Shopify#11728](Shopify#11728) [`281c8f8e9`](Shopify@cf25021) Thanks [@kyledurand](https://github.com/kyledurand)! - Added new AlphaPicker component - [Shopify#11645](Shopify#11645) [`b726dadbb`](Shopify@2517315) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Added `useCopyToClipboard` hook for building copy actions matching common actions guidelines - [Shopify#11780](Shopify#11780) [`4fffc2dcc`](Shopify@43a1264) Thanks [@itwasmattgregg](https://github.com/itwasmattgregg)! - allows icons to be displayed on primary actions on Page component - [Shopify#11547](Shopify#11547) [`df5276317`](Shopify@5131f8a) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Added `base`,`inherit`, `disabled`, and `text-inverse` tone options for Text component - [Shopify#11547](Shopify#11547) [`df5276317`](Shopify@5131f8a) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Updated plain/monochrome Button text size to bodySm for micro ### Patch Changes - [Shopify#11789](Shopify#11789) [`36df1aa6c`](Shopify@d6f7ab6) Thanks [@laurkim](https://github.com/laurkim)! - Fixed logo spacing on `ContextualSaveBar` - [Shopify#11794](Shopify#11794) [`ffdcf1df7`](Shopify@a6f4b9d) Thanks [@kyledurand](https://github.com/kyledurand)! - Set default scrollbar width to thin on scrollable - [Shopify#11804](Shopify#11804) [`d1b46c25c`](Shopify@8274e40) Thanks [@laurkim](https://github.com/laurkim)! - Fixed layout shift on `EmptyState` when image is loading with skeleton image ## @shopify/[email protected] ### Minor Changes - [Shopify#11547](Shopify#11547) [`df5276317`](Shopify@5131f8a) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Added warning for `font-size`, `line-height`, and `font-weight` properties. Use the `Text` component as a preferred option. ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`df5276317`](Shopify@5131f8a)]: - @shopify/[email protected] ## [email protected] ### Minor Changes - [Shopify#11779](Shopify#11779) [`86a6ba44a`](Shopify@9332a2a) Thanks [@itwasmattgregg](https://github.com/itwasmattgregg)! - Added examples for `Card` and `Page` with icon actions ### Patch Changes - [Shopify#11547](Shopify#11547) [`df5276317`](Shopify@5131f8a) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Added page for `typography/property-disallow-list` Stylelint rule - Updated dependencies \[[`df5276317`](Shopify@5131f8a), [`281c8f8e9`](Shopify@cf25021), [`b726dadbb`](Shopify@2517315), [`4fffc2dcc`](Shopify@43a1264), [`df5276317`](Shopify@5131f8a), [`36df1aa6c`](Shopify@d6f7ab6), [`df5276317`](Shopify@5131f8a), [`ffdcf1df7`](Shopify@a6f4b9d), [`d1b46c25c`](Shopify@8274e40)]: - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8274e40 commit cbb28ec

20 files changed

+57
-67
lines changed

.changeset/cool-dolls-lie.md

-5
This file was deleted.

.changeset/few-wolves-fail.md

-5
This file was deleted.

.changeset/flat-eagles-press.md

-5
This file was deleted.

.changeset/fluffy-monkeys-compete.md

-5
This file was deleted.

.changeset/lazy-flies-relate.md

-5
This file was deleted.

.changeset/long-days-wonder.md

-5
This file was deleted.

.changeset/nine-cameras-suffer.md

-5
This file was deleted.

.changeset/pink-countries-eat.md

-5
This file was deleted.

.changeset/plenty-shoes-remain.md

-5
This file was deleted.

.changeset/silly-hairs-look.md

-5
This file was deleted.

.changeset/slimy-onions-join.md

-5
This file was deleted.

.changeset/tidy-dryers-stare.md

-5
This file was deleted.

polaris-migrator/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @shopify/polaris-migrator
22

3+
## 0.28.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`df5276317`](https://github.com/Shopify/polaris/commit/df527631730eccbbb259c43b7b7d1c5fc8e47264)]:
8+
- @shopify/stylelint-polaris@15.5.0
9+
310
## 0.28.3
411

512
### Patch Changes

polaris-migrator/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-migrator",
3-
"version": "0.28.3",
3+
"version": "0.28.4",
44
"description": "Codemod transformations to help upgrade your Polaris codebase",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <[email protected]>",
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@shopify/polaris-tokens": "^8.9.0",
40-
"@shopify/stylelint-polaris": "^15.4.1",
40+
"@shopify/stylelint-polaris": "^15.5.0",
4141
"chalk": "^4.1.0",
4242
"globby": "11.0.1",
4343
"is-git-clean": "^1.1.0",
@@ -55,7 +55,7 @@
5555
"@rollup/plugin-commonjs": "^22.0.2",
5656
"@rollup/plugin-json": "^4.1.0",
5757
"@rollup/plugin-node-resolve": "^13.3.0",
58-
"@shopify/polaris": "^12.23.0",
58+
"@shopify/polaris": "^12.24.0",
5959
"plop": "^3.1.1",
6060
"plop-dir": "^0.0.5",
6161
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 12.24.0
4+
5+
### Minor Changes
6+
7+
- [#11547](https://github.com/Shopify/polaris/pull/11547) [`df5276317`](https://github.com/Shopify/polaris/commit/df527631730eccbbb259c43b7b7d1c5fc8e47264) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Applied semantic type styles using the `Text` component
8+
9+
* [#11728](https://github.com/Shopify/polaris/pull/11728) [`281c8f8e9`](https://github.com/Shopify/polaris/commit/281c8f8e95d4ba7253d1cc74dc75eca60179dfa6) Thanks [@kyledurand](https://github.com/kyledurand)! - Added new AlphaPicker component
10+
11+
- [#11645](https://github.com/Shopify/polaris/pull/11645) [`b726dadbb`](https://github.com/Shopify/polaris/commit/b726dadbb2b7e041a57ab9ebfce7e7de945b687b) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Added `useCopyToClipboard` hook for building copy actions matching common actions guidelines
12+
13+
* [#11780](https://github.com/Shopify/polaris/pull/11780) [`4fffc2dcc`](https://github.com/Shopify/polaris/commit/4fffc2dcc31ec49b1c5a536af72880812a153d7a) Thanks [@itwasmattgregg](https://github.com/itwasmattgregg)! - allows icons to be displayed on primary actions on Page component
14+
15+
- [#11547](https://github.com/Shopify/polaris/pull/11547) [`df5276317`](https://github.com/Shopify/polaris/commit/df527631730eccbbb259c43b7b7d1c5fc8e47264) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Added `base`,`inherit`, `disabled`, and `text-inverse` tone options for Text component
16+
17+
* [#11547](https://github.com/Shopify/polaris/pull/11547) [`df5276317`](https://github.com/Shopify/polaris/commit/df527631730eccbbb259c43b7b7d1c5fc8e47264) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Updated plain/monochrome Button text size to bodySm for micro
18+
19+
### Patch Changes
20+
21+
- [#11789](https://github.com/Shopify/polaris/pull/11789) [`36df1aa6c`](https://github.com/Shopify/polaris/commit/36df1aa6c3d483972591130918ebfb392db71922) Thanks [@laurkim](https://github.com/laurkim)! - Fixed logo spacing on `ContextualSaveBar`
22+
23+
* [#11794](https://github.com/Shopify/polaris/pull/11794) [`ffdcf1df7`](https://github.com/Shopify/polaris/commit/ffdcf1df7c7c14a9cf3a577dd010c106312e9663) Thanks [@kyledurand](https://github.com/kyledurand)! - Set default scrollbar width to thin on scrollable
24+
25+
- [#11804](https://github.com/Shopify/polaris/pull/11804) [`d1b46c25c`](https://github.com/Shopify/polaris/commit/d1b46c25ce125204451bb9c018ce2126a8f3d349) Thanks [@laurkim](https://github.com/laurkim)! - Fixed layout shift on `EmptyState` when image is loading with skeleton image
26+
327
## 12.23.0
428

529
### Minor Changes

polaris-react/package.json

+1-1
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": "12.23.0",
4+
"version": "12.24.0",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <[email protected]>",

polaris.shopify.com/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# polaris.shopify.com
22

3+
## 0.67.0
4+
5+
### Minor Changes
6+
7+
- [#11779](https://github.com/Shopify/polaris/pull/11779) [`86a6ba44a`](https://github.com/Shopify/polaris/commit/86a6ba44a42fc6e2565326603cfe02a5b8b790cb) Thanks [@itwasmattgregg](https://github.com/itwasmattgregg)! - Added examples for `Card` and `Page` with icon actions
8+
9+
### Patch Changes
10+
11+
- [#11547](https://github.com/Shopify/polaris/pull/11547) [`df5276317`](https://github.com/Shopify/polaris/commit/df527631730eccbbb259c43b7b7d1c5fc8e47264) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Added page for `typography/property-disallow-list` Stylelint rule
12+
13+
- Updated dependencies [[`df5276317`](https://github.com/Shopify/polaris/commit/df527631730eccbbb259c43b7b7d1c5fc8e47264), [`281c8f8e9`](https://github.com/Shopify/polaris/commit/281c8f8e95d4ba7253d1cc74dc75eca60179dfa6), [`b726dadbb`](https://github.com/Shopify/polaris/commit/b726dadbb2b7e041a57ab9ebfce7e7de945b687b), [`4fffc2dcc`](https://github.com/Shopify/polaris/commit/4fffc2dcc31ec49b1c5a536af72880812a153d7a), [`df5276317`](https://github.com/Shopify/polaris/commit/df527631730eccbbb259c43b7b7d1c5fc8e47264), [`36df1aa6c`](https://github.com/Shopify/polaris/commit/36df1aa6c3d483972591130918ebfb392db71922), [`df5276317`](https://github.com/Shopify/polaris/commit/df527631730eccbbb259c43b7b7d1c5fc8e47264), [`ffdcf1df7`](https://github.com/Shopify/polaris/commit/ffdcf1df7c7c14a9cf3a577dd010c106312e9663), [`d1b46c25c`](https://github.com/Shopify/polaris/commit/d1b46c25ce125204451bb9c018ce2126a8f3d349)]:
14+
- @shopify/polaris@12.24.0
15+
316
## 0.66.2
417

518
### Patch Changes

polaris.shopify.com/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polaris.shopify.com",
3-
"version": "0.66.2",
3+
"version": "0.67.0",
44
"private": true,
55
"engines": {
66
"node": "^16.17.0 || >=18.12.0"
@@ -28,7 +28,7 @@
2828
"@headlessui/react": "^1.6.5",
2929
"@juggle/resize-observer": "^3.4.0",
3030
"@radix-ui/react-polymorphic": "^0.0.14",
31-
"@shopify/polaris": "^12.23.0",
31+
"@shopify/polaris": "^12.24.0",
3232
"@shopify/polaris-icons": "^8.9.0",
3333
"@shopify/polaris-tokens": "^8.9.0",
3434
"@types/react-syntax-highlighter": "^15.5.6",

stylelint-polaris/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 15.5.0
4+
5+
### Minor Changes
6+
7+
- [#11547](https://github.com/Shopify/polaris/pull/11547) [`df5276317`](https://github.com/Shopify/polaris/commit/df527631730eccbbb259c43b7b7d1c5fc8e47264) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Added warning for `font-size`, `line-height`, and `font-weight` properties. Use the `Text` component as a preferred option.
8+
39
## 15.4.1
410

511
### Patch Changes

stylelint-polaris/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shopify/stylelint-polaris",
33
"description": "Polaris Design System Stylelint tooling",
4-
"version": "15.4.1",
4+
"version": "15.5.0",
55
"private": false,
66
"license": "MIT",
77
"author": "Shopify <[email protected]>",

0 commit comments

Comments
 (0)