Skip to content

Commit a625c9b

Browse files
shopify-github-actions-access[bot]github-actions[bot]
authored andcommitted
Version Packages (Shopify#8587)
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.35.0 ### Minor Changes - [Shopify#8539](Shopify#8539) [`cb41f719c`](Shopify@cb41f71) Thanks [@alex-page](https://github.com/alex-page)! - Updated `variant` prop on `Text` component to be optional to better support children with similar styles - [Shopify#8533](Shopify#8533) [`b39b19782`](Shopify@b39b197) Thanks [@aveline](https://github.com/aveline)! - Updated `Columns` to accept `alignItems` prop ### Patch Changes - [Shopify#8582](Shopify#8582) [`4fb2bdc57`](Shopify@4fb2bdc) Thanks [@aveline](https://github.com/aveline)! - Removed `fullWidth` prop from `AlphaStack` - Updated dependencies \[[`7d1c4f1db`](Shopify@7d1c4f1)]: - @shopify/polaris-tokens@6.8.0 ## @shopify/polaris-tokens@6.8.0 ### Minor Changes - [Shopify#8572](Shopify#8572) [`7d1c4f1db`](Shopify@7d1c4f1) Thanks [@lgriffee](https://github.com/lgriffee)! - Added a new `shadow` token group ## @shopify/polaris-cli@0.1.16 ### Patch Changes - Updated dependencies \[]: - @shopify/polaris-migrator@0.15.1 ## @shopify/polaris-migrator@0.15.1 ### Patch Changes - Updated dependencies \[[`7d1c4f1db`](Shopify@7d1c4f1)]: - @shopify/polaris-tokens@6.8.0 - @shopify/stylelint-polaris@8.0.2 ## @shopify/stylelint-polaris@8.0.2 ### Patch Changes - Updated dependencies \[[`7d1c4f1db`](Shopify@7d1c4f1)]: - @shopify/polaris-tokens@6.8.0 ## polaris-for-vscode@0.4.0 ### Minor Changes - [Shopify#8572](Shopify#8572) [`7d1c4f1db`](Shopify@7d1c4f1) Thanks [@lgriffee](https://github.com/lgriffee)! - Added completions for new `shadow` token group ## polaris.shopify.com@0.38.2 ### Patch Changes - [Shopify#8593](Shopify#8593) [`a0e52a30a`](Shopify@a0e52a3) Thanks [@laurkim](https://github.com/laurkim)! - Added in chart to map `Text` variants to font tokens - Updated dependencies \[[`4fb2bdc57`](Shopify@4fb2bdc), [`cb41f719c`](Shopify@cb41f71), [`b39b19782`](Shopify@b39b197), [`7d1c4f1db`](Shopify@7d1c4f1)]: - @shopify/polaris@10.35.0 - @shopify/polaris-tokens@6.8.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c0f2996 commit a625c9b

File tree

21 files changed

+77
-48
lines changed

21 files changed

+77
-48
lines changed

.changeset/nervous-avocados-compete.md

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

.changeset/popular-geckos-tease.md

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

.changeset/real-turkeys-poke.md

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

.changeset/smart-icons-add.md

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

.changeset/thick-plants-fail.md

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

.changeset/wet-balloons-whisper.md

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

polaris-cli/CHANGELOG.md

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

3+
## 0.1.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @shopify/polaris-migrator@0.15.1
9+
310
## 0.1.15
411

512
## 0.1.14

polaris-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-cli",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"description": "Commands for building Shopify Apps with Polaris",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <dev@shopify.com>",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@oclif/core": "^1.13.10",
27-
"@shopify/polaris-migrator": "^0.15.0"
27+
"@shopify/polaris-migrator": "^0.15.1"
2828
},
2929
"devDependencies": {
3030
"typescript": "^4.7.4"

polaris-for-vscode/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#8572](https://github.com/Shopify/polaris/pull/8572) [`7d1c4f1db`](https://github.com/Shopify/polaris/commit/7d1c4f1db629ad9cfc68f65bd5f704127d10136e) Thanks [@lgriffee](https://github.com/lgriffee)! - Added completions for new `shadow` token group
8+
39
## 0.3.0
410

511
### Minor Changes

polaris-for-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"bugs": {
1414
"url": "https://github.com/Shopify/polaris/issues"
1515
},
16-
"version": "0.3.0",
16+
"version": "0.4.0",
1717
"private": true,
1818
"keywords": [
1919
"polaris",
@@ -42,7 +42,7 @@
4242
"vscode-languageserver-textdocument": "^1.0.4"
4343
},
4444
"devDependencies": {
45-
"@shopify/polaris-tokens": "^6.7.0",
45+
"@shopify/polaris-tokens": "^6.8.0",
4646
"@types/node": "14.x",
4747
"@types/vscode": "^1.64.0",
4848
"@vscode/test-electron": "^2.1.2",

0 commit comments

Comments
 (0)