Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 27, 2023
1 parent 88926ca commit 431cae9
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/quiet-grapes-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-apricots-provide.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
11 changes: 11 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 11.24.0

### Minor Changes

- [#10709](https://github.com/Shopify/polaris/pull/10709) [`7dabebed6`](https://github.com/Shopify/polaris/commit/7dabebed6dfd874cc7eecea0a0f7166c88dcddfa) Thanks [@mrcthms](https://github.com/mrcthms)! - - Updated the `TextField` to automatically set password manager disable data attributes when `autoComplete` is set to "off"
- Deprecated the `TextField` `disable1Password` prop

### Patch Changes

- [#10711](https://github.com/Shopify/polaris/pull/10711) [`40d1672cd`](https://github.com/Shopify/polaris/commit/40d1672cd36fd75a9dd282c12b969654330072e6) Thanks [@maael](https://github.com/maael)! - Fixed issue with setting local pinned filters in `Filters` when no `appliedFilters` were provided.

## 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 [[`7dabebed6`](https://github.com/Shopify/polaris/commit/7dabebed6dfd874cc7eecea0a0f7166c88dcddfa), [`40d1672cd`](https://github.com/Shopify/polaris/commit/40d1672cd36fd75a9dd282c12b969654330072e6)]:
- @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 431cae9

Please sign in to comment.