Skip to content

Commit

Permalink
Version Packages (#11997)
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-icons@9.1.0

### Minor Changes

- [#11993](#11993)
[`365e5c80a`](365e5c8)
Thanks [@jaychashop](https://github.com/jaychashop)! - Added
OrganizationFilledIcon

## @shopify/polaris@13.4.0

### Minor Changes

- [#11972](#11972)
[`25517299c`](2551729)
Thanks [@zakwarsame](https://github.com/zakwarsame)! - Updated
`Navigation.Item` button to have pointer cursor and no background

### Patch Changes

- [#11950](#11950)
[`2806dacc8`](2806dac)
Thanks [@jesstelford](https://github.com/jesstelford)! - Remove
useLayoutEffect warning in SSR for IndexTable.


- [#12003](#12003)
[`2ff31e79f`](2ff31e7)
Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed max width
bug in Collapsible

- Updated dependencies
\[[`365e5c80a`](365e5c8)]:
    -   @shopify/polaris-icons@9.1.0

## polaris.shopify.com@1.0.6

### Patch Changes

- Updated dependencies
\[[`25517299c`](2551729),
[`2806dacc8`](2806dac),
[`365e5c80a`](365e5c8),
[`2ff31e79f`](2ff31e7)]:
    -   @shopify/polaris@13.4.0
    -   @shopify/polaris-icons@9.1.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 2ff31e7 commit 35adeb8
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/nervous-forks-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-ways-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-laws-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-turtles-leave.md

This file was deleted.

8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions polaris-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 9.1.0

### Minor Changes

- [#11993](https://github.com/Shopify/polaris/pull/11993) [`365e5c80a`](https://github.com/Shopify/polaris/commit/365e5c80a02a88e74f8a46ea95778b18d38d1844) Thanks [@jaychashop](https://github.com/jaychashop)! - Added OrganizationFilledIcon

## 9.0.1

### Patch 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": "9.0.1",
"version": "9.1.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": "^13.3.0",
"@shopify/polaris": "^13.4.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

## 13.4.0

### Minor Changes

- [#11972](https://github.com/Shopify/polaris/pull/11972) [`25517299c`](https://github.com/Shopify/polaris/commit/25517299c4dfd9c570ca44ec380e536a1511841a) Thanks [@zakwarsame](https://github.com/zakwarsame)! - Updated `Navigation.Item` button to have pointer cursor and no background

### Patch Changes

- [#11950](https://github.com/Shopify/polaris/pull/11950) [`2806dacc8`](https://github.com/Shopify/polaris/commit/2806dacc8f1e5da4517993ebcd7d81228b4b6449) Thanks [@jesstelford](https://github.com/jesstelford)! - Remove useLayoutEffect warning in SSR for IndexTable.

* [#12003](https://github.com/Shopify/polaris/pull/12003) [`2ff31e79f`](https://github.com/Shopify/polaris/commit/2ff31e79f2e6fb73f4d63b6cca6a04d6763389ef) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed max width bug in Collapsible

* Updated dependencies [[`365e5c80a`](https://github.com/Shopify/polaris/commit/365e5c80a02a88e74f8a46ea95778b18d38d1844)]:
- @shopify/polaris-icons@9.1.0

## 13.3.0

### Minor Changes
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": "13.3.0",
"version": "13.4.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down Expand Up @@ -56,7 +56,7 @@
"storybook:test": "concurrently -k -s first -n 'SB,TEST' -c 'magenta,blue' 'http-server build-internal/storybook/static --port 6006 --silent' 'wait-on tcp:6006 && test-storybook --maxWorkers=2 polaris-react/src/components/Modal/Modal.stories.tsx'"
},
"dependencies": {
"@shopify/polaris-icons": "^9.0.1",
"@shopify/polaris-icons": "^9.1.0",
"@shopify/polaris-tokens": "^9.1.0",
"@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

## 1.0.6

### Patch Changes

- Updated dependencies [[`25517299c`](https://github.com/Shopify/polaris/commit/25517299c4dfd9c570ca44ec380e536a1511841a), [`2806dacc8`](https://github.com/Shopify/polaris/commit/2806dacc8f1e5da4517993ebcd7d81228b4b6449), [`365e5c80a`](https://github.com/Shopify/polaris/commit/365e5c80a02a88e74f8a46ea95778b18d38d1844), [`2ff31e79f`](https://github.com/Shopify/polaris/commit/2ff31e79f2e6fb73f4d63b6cca6a04d6763389ef)]:
- @shopify/polaris@13.4.0
- @shopify/polaris-icons@9.1.0

## 1.0.5

### 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": "1.0.5",
"version": "1.0.6",
"private": true,
"engines": {
"node": ">=20.10.0"
Expand Down Expand Up @@ -30,8 +30,8 @@
"@headlessui/react": "^1.6.5",
"@juggle/resize-observer": "^3.4.0",
"@radix-ui/react-polymorphic": "^0.0.14",
"@shopify/polaris": "^13.3.0",
"@shopify/polaris-icons": "^9.0.1",
"@shopify/polaris": "^13.4.0",
"@shopify/polaris-icons": "^9.1.0",
"@shopify/polaris-tokens": "^9.1.0",
"@types/react-syntax-highlighter": "^15.5.6",
"base-64": "^1.0.0",
Expand Down

0 comments on commit 35adeb8

Please sign in to comment.