Skip to content

Commit 6ca931c

Browse files
Version Packages (#8394)
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.29.0 ### Minor Changes - [#8383](#8383) [`955832a3b`](955832a) Thanks [@chazdean](https://github.com/chazdean)! - Remove default spacing from `AlphaStack` - [#8349](#8349) [`160d9c15b`](160d9c1) Thanks [@qt314](https://github.com/qt314)! - Add hideIcon prop to Banner and update Banner styles for mobile web ## @shopify/polaris-cli@0.1.9 ### Patch Changes - Updated dependencies \[[`40ff13451`](40ff134)]: - @shopify/polaris-migrator@0.13.2 ## @shopify/polaris-migrator@0.13.2 ### Patch Changes - [#8393](#8393) [`40ff13451`](40ff134) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Removed version from generic migrations ## polaris.shopify.com@0.34.3 ### Patch Changes - [#8404](#8404) [`5d4c2c12d`](5d4c2c1) Thanks [@laurkim](https://github.com/laurkim)! - Fixed broken image urls for component pages - [#8393](#8393) [`40ff13451`](40ff134) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Removed version from generic migrations - Updated dependencies \[[`955832a3b`](955832a), [`160d9c15b`](160d9c1)]: - @shopify/polaris@10.29.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 955832a commit 6ca931c

File tree

13 files changed

+41
-30
lines changed

13 files changed

+41
-30
lines changed

.changeset/empty-dancers-think.md

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

.changeset/gentle-dodos-shake.md

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

.changeset/rotten-ligers-guess.md

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

.changeset/unlucky-stingrays-sparkle.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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`40ff13451`](https://github.com/Shopify/polaris/commit/40ff1345148a6f77ced213b92137269711925ae2)]:
8+
- @shopify/polaris-migrator@0.13.2
9+
310
## 0.1.8
411

512
### Patch Changes

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.8",
3+
"version": "0.1.9",
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.13.1"
27+
"@shopify/polaris-migrator": "^0.13.2"
2828
},
2929
"devDependencies": {
3030
"typescript": "^4.7.4"

polaris-migrator/CHANGELOG.md

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

3+
## 0.13.2
4+
5+
### Patch Changes
6+
7+
- [#8393](https://github.com/Shopify/polaris/pull/8393) [`40ff13451`](https://github.com/Shopify/polaris/commit/40ff1345148a6f77ced213b92137269711925ae2) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Removed version from generic migrations
8+
39
## 0.13.1
410

511
### Patch Changes

polaris-migrator/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-migrator",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "Codemod transformations to help upgrade your Polaris codebase",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <dev@shopify.com>",
@@ -52,7 +52,7 @@
5252
"@rollup/plugin-commonjs": "^22.0.2",
5353
"@rollup/plugin-json": "^4.1.0",
5454
"@rollup/plugin-node-resolve": "^13.3.0",
55-
"@shopify/polaris": "^10.28.2",
55+
"@shopify/polaris": "^10.29.0",
5656
"plop": "^3.1.1",
5757
"plop-dir": "^0.0.5",
5858
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

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

3+
## 10.29.0
4+
5+
### Minor Changes
6+
7+
- [#8383](https://github.com/Shopify/polaris/pull/8383) [`955832a3b`](https://github.com/Shopify/polaris/commit/955832a3bb653a334d782edd396b9519625134c1) Thanks [@chazdean](https://github.com/chazdean)! - Remove default spacing from `AlphaStack`
8+
9+
* [#8349](https://github.com/Shopify/polaris/pull/8349) [`160d9c15b`](https://github.com/Shopify/polaris/commit/160d9c15b433bf01370c1244c5d725808562c673) Thanks [@qt314](https://github.com/qt314)! - Add hideIcon prop to Banner and update Banner styles for mobile web
10+
311
## 10.28.2
412

513
### Patch Changes

polaris-react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Otherwise include the CSS in your HTML. We suggest copying the styles file into
3333
```html
3434
<link
3535
rel="stylesheet"
36-
href="https://unpkg.com/@shopify/polaris@10.28.2/build/esm/styles.css"
36+
href="https://unpkg.com/@shopify/polaris@10.29.0/build/esm/styles.css"
3737
/>
3838
```
3939

@@ -70,7 +70,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi
7070
```html
7171
<link
7272
rel="stylesheet"
73-
href="https://unpkg.com/@shopify/polaris@10.28.2/build/esm/styles.css"
73+
href="https://unpkg.com/@shopify/polaris@10.29.0/build/esm/styles.css"
7474
/>
7575
```
7676

0 commit comments

Comments
 (0)