Skip to content

Commit

Permalink
Version Packages (Shopify#9855)
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/[email protected]

### Minor Changes

- [Shopify#9858](Shopify#9858)
[`3fc3d5923`](Shopify@f8d1910)
Thanks [@ardakaracizmeli](https://github.com/ardakaracizmeli)! - Added
SidekickMajor


- [Shopify#9871](Shopify#9871)
[`bac86a621`](Shopify@693eee0)
Thanks [@fortmarek](https://github.com/fortmarek)! - Added displayName
to transpiled icons


- [Shopify#9854](Shopify#9854)
[`5dabf0fe0`](Shopify@08a28fc)
Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Updated
CancelMajor and CancelMinor icons

## @shopify/[email protected]

### Minor Changes

- [Shopify#9697](Shopify#9697)
[`c078d5d85`](Shopify@cb2a94b)
Thanks [@nat-king](https://github.com/nat-king)! - Added optional prop
`TextDecorationLine` to `Text` to include a line-through decoration

### Patch Changes

- [Shopify#9847](Shopify#9847)
[`85b68a358`](Shopify@5578376)
Thanks [@qt314](https://github.com/qt314)! - Added `role` prop to
`VerticalStack`


- [Shopify#9863](Shopify#9863)
[`4061fd04d`](Shopify@440593c)
Thanks [@zakwarsame](https://github.com/zakwarsame)! - Fixed ActionList
item overflow and tooltip zIndex

- Updated dependencies
\[[`3fc3d5923`](Shopify@f8d1910),
[`bac86a621`](Shopify@693eee0),
[`5dabf0fe0`](Shopify@08a28fc)]:
    -   @shopify/[email protected]

## @shopify/[email protected]



## [email protected]

### Patch Changes

- Updated dependencies
\[[`3fc3d5923`](Shopify@f8d1910),
[`85b68a358`](Shopify@5578376),
[`bac86a621`](Shopify@693eee0),
[`4061fd04d`](Shopify@440593c),
[`5dabf0fe0`](Shopify@08a28fc),
[`c078d5d85`](Shopify@cb2a94b)]:
    -   @shopify/[email protected]
    -   @shopify/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 693eee0 commit 10957eb
Show file tree
Hide file tree
Showing 17 changed files with 46 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-melons-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-cheetahs-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-rats-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-carrots-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-turkeys-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-lizards-act.md

This file was deleted.

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

## 0.2.29

## 0.2.28

## 0.2.27
Expand Down
2 changes: 1 addition & 1 deletion polaris-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-cli",
"version": "0.2.28",
"version": "0.2.29",
"description": "Commands for building Shopify Apps with Polaris",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion polaris-codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jscodeshift": "^0.13.1"
},
"devDependencies": {
"@shopify/polaris": "^11.10.2",
"@shopify/polaris": "^11.11.0",
"@types/jscodeshift": "^0.11.6",
"jscodeshift": "^0.13.1",
"plop": "^3.1.2",
Expand Down
10 changes: 10 additions & 0 deletions polaris-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 7.8.0

### Minor Changes

- [#9858](https://github.com/Shopify/polaris/pull/9858) [`3fc3d5923`](https://github.com/Shopify/polaris/commit/3fc3d5923b5ed23c4a460bb2c40f31eab21e5f89) Thanks [@ardakaracizmeli](https://github.com/ardakaracizmeli)! - Added SidekickMajor

* [#9871](https://github.com/Shopify/polaris/pull/9871) [`bac86a621`](https://github.com/Shopify/polaris/commit/bac86a6212467ed4695c4c979f7b5f5f4c6bf8e2) Thanks [@fortmarek](https://github.com/fortmarek)! - Added displayName to transpiled icons

- [#9854](https://github.com/Shopify/polaris/pull/9854) [`5dabf0fe0`](https://github.com/Shopify/polaris/commit/5dabf0fe050ababf9bd5f78fd4a1fa69098c95b2) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Updated CancelMajor and CancelMinor icons

## 7.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion polaris-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-icons",
"version": "7.7.0",
"version": "7.8.0",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify Inc.",
"main": "dist/index.js",
Expand Down
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.10.2",
"@shopify/polaris": "^11.11.0",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
15 changes: 15 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 11.11.0

### Minor Changes

- [#9697](https://github.com/Shopify/polaris/pull/9697) [`c078d5d85`](https://github.com/Shopify/polaris/commit/c078d5d85420fe30f3cd19d2e801ae5b2ad4484c) Thanks [@nat-king](https://github.com/nat-king)! - Added optional prop `TextDecorationLine` to `Text` to include a line-through decoration

### Patch Changes

- [#9847](https://github.com/Shopify/polaris/pull/9847) [`85b68a358`](https://github.com/Shopify/polaris/commit/85b68a358a0390c243216ad8059d9bccf5f00594) Thanks [@qt314](https://github.com/qt314)! - Added `role` prop to `VerticalStack`

* [#9863](https://github.com/Shopify/polaris/pull/9863) [`4061fd04d`](https://github.com/Shopify/polaris/commit/4061fd04db5458549b5743c61cf39ca9e67ab721) Thanks [@zakwarsame](https://github.com/zakwarsame)! - Fixed ActionList item overflow and tooltip zIndex

* Updated dependencies [[`3fc3d5923`](https://github.com/Shopify/polaris/commit/3fc3d5923b5ed23c4a460bb2c40f31eab21e5f89), [`bac86a621`](https://github.com/Shopify/polaris/commit/bac86a6212467ed4695c4c979f7b5f5f4c6bf8e2), [`5dabf0fe0`](https://github.com/Shopify/polaris/commit/5dabf0fe050ababf9bd5f78fd4a1fa69098c95b2)]:
- @shopify/polaris-icons@7.8.0

## 11.10.2

### Patch 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.10.2/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@11.11.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.10.2/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@11.11.0/build/esm/styles.css"
/>
```

Expand Down
4 changes: 2 additions & 2 deletions 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.10.2",
"version": "11.11.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <[email protected]>",
Expand Down Expand Up @@ -56,7 +56,7 @@
"preversion": "node ./scripts/readme-update-version"
},
"dependencies": {
"@shopify/polaris-icons": "^7.7.0",
"@shopify/polaris-icons": "^7.8.0",
"@shopify/polaris-tokens": "^7.5.2",
"@types/react": "*",
"@types/react-dom": "*",
Expand Down
8 changes: 8 additions & 0 deletions polaris.shopify.com/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# polaris.shopify.com

## 0.56.7

### Patch Changes

- Updated dependencies [[`3fc3d5923`](https://github.com/Shopify/polaris/commit/3fc3d5923b5ed23c4a460bb2c40f31eab21e5f89), [`85b68a358`](https://github.com/Shopify/polaris/commit/85b68a358a0390c243216ad8059d9bccf5f00594), [`bac86a621`](https://github.com/Shopify/polaris/commit/bac86a6212467ed4695c4c979f7b5f5f4c6bf8e2), [`4061fd04d`](https://github.com/Shopify/polaris/commit/4061fd04db5458549b5743c61cf39ca9e67ab721), [`5dabf0fe0`](https://github.com/Shopify/polaris/commit/5dabf0fe050ababf9bd5f78fd4a1fa69098c95b2), [`c078d5d85`](https://github.com/Shopify/polaris/commit/c078d5d85420fe30f3cd19d2e801ae5b2ad4484c)]:
- @shopify/polaris-icons@7.8.0
- @shopify/polaris@11.11.0

## 0.56.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.56.6",
"version": "0.56.7",
"private": true,
"engines": {
"node": "^16.17.0 || >=18.12.0"
Expand All @@ -26,8 +26,8 @@
"@floating-ui/react-dom-interactions": "^0.10.1",
"@headlessui/react": "^1.6.5",
"@radix-ui/react-polymorphic": "^0.0.14",
"@shopify/polaris": "^11.10.2",
"@shopify/polaris-icons": "^7.7.0",
"@shopify/polaris": "^11.11.0",
"@shopify/polaris-icons": "^7.8.0",
"@shopify/polaris-tokens": "^7.5.2",
"@types/react-syntax-highlighter": "^15.5.6",
"base-64": "^1.0.0",
Expand Down

0 comments on commit 10957eb

Please sign in to comment.