Skip to content

Commit 2b7cc33

Browse files
Version Packages (Shopify#10780)
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-migrator@0.23.0 ### Minor Changes - [Shopify#10579](Shopify#10579) [`b5a3622ca`](Shopify@6db4ec7) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Created migration to replace deprecated `color` custom properties in Polaris v12.0.0 - [Shopify#10304](Shopify#10304) [`eb93b7f1c`](Shopify@b86cc31) Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to replace deprecated `font` custom properties in polaris-react v12.0.0 - [Shopify#10506](Shopify#10506) [`d901a07a3`](Shopify@ffaebbd) Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to replace deprecated `border` custom properties in polaris-react v12.0.0 - [Shopify#10305](Shopify#10305) [`1b36b9256`](Shopify@0d403c8) Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to replace deprecated `space` custom properties in polaris-react v12.0.0 - [Shopify#10306](Shopify#10306) [`dbae87e58`](Shopify@fb524c2) Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to replace deprecated `shadow` custom properties in polaris-react v12.0.0 ## @shopify/polaris@11.26.0 ### Minor Changes - [Shopify#10788](Shopify#10788) [`82f10e830`](Shopify@c937a3a) Thanks [@mrcthms](https://github.com/mrcthms)! - Deprecated the IndexFiltersManager component ## polaris.shopify.com@0.58.5 ### Patch Changes - Updated dependencies \[[`82f10e830`](Shopify@c937a3a)]: - @shopify/polaris@11.26.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1b4a916 commit 2b7cc33

File tree

13 files changed

+34
-37
lines changed

13 files changed

+34
-37
lines changed

.changeset/fresh-ravens-jam.md

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

.changeset/hungry-bikes-impress.md

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

.changeset/large-hats-vanish.md

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

.changeset/shiny-feet-marry.md

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

.changeset/short-llamas-hope.md

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

.changeset/silent-guests-occur.md

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

polaris-migrator/CHANGELOG.md

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

3+
## 0.23.0
4+
5+
### Minor Changes
6+
7+
- [#10579](https://github.com/Shopify/polaris/pull/10579) [`b5a3622ca`](https://github.com/Shopify/polaris/commit/b5a3622caa2c7601cc14435eae3daab80f015d18) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Created migration to replace deprecated `color` custom properties in Polaris v12.0.0
8+
9+
* [#10304](https://github.com/Shopify/polaris/pull/10304) [`eb93b7f1c`](https://github.com/Shopify/polaris/commit/eb93b7f1ccfd3a3778860b50de95465147207fab) Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to replace deprecated `font` custom properties in polaris-react v12.0.0
10+
11+
- [#10506](https://github.com/Shopify/polaris/pull/10506) [`d901a07a3`](https://github.com/Shopify/polaris/commit/d901a07a3a146378663e728478b120033b0ebf3c) Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to replace deprecated `border` custom properties in polaris-react v12.0.0
12+
13+
* [#10305](https://github.com/Shopify/polaris/pull/10305) [`1b36b9256`](https://github.com/Shopify/polaris/commit/1b36b92561710882a48d79eb48c231dc0626925e) Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to replace deprecated `space` custom properties in polaris-react v12.0.0
14+
15+
- [#10306](https://github.com/Shopify/polaris/pull/10306) [`dbae87e58`](https://github.com/Shopify/polaris/commit/dbae87e5844811ea4e6c8dd83e71c19b41444b18) Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to replace deprecated `shadow` custom properties in polaris-react v12.0.0
16+
317
## 0.22.8
418

519
### 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.22.8",
3+
"version": "0.23.0",
44
"description": "Codemod transformations to help upgrade your Polaris codebase",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <dev@shopify.com>",
@@ -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": "^11.25.0",
58+
"@shopify/polaris": "^11.26.0",
5959
"plop": "^3.1.1",
6060
"plop-dir": "^0.0.5",
6161
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

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

3+
## 11.26.0
4+
5+
### Minor Changes
6+
7+
- [#10788](https://github.com/Shopify/polaris/pull/10788) [`82f10e830`](https://github.com/Shopify/polaris/commit/82f10e8307bcc7a839e4733b4c03c957ff2fbd88) Thanks [@mrcthms](https://github.com/mrcthms)! - Deprecated the IndexFiltersManager component
8+
39
## 11.25.0
410

511
### Minor 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@11.25.0/build/esm/styles.css"
36+
href="https://unpkg.com/@shopify/polaris@11.26.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@11.25.0/build/esm/styles.css"
73+
href="https://unpkg.com/@shopify/polaris@11.26.0/build/esm/styles.css"
7474
/>
7575
```
7676

0 commit comments

Comments
 (0)