forked from Shopify/polaris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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#9756](Shopify#9756) [`c8e5779f0`](Shopify@01a63b1) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Updated bold and italic icon sets ## @shopify/[email protected] ### Minor Changes - [Shopify#9733](Shopify#9733) [`79e604b34`](Shopify@162f881) Thanks [@yurm04](https://github.com/yurm04)! - empty ### Patch Changes - [Shopify#9749](Shopify#9749) [`3b6d391a3`](Shopify@a282149) Thanks [@jesstelford](https://github.com/jesstelford)! - [IndexFilters] Sort popover aligned to right side of button. - [Shopify#9772](Shopify#9772) [`6193ebe03`](Shopify@711f42e) Thanks [@chloerice](https://github.com/chloerice)! - Fixed background color missing from `IndexTable.Cell` when fixed and in various states of interaction - Updated dependencies \[[`c8e5779f0`](Shopify@01a63b1), [`5b85401fe`](Shopify@5f6f74a), [`799819b68`](Shopify@10ce3ef)]: - @shopify/[email protected] - @shopify/[email protected] ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[]: - @shopify/[email protected] ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`5b85401fe`](Shopify@5f6f74a), [`799819b68`](Shopify@10ce3ef)]: - @shopify/[email protected] - @shopify/[email protected] ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`5b85401fe`](Shopify@5f6f74a), [`799819b68`](Shopify@10ce3ef)]: - @shopify/[email protected] - @shopify/[email protected] ## @shopify/[email protected] ### Patch Changes - [Shopify#9748](Shopify#9748) [`5b85401fe`](Shopify@5f6f74a) Thanks [@jesstelford](https://github.com/jesstelford)! - Updated experimental bg-info-subdued colors. - [Shopify#9747](Shopify#9747) [`799819b68`](Shopify@10ce3ef) Thanks [@jesstelford](https://github.com/jesstelford)! - Updated experimental bg-magic-subdued colors. ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`5b85401fe`](Shopify@5f6f74a), [`799819b68`](Shopify@10ce3ef)]: - @shopify/[email protected] ## [email protected] ### Patch Changes - Updated dependencies \[[`3b6d391a3`](Shopify@a282149), [`c8e5779f0`](Shopify@01a63b1), [`79e604b34`](Shopify@162f881), [`5b85401fe`](Shopify@5f6f74a), [`6193ebe03`](Shopify@711f42e), [`799819b68`](Shopify@10ce3ef)]: - @shopify/[email protected] - @shopify/[email protected] - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
73feb48
commit 0807fb2
Showing
24 changed files
with
93 additions
and
54 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/polaris-cli", | ||
"version": "0.2.22", | ||
"version": "0.2.23", | ||
"description": "Commands for building Shopify Apps with Polaris", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"author": "Shopify <[email protected]>", | ||
|
@@ -24,7 +24,7 @@ | |
}, | ||
"dependencies": { | ||
"@oclif/core": "^1.13.10", | ||
"@shopify/polaris-migrator": "^0.19.7" | ||
"@shopify/polaris-migrator": "^0.19.8" | ||
}, | ||
"engine-strict": true, | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@shopify/polaris-codemods", | ||
"description": "Codemods for Polaris design system", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"private": false, | ||
"license": "MIT", | ||
"author": "Shopify <[email protected]>", | ||
|
@@ -30,8 +30,8 @@ | |
"generate": "plop" | ||
}, | ||
"dependencies": { | ||
"@shopify/polaris-tokens": "^7.5.1", | ||
"@shopify/stylelint-polaris": "^13.0.7", | ||
"@shopify/polaris-tokens": "^7.5.2", | ||
"@shopify/stylelint-polaris": "^13.0.8", | ||
"postcss": "^8.4.21", | ||
"postcss-scss": "^4.0.6", | ||
"postcss-value-parser": "^4.2.0", | ||
|
@@ -41,7 +41,7 @@ | |
"jscodeshift": "^0.13.1" | ||
}, | ||
"devDependencies": { | ||
"@shopify/polaris": "^11.7.0", | ||
"@shopify/polaris": "^11.8.0", | ||
"@types/jscodeshift": "^0.11.6", | ||
"jscodeshift": "^0.13.1", | ||
"plop": "^3.1.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/polaris-migrator", | ||
"version": "0.19.7", | ||
"version": "0.19.8", | ||
"description": "Codemod transformations to help upgrade your Polaris codebase", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"author": "Shopify <[email protected]>", | ||
|
@@ -36,8 +36,8 @@ | |
"generate": "plop" | ||
}, | ||
"dependencies": { | ||
"@shopify/polaris-tokens": "^7.5.1", | ||
"@shopify/stylelint-polaris": "^13.0.7", | ||
"@shopify/polaris-tokens": "^7.5.2", | ||
"@shopify/stylelint-polaris": "^13.0.8", | ||
"chalk": "^4.1.0", | ||
"globby": "11.0.1", | ||
"is-git-clean": "^1.1.0", | ||
|
@@ -55,7 +55,7 @@ | |
"@rollup/plugin-commonjs": "^22.0.2", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@shopify/polaris": "^11.7.0", | ||
"@shopify/polaris": "^11.8.0", | ||
"plop": "^3.1.1", | ||
"plop-dir": "^0.0.5", | ||
"prettier": "^2.7.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@shopify/polaris", | ||
"description": "Shopify’s admin product component library", | ||
"version": "11.7.0", | ||
"version": "11.8.0", | ||
"private": false, | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"author": "Shopify <[email protected]>", | ||
|
@@ -56,8 +56,8 @@ | |
"preversion": "node ./scripts/readme-update-version" | ||
}, | ||
"dependencies": { | ||
"@shopify/polaris-icons": "^7.4.0", | ||
"@shopify/polaris-tokens": "^7.5.1", | ||
"@shopify/polaris-icons": "^7.5.0", | ||
"@shopify/polaris-tokens": "^7.5.2", | ||
"@types/react": "*", | ||
"@types/react-dom": "*", | ||
"@types/react-transition-group": "^4.4.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@shopify/stylelint-polaris", | ||
"description": "Polaris Design System Stylelint tooling", | ||
"version": "13.0.7", | ||
"version": "13.0.8", | ||
"private": false, | ||
"license": "MIT", | ||
"author": "Shopify <[email protected]>", | ||
|
@@ -37,7 +37,7 @@ | |
"dependencies": { | ||
"postcss-value-parser": "^4.2.0", | ||
"postcss-media-query-parser": "^0.2.3", | ||
"@shopify/polaris-tokens": "^7.5.1" | ||
"@shopify/polaris-tokens": "^7.5.2" | ||
}, | ||
"peerDependencies": { | ||
"stylelint": "^14.15.0 || ^15.0.0" | ||
|