Skip to content

Commit

Permalink
Version Packages (#11341)
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

- [#11349](#11349)
[`0a2f1659d`](0a2f165)
Thanks [@alex-page](https://github.com/alex-page)! - Add PageClock and
PageClockFilled icons

## @shopify/[email protected]

### Minor Changes

- [#11317](#11317)
[`e197ca5f6`](e197ca5)
Thanks [@yurm04](https://github.com/yurm04)! - [LegacyFilters] Fixed
button spacing on `ConnectedFilterControl`

### Patch Changes

- [#11340](#11340)
[`3213735a0`](3213735)
Thanks [@jesstelford](https://github.com/jesstelford)! - Internal
refactor: CSS Module files are renamed from _.scss to _.module.scss


- [#11269](#11269)
[`bc4272a2e`](bc4272a)
Thanks [@m4thieulavoie](https://github.com/m4thieulavoie)! - Added an
optional `hidden` property to the `Filters` `FilterInterface` type to
support `filters` that are only set programmatically

- Updated dependencies
\[[`0a2f1659d`](0a2f165)]:
    -   @shopify/[email protected]

## [email protected]

### Patch Changes

- [#11269](#11269)
[`bc4272a2e`](bc4272a)
Thanks [@m4thieulavoie](https://github.com/m4thieulavoie)! - Added an
optional `hidden` property to the `Filters` `FilterInterface` type to
support `filters` that are only set programmatically

- Updated dependencies
\[[`3213735a0`](3213735),
[`0a2f1659d`](0a2f165),
[`e197ca5f6`](e197ca5),
[`bc4272a2e`](bc4272a)]:
    -   @shopify/[email protected]
    -   @shopify/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 0a2f165 commit 1198f6a
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-hairs-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-llamas-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-gorillas-deny.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-pans-tickle.md

This file was deleted.

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

## 7.13.0

### Minor Changes

- [#11349](https://github.com/Shopify/polaris/pull/11349) [`0a2f1659d`](https://github.com/Shopify/polaris/commit/0a2f1659d1141dba5cb93f6d64aeceab89155cfb) Thanks [@alex-page](https://github.com/alex-page)! - Add PageClock and PageClockFilled icons

## 7.12.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.12.0",
"version": "7.13.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": "^12.5.0",
"@shopify/polaris": "^12.6.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

## 12.6.0

### Minor Changes

- [#11317](https://github.com/Shopify/polaris/pull/11317) [`e197ca5f6`](https://github.com/Shopify/polaris/commit/e197ca5f6d518f5f099ca55161951f4ae4591232) Thanks [@yurm04](https://github.com/yurm04)! - [LegacyFilters] Fixed button spacing on `ConnectedFilterControl`

### Patch Changes

- [#11340](https://github.com/Shopify/polaris/pull/11340) [`3213735a0`](https://github.com/Shopify/polaris/commit/3213735a06d67e93e9933fe44011e52297a5cee4) Thanks [@jesstelford](https://github.com/jesstelford)! - Internal refactor: CSS Module files are renamed from _.scss to _.module.scss

* [#11269](https://github.com/Shopify/polaris/pull/11269) [`bc4272a2e`](https://github.com/Shopify/polaris/commit/bc4272a2e3b6d54065d8cad1364ad8612ced0a5d) Thanks [@m4thieulavoie](https://github.com/m4thieulavoie)! - Added an optional `hidden` property to the `Filters` `FilterInterface` type to support `filters` that are only set programmatically

* Updated dependencies [[`0a2f1659d`](https://github.com/Shopify/polaris/commit/0a2f1659d1141dba5cb93f6d64aeceab89155cfb)]:
- @shopify/[email protected]

## 12.5.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@12.5.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@12.6.0/build/esm/styles.css"
/>
```

Expand Down Expand Up @@ -80,7 +80,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@12.5.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@12.6.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": "12.5.0",
"version": "12.6.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.12.0",
"@shopify/polaris-icons": "^7.13.0",
"@shopify/polaris-tokens": "^8.4.0",
"@types/react": "*",
"@types/react-dom": "*",
Expand Down
10 changes: 10 additions & 0 deletions polaris.shopify.com/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# polaris.shopify.com

## 0.61.4

### Patch Changes

- [#11269](https://github.com/Shopify/polaris/pull/11269) [`bc4272a2e`](https://github.com/Shopify/polaris/commit/bc4272a2e3b6d54065d8cad1364ad8612ced0a5d) Thanks [@m4thieulavoie](https://github.com/m4thieulavoie)! - Added an optional `hidden` property to the `Filters` `FilterInterface` type to support `filters` that are only set programmatically

- Updated dependencies [[`3213735a0`](https://github.com/Shopify/polaris/commit/3213735a06d67e93e9933fe44011e52297a5cee4), [`0a2f1659d`](https://github.com/Shopify/polaris/commit/0a2f1659d1141dba5cb93f6d64aeceab89155cfb), [`e197ca5f6`](https://github.com/Shopify/polaris/commit/e197ca5f6d518f5f099ca55161951f4ae4591232), [`bc4272a2e`](https://github.com/Shopify/polaris/commit/bc4272a2e3b6d54065d8cad1364ad8612ced0a5d)]:
- @shopify/[email protected]
- @shopify/[email protected]

## 0.61.3

### 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.61.3",
"version": "0.61.4",
"private": true,
"engines": {
"node": "^16.17.0 || >=18.12.0"
Expand Down Expand Up @@ -28,8 +28,8 @@
"@headlessui/react": "^1.6.5",
"@juggle/resize-observer": "^3.4.0",
"@radix-ui/react-polymorphic": "^0.0.14",
"@shopify/polaris": "^12.5.0",
"@shopify/polaris-icons": "^7.12.0",
"@shopify/polaris": "^12.6.0",
"@shopify/polaris-icons": "^7.13.0",
"@shopify/polaris-tokens": "^8.4.0",
"@types/react-syntax-highlighter": "^15.5.6",
"base-64": "^1.0.0",
Expand Down

0 comments on commit 1198f6a

Please sign in to comment.