Skip to content

Commit

Permalink
Version Packages (#8236)
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@10.25.0

### Minor Changes

- [#7950](#7950)
[`286c63a84`](286c63a)
Thanks [@laurkim](https://github.com/laurkim)! - Updated `Tabs`
component to use layout primitives


- [#7950](#7950)
[`286c63a84`](286c63a)
Thanks [@laurkim](https://github.com/laurkim)! - Updated `OptionList` to
use new layout primitives


- [#7950](#7950)
[`286c63a84`](286c63a)
Thanks [@laurkim](https://github.com/laurkim)! - Updated `Popover` to
use new layout primitives

### Patch Changes

- [#7950](#7950)
[`286c63a84`](286c63a)
Thanks [@laurkim](https://github.com/laurkim)! - Remove unused class in
Page Header


- [#7950](#7950)
[`286c63a84`](286c63a)
Thanks [@laurkim](https://github.com/laurkim)! - Rebuilt Page Header
with layout components


- [#8237](#8237)
[`17fa970db`](17fa970)
Thanks [@loic-d](https://github.com/loic-d)! - Fixed Backdrop onClick
callback when setClosing is missing

## @shopify/polaris-cli@0.1.1



## polaris.shopify.com@0.31.1

### Patch Changes

- [#8235](#8235)
[`5fbe75461`](5fbe754)
Thanks [@laurkim](https://github.com/laurkim)! - Updated
Patterns/Typography copy to include suggestions for uppercase typography
styles

- Updated dependencies
\[[`286c63a84`](286c63a),
[`286c63a84`](286c63a),
[`286c63a84`](286c63a),
[`286c63a84`](286c63a),
[`286c63a84`](286c63a),
[`17fa970db`](17fa970)]:
    -   @shopify/polaris@10.25.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 286c63a commit 2341559
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-falcons-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/big-carrots-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-boats-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-crews-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-years-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-apricots-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-bags-fry.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.1.1

## 0.1.0

### Minor Changes
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.1.0",
"version": "0.1.1",
"description": "Commands for building Shopify Apps with Polaris",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down
2 changes: 1 addition & 1 deletion polaris-migrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@shopify/polaris": "^10.24.2",
"@shopify/polaris": "^10.25.0",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
18 changes: 18 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 10.25.0

### Minor Changes

- [#7950](https://github.com/Shopify/polaris/pull/7950) [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b) Thanks [@laurkim](https://github.com/laurkim)! - Updated `Tabs` component to use layout primitives

* [#7950](https://github.com/Shopify/polaris/pull/7950) [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b) Thanks [@laurkim](https://github.com/laurkim)! - Updated `OptionList` to use new layout primitives

- [#7950](https://github.com/Shopify/polaris/pull/7950) [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b) Thanks [@laurkim](https://github.com/laurkim)! - Updated `Popover` to use new layout primitives

### Patch Changes

- [#7950](https://github.com/Shopify/polaris/pull/7950) [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b) Thanks [@laurkim](https://github.com/laurkim)! - Remove unused class in Page Header

* [#7950](https://github.com/Shopify/polaris/pull/7950) [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b) Thanks [@laurkim](https://github.com/laurkim)! - Rebuilt Page Header with layout components

- [#8237](https://github.com/Shopify/polaris/pull/8237) [`17fa970db`](https://github.com/Shopify/polaris/commit/17fa970db66213fe659ee231e750f7054a72dc97) Thanks [@loic-d](https://github.com/loic-d)! - Fixed Backdrop onClick callback when setClosing is missing

## 10.24.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@10.24.2/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@10.25.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@10.24.2/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@10.25.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": "10.24.2",
"version": "10.25.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down
9 changes: 9 additions & 0 deletions polaris.shopify.com/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# polaris.shopify.com

## 0.31.1

### Patch Changes

- [#8235](https://github.com/Shopify/polaris/pull/8235) [`5fbe75461`](https://github.com/Shopify/polaris/commit/5fbe75461499eb84940fd8b668bdd56c7a7e3073) Thanks [@laurkim](https://github.com/laurkim)! - Updated Patterns/Typography copy to include suggestions for uppercase typography styles

- Updated dependencies [[`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b), [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b), [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b), [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b), [`286c63a84`](https://github.com/Shopify/polaris/commit/286c63a8402873f02cdbd9e469169531ee03111b), [`17fa970db`](https://github.com/Shopify/polaris/commit/17fa970db66213fe659ee231e750f7054a72dc97)]:
- @shopify/polaris@10.25.0

## 0.31.0

### Minor 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.31.0",
"version": "0.31.1",
"private": true,
"scripts": {
"build": "yarn gen-assets && playroom build && next build && cp -r public ./.next/standalone/polaris.shopify.com/ && mkdirp ./.next/standalone/polaris.shopify.com/.next && cp -r .next/static ./.next/standalone/polaris.shopify.com/.next/",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@floating-ui/react-dom-interactions": "^0.10.1",
"@headlessui/react": "^1.6.5",
"@shopify/polaris": "^10.24.2",
"@shopify/polaris": "^10.25.0",
"@shopify/polaris-icons": "^6.11.0",
"@shopify/polaris-tokens": "^6.3.0",
"@types/react-syntax-highlighter": "^15.5.6",
Expand Down

0 comments on commit 2341559

Please sign in to comment.