Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Conversation

shopify-github-actions-access[bot]
Copy link
Contributor

@shopify-github-actions-access shopify-github-actions-access bot commented Aug 15, 2023

This PR was opened by the Changesets release 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 e6a2d352a Thanks @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 23c1391aa Thanks @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

Patch Changes

  • #10056 5ecaafc2b Thanks @jesstelford! - [ResourceList] Remove layout jank when bulk actions enabled and item selected

  • bc1f4aab1 Thanks @samrose3! - Reduced surrounding margin of Tooltip to allow for interaction with nearby UI elements.

polaris.shopify.com@0.57.1

Patch Changes

@shopify-github-actions-access shopify-github-actions-access bot force-pushed the changeset-release/main branch 7 times, most recently from 0a3f851 to 37970e0 Compare August 17, 2023 22:54
@sam-b-rose
Copy link
Member

/snapit

@github-actions
Copy link
Contributor

🫰✨ Thanks @samrose3! Your snapshots have been published to npm.

Test the snapshots by updating your package.json with the newly published versions:

yarn add @shopify/polaris-migrator@0.0.0-snapshot-release-20230823165004
yarn add @shopify/polaris@0.0.0-snapshot-release-20230823165004

@shopify-github-actions-access shopify-github-actions-access bot force-pushed the changeset-release/main branch 3 times, most recently from aea6bb4 to 26f0550 Compare August 23, 2023 20:25
@sam-b-rose
Copy link
Member

/snapit

@github-actions
Copy link
Contributor

🫰✨ Thanks @samrose3! Your snapshots have been published to npm.

Test the snapshots by updating your package.json with the newly published versions:

yarn add @shopify/polaris-migrator@0.0.0-snapshot-release-20230824131001
yarn add @shopify/polaris@0.0.0-snapshot-release-20230824131001

@sam-b-rose sam-b-rose merged commit 295feef into main Aug 24, 2023
@sam-b-rose sam-b-rose deleted the changeset-release/main branch August 24, 2023 13:19
sam-b-rose added a commit that referenced this pull request Aug 28, 2023
* main:
  Fix rename prop migration (#10215)
  Update translations: default (#10219)
  [Avatar] Override SE23 background override with imageHasLoaded (#10211)
  Create Code style guide.md (#10176)
  ActionsList filtering (#9907)
  Version Packages (#10078)
  Support dynamic fontsizes in iOS devices (#10181)
  Fix migration resolution path (#10188)
  [Button] Deprecate connectedDisclosure  (#10183)
  Update sandbox.md (#10186)
  Allow migrator to target subcomponents and change prop values (#10071)
  Remove `polaris-cli` and `polaris-codemods` packages (#10101)
  Bump loader-utils from 1.4.0 to 1.4.2 (#7725)
  Bump deep-object-diff from 1.1.7 to 1.1.9 (#7734)
  Bump decode-uri-component from 0.2.0 to 0.2.2 (#7832)
  Bump webpack from 5.72.0 to 5.76.0 (#8667)
  Bump fastify from 4.5.3 to 4.15.0 (#8750)
  [Modal] Activator no longer wrapped in Box (#10086)
  Fix icon optimize config (#10087)
  [ResourceList] Remove layout jank when bulk actions enabled and item selected
sam-b-rose added a commit that referenced this pull request Aug 28, 2023
* main:
  Fix rename prop migration (#10215)
  Update translations: default (#10219)
  [Avatar] Override SE23 background override with imageHasLoaded (#10211)
  Create Code style guide.md (#10176)
  ActionsList filtering (#9907)
  Version Packages (#10078)
  Support dynamic fontsizes in iOS devices (#10181)
  Fix migration resolution path (#10188)
  [Button] Deprecate connectedDisclosure  (#10183)
  Update sandbox.md (#10186)
  Allow migrator to target subcomponents and change prop values (#10071)
  Remove `polaris-cli` and `polaris-codemods` packages (#10101)
  Bump loader-utils from 1.4.0 to 1.4.2 (#7725)
  Bump deep-object-diff from 1.1.7 to 1.1.9 (#7734)
  Bump decode-uri-component from 0.2.0 to 0.2.2 (#7832)
  Bump webpack from 5.72.0 to 5.76.0 (#8667)
  Bump fastify from 4.5.3 to 4.15.0 (#8750)
  [Modal] Activator no longer wrapped in Box (#10086)
  Fix icon optimize config (#10087)
  [ResourceList] Remove layout jank when bulk actions enabled and item selected
AnnaCheba pushed a commit to AnnaCheba/polaris that referenced this pull request Apr 22, 2024
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

- [Shopify#10101](Shopify#10101)
[`e6a2d352a`](Shopify@2d142bb)
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


- [Shopify#10071](Shopify#10071)
[`23c1391aa`](Shopify@4e11e7a)
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

- [Shopify#10086](Shopify#10086)
[`5a5b3795a`](Shopify@f8cb874)
Thanks [@joelzwarrington](https://github.com/joelzwarrington)! - [Modal]
Activator no longer wrapped in Box


- [Shopify#10183](Shopify#10183)
[`7891c7ed9`](Shopify@5febc40)
Thanks [@kyledurand](https://github.com/kyledurand)! - Deprecate
connectedDisclosure prop on button


- [Shopify#10181](Shopify#10181)
[`219be15aa`](Shopify@5892203)
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

- [Shopify#10056](Shopify#10056)
[`5ecaafc2b`](Shopify@06a127d)
Thanks [@jesstelford](https://github.com/jesstelford)! - [ResourceList]
Remove layout jank when bulk actions enabled and item selected


-
[`bc1f4aab1`](Shopify@9d26367)
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

- [Shopify#10186](Shopify#10186)
[`b340df129`](Shopify@95e35db)
Thanks [@m4thieulavoie](https://github.com/m4thieulavoie)! - Fixed
landing page for sandbox

- Updated dependencies
\[[`5a5b3795a`](Shopify@f8cb874),
[`7891c7ed9`](Shopify@5febc40),
[`5ecaafc2b`](Shopify@06a127d),
[`bc1f4aab1`](Shopify@9d26367),
[`219be15aa`](Shopify@5892203)]:
    -   @shopify/polaris@11.13.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant