Skip to content

Commit

Permalink
Version Packages (#10780)
Browse files Browse the repository at this point in the history
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

- [#10579](#10579)
[`b5a3622ca`](b5a3622)
Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Created
migration to replace deprecated `color` custom properties in Polaris
v12.0.0


- [#10304](#10304)
[`eb93b7f1c`](eb93b7f)
Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to
replace deprecated `font` custom properties in polaris-react v12.0.0


- [#10506](#10506)
[`d901a07a3`](d901a07)
Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to
replace deprecated `border` custom properties in polaris-react v12.0.0


- [#10305](#10305)
[`1b36b9256`](1b36b92)
Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to
replace deprecated `space` custom properties in polaris-react v12.0.0


- [#10306](#10306)
[`dbae87e58`](dbae87e)
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

- [#10788](#10788)
[`82f10e830`](82f10e8)
Thanks [@mrcthms](https://github.com/mrcthms)! - Deprecated the
IndexFiltersManager component

## polaris.shopify.com@0.58.5

### Patch Changes

- Updated dependencies
\[[`82f10e830`](82f10e8)]:
    -   @shopify/polaris@11.26.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent dcf8f71 commit 046894b
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-ravens-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-bikes-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-hats-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-feet-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-llamas-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-guests-occur.md

This file was deleted.

14 changes: 14 additions & 0 deletions polaris-migrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @shopify/polaris-migrator

## 0.23.0

### Minor Changes

- [#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

* [#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

- [#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

* [#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

- [#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

## 0.22.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions polaris-migrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-migrator",
"version": "0.22.8",
"version": "0.23.0",
"description": "Codemod transformations to help upgrade your Polaris codebase",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@shopify/polaris": "^11.25.0",
"@shopify/polaris": "^11.26.0",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
6 changes: 6 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 11.26.0

### Minor Changes

- [#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

## 11.25.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions polaris-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Otherwise include the CSS in your HTML. We suggest copying the styles file into
```html
<link
rel="stylesheet"
href="https://unpkg.com/@shopify/polaris@11.25.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@11.26.0/build/esm/styles.css"
/>
```

Expand Down Expand Up @@ -70,7 +70,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi
```html
<link
rel="stylesheet"
href="https://unpkg.com/@shopify/polaris@11.25.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@11.26.0/build/esm/styles.css"
/>
```

Expand Down
2 changes: 1 addition & 1 deletion polaris-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopify/polaris",
"description": "Shopify’s admin product component library",
"version": "11.25.0",
"version": "11.26.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down
7 changes: 7 additions & 0 deletions polaris.shopify.com/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# polaris.shopify.com

## 0.58.5

### Patch Changes

- Updated dependencies [[`82f10e830`](https://github.com/Shopify/polaris/commit/82f10e8307bcc7a839e4733b4c03c957ff2fbd88)]:
- @shopify/polaris@11.26.0

## 0.58.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions polaris.shopify.com/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polaris.shopify.com",
"version": "0.58.4",
"version": "0.58.5",
"private": true,
"engines": {
"node": "^16.17.0 || >=18.12.0"
Expand All @@ -26,7 +26,7 @@
"@floating-ui/react-dom-interactions": "^0.10.1",
"@headlessui/react": "^1.6.5",
"@radix-ui/react-polymorphic": "^0.0.14",
"@shopify/polaris": "^11.25.0",
"@shopify/polaris": "^11.26.0",
"@shopify/polaris-icons": "^7.9.0",
"@shopify/polaris-tokens": "^7.12.1",
"@types/react-syntax-highlighter": "^15.5.6",
Expand Down

0 comments on commit 046894b

Please sign in to comment.