Skip to content

Commit 295feef

Browse files
Version Packages (#10078)
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.20.0 ### Minor Changes - [#10101](#10101) [`e6a2d352a`](e6a2d35) Thanks [@samrose3](https://github.com/samrose3)! - Removed the `@shopify/polaris-cli` and `@shopify/polaris-codemods` package in favor of using only the `@shopify/polaris-migrator`. Removing these packages will provide the following benefits: - Improve CI time by removing extra packages from our build, test, and lint workflows - Reduce confusion on where to add new migrations or update previous migrations - Clean up ESLint configs, reduce changelog entries, and remove package dependencies - [#10071](#10071) [`23c1391aa`](23c1391) Thanks [@kyledurand](https://github.com/kyledurand)! - Added support for compound components and adding new prop values in the react-rename-component-prop migration ## @shopify/polaris@11.13.0 ### Minor Changes - [#10086](#10086) [`5a5b3795a`](5a5b379) Thanks [@joelzwarrington](https://github.com/joelzwarrington)! - [Modal] Activator no longer wrapped in Box - [#10183](#10183) [`7891c7ed9`](7891c7e) Thanks [@kyledurand](https://github.com/kyledurand)! - Deprecate connectedDisclosure prop on button - [#10181](#10181) [`219be15aa`](219be15) Thanks [@ssetem](https://github.com/ssetem)! - Added support for [Dynamic Type](https://developer.apple.com/documentation/uikit/uifont/scaling_fonts_automatically) in iOS ### Patch Changes - [#10056](#10056) [`5ecaafc2b`](5ecaafc) Thanks [@jesstelford](https://github.com/jesstelford)! - [ResourceList] Remove layout jank when bulk actions enabled and item selected - [`bc1f4aab1`](bc1f4aa) Thanks [@samrose3](https://github.com/samrose3)! - Reduced surrounding margin of Tooltip to allow for interaction with nearby UI elements. ## polaris.shopify.com@0.57.1 ### Patch Changes - [#10186](#10186) [`b340df129`](b340df1) Thanks [@m4thieulavoie](https://github.com/m4thieulavoie)! - Fixed landing page for sandbox - Updated dependencies \[[`5a5b3795a`](5a5b379), [`7891c7ed9`](7891c7e), [`5ecaafc2b`](5ecaafc), [`bc1f4aab1`](bc1f4aa), [`219be15aa`](219be15)]: - @shopify/polaris@11.13.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 219be15 commit 295feef

15 files changed

+46
-53
lines changed

.changeset/fair-olives-chew.md

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

.changeset/famous-stingrays-change.md

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

.changeset/friendly-bananas-crash.md

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

.changeset/hip-cameras-greet.md

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

.changeset/late-countries-remain.md

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

.changeset/moody-rocks-move.md

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

.changeset/nervous-wombats-yell.md

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

.changeset/olive-fishes-provide.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.20.0
4+
5+
### Minor Changes
6+
7+
- [#10101](https://github.com/Shopify/polaris/pull/10101) [`e6a2d352a`](https://github.com/Shopify/polaris/commit/e6a2d352aeb628c662ca86bb7c8b91ce695ff640) Thanks [@samrose3](https://github.com/samrose3)! - Removed the `@shopify/polaris-cli` and `@shopify/polaris-codemods` package in favor of using only the `@shopify/polaris-migrator`.
8+
9+
Removing these packages will provide the following benefits:
10+
11+
- Improve CI time by removing extra packages from our build, test, and lint workflows
12+
- Reduce confusion on where to add new migrations or update previous migrations
13+
- Clean up ESLint configs, reduce changelog entries, and remove package dependencies
14+
15+
* [#10071](https://github.com/Shopify/polaris/pull/10071) [`23c1391aa`](https://github.com/Shopify/polaris/commit/23c1391aa694526ce467c74de7c19d330f03ea67) Thanks [@kyledurand](https://github.com/kyledurand)! - Added support for compound components and adding new prop values in the react-rename-component-prop migration
16+
317
## 0.19.9
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.19.9",
3+
"version": "0.20.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.12.0",
58+
"@shopify/polaris": "^11.13.0",
5959
"plop": "^3.1.1",
6060
"plop-dir": "^0.0.5",
6161
"prettier": "^2.7.1",

0 commit comments

Comments
 (0)