Skip to content

Commit 773b49d

Browse files
Version Packages (#11653)
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 - [#11642](#11642) [`abb3bf0e4`](a86c346) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Adds sun icon to library - [#11641](#11641) [`adf8600ad`](24482da) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Added `MoonIcon` ## @shopify/[email protected] ### Minor Changes - [#11658](#11658) [`dfcdaa109`](dc32e8c) Thanks [@mateus](https://github.com/mateus)! - Added postcss-scss and stylelint-scss as dependencies ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`dfcdaa109`](dc32e8c)]: - @shopify/[email protected] ## @shopify/[email protected] ### Patch Changes - [#11409](#11409) [`f1c5110ae`](d9b71a2) Thanks [@chloerice](https://github.com/chloerice)! - Fixed the icon spacing in `InlineError` - Updated dependencies \[[`abb3bf0e4`](a86c346), [`adf8600ad`](24482da)]: - @shopify/[email protected] ## [email protected] ### Patch Changes - Updated dependencies \[[`abb3bf0e4`](a86c346), [`f1c5110ae`](d9b71a2), [`adf8600ad`](24482da)]: - @shopify/[email protected] - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dc32e8c commit 773b49d

File tree

14 files changed

+48
-30
lines changed

14 files changed

+48
-30
lines changed

.changeset/cyan-lemons-crash.md

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

.changeset/lanky-flamingos-kick.md

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

.changeset/perfect-kings-relax.md

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

.changeset/weak-boats-beam.md

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

polaris-icons/CHANGELOG.md

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

3+
## 8.6.0
4+
5+
### Minor Changes
6+
7+
- [#11642](https://github.com/Shopify/polaris/pull/11642) [`abb3bf0e4`](https://github.com/Shopify/polaris/commit/abb3bf0e4fcecfab87d0888b9c0846fe9ea45f1e) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Adds sun icon to library
8+
9+
* [#11641](https://github.com/Shopify/polaris/pull/11641) [`adf8600ad`](https://github.com/Shopify/polaris/commit/adf8600ad61b33adb903fe995bd79f71e99bb8bb) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Added `MoonIcon`
10+
311
## 8.5.0
412

513
### Minor Changes

polaris-icons/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-icons",
3-
"version": "8.5.0",
3+
"version": "8.6.0",
44
"license": "SEE LICENSE IN LICENSE.md",
55
"author": "Shopify Inc.",
66
"main": "dist/index.js",

polaris-migrator/CHANGELOG.md

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

3+
## 0.28.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dfcdaa109`](https://github.com/Shopify/polaris/commit/dfcdaa109a699db0d08d046fefda9eb336ddb60f)]:
8+
- @shopify/stylelint-polaris@15.3.0
9+
310
## 0.28.0
411

512
### Minor Changes

polaris-migrator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-migrator",
3-
"version": "0.28.0",
3+
"version": "0.28.1",
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.8.0",
40-
"@shopify/stylelint-polaris": "^15.2.2",
40+
"@shopify/stylelint-polaris": "^15.3.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.19.0",
58+
"@shopify/polaris": "^12.19.1",
5959
"plop": "^3.1.1",
6060
"plop-dir": "^0.0.5",
6161
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

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

3+
## 12.19.1
4+
5+
### Patch Changes
6+
7+
- [#11409](https://github.com/Shopify/polaris/pull/11409) [`f1c5110ae`](https://github.com/Shopify/polaris/commit/f1c5110aebddfbd1b2ee4bc356ef8b3db9285d8e) Thanks [@chloerice](https://github.com/chloerice)! - Fixed the icon spacing in `InlineError`
8+
9+
- Updated dependencies [[`abb3bf0e4`](https://github.com/Shopify/polaris/commit/abb3bf0e4fcecfab87d0888b9c0846fe9ea45f1e), [`adf8600ad`](https://github.com/Shopify/polaris/commit/adf8600ad61b33adb903fe995bd79f71e99bb8bb)]:
10+
- @shopify/[email protected]
11+
312
## 12.19.0
413

514
### Minor Changes

polaris-react/package.json

Lines changed: 2 additions & 2 deletions
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.19.0",
4+
"version": "12.19.1",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <[email protected]>",
@@ -55,7 +55,7 @@
5555
"storybook:build": "storybook build -o build-internal/storybook/static"
5656
},
5757
"dependencies": {
58-
"@shopify/polaris-icons": "^8.5.0",
58+
"@shopify/polaris-icons": "^8.6.0",
5959
"@shopify/polaris-tokens": "^8.8.0",
6060
"@types/react": "*",
6161
"@types/react-dom": "*",

0 commit comments

Comments
 (0)