Skip to content

Commit

Permalink
Version Packages (#10717)
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@11.24.0

### Minor Changes

- [#10576](#10576)
[`30555a9f9`](30555a9)
Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Migrated
`color` custom properties from Polaris v11 to v12


-
[`b3bfdcfc0`](b3bfdcf)
Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - - Updated
the `TextField` to automatically set password manager disable data
attributes when `autoComplete` is set to "off"
    -   Deprecated the `TextField` `disable1Password` prop

## polaris.shopify.com@0.58.3

### Patch Changes

- Updated dependencies
\[[`30555a9f9`](30555a9),
[`b3bfdcfc0`](b3bfdcf)]:
    -   @shopify/polaris@11.24.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent b3bfdcf commit 187d187
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-mails-invent.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-grapes-end.md

This file was deleted.

2 changes: 1 addition & 1 deletion polaris-migrator/package.json
Original file line number Diff line number Diff line change
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.23.0",
"@shopify/polaris": "^11.24.0",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
9 changes: 9 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 11.24.0

### Minor Changes

- [#10576](https://github.com/Shopify/polaris/pull/10576) [`30555a9f9`](https://github.com/Shopify/polaris/commit/30555a9f9a275cd44a3ea8b965309c948b9796e8) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Migrated `color` custom properties from Polaris v11 to v12

* [`b3bfdcfc0`](https://github.com/Shopify/polaris/commit/b3bfdcfc03d9dc27f25ce93c6786242b58587e6c) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - - Updated the `TextField` to automatically set password manager disable data attributes when `autoComplete` is set to "off"
- Deprecated the `TextField` `disable1Password` prop

## 11.23.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.23.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@11.24.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.23.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@11.24.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.23.0",
"version": "11.24.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.3

### Patch Changes

- Updated dependencies [[`30555a9f9`](https://github.com/Shopify/polaris/commit/30555a9f9a275cd44a3ea8b965309c948b9796e8), [`b3bfdcfc0`](https://github.com/Shopify/polaris/commit/b3bfdcfc03d9dc27f25ce93c6786242b58587e6c)]:
- @shopify/polaris@11.24.0

## 0.58.2

### 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.2",
"version": "0.58.3",
"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.23.0",
"@shopify/polaris": "^11.24.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 187d187

Please sign in to comment.