Skip to content

Commit d5a572e

Browse files
Version Packages (#12664)
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] ### Patch Changes - [#12824](#12824) [`85c5bb7b4`](85c5bb7) Thanks [@moraleslevi](https://github.com/moraleslevi)! - Fix hydration issues with SSR ## [email protected] ### Minor Changes - [#12662](#12662) [`5bb85b547`](5bb85b5) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Removes unnecessary new badges from navigation ### Patch Changes - [#12739](#12739) [`af15611a6`](af15611) Thanks [@sarahill](https://github.com/sarahill)! - Updated common action guidelines - [#12806](#12806) [`57e6cbe71`](57e6cbe) Thanks [@IlanaB](https://github.com/IlanaB)! - Fixed a typo in the common actions overview - Updated dependencies \[[`85c5bb7b4`](85c5bb7)]: - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 680d40c commit d5a572e

File tree

10 files changed

+62
-62
lines changed

10 files changed

+62
-62
lines changed

.changeset/fast-chicken-help.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/forty-eyes-kiss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/perfect-pans-shop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/serious-snakes-protect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 37 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

polaris-migrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@rollup/plugin-commonjs": "^22.0.2",
5656
"@rollup/plugin-json": "^4.1.0",
5757
"@rollup/plugin-node-resolve": "^13.3.0",
58-
"@shopify/polaris": "^13.9.0",
58+
"@shopify/polaris": "^13.9.1",
5959
"plop": "^3.1.1",
6060
"plop-dir": "^0.0.5",
6161
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 13.9.1
4+
5+
### Patch Changes
6+
7+
- [#12824](https://github.com/Shopify/polaris/pull/12824) [`85c5bb7b4`](https://github.com/Shopify/polaris/commit/85c5bb7b4d96bdf72a246bf996975c7071c40085) Thanks [@moraleslevi](https://github.com/moraleslevi)! - Fix hydration issues with SSR
8+
39
## 13.9.0
410

511
### Minor Changes

polaris-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shopify/polaris",
33
"description": "Shopify’s admin product component library",
4-
"version": "13.9.0",
4+
"version": "13.9.1",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <[email protected]>",

0 commit comments

Comments
 (0)