Skip to content

Commit

Permalink
Version Packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 9, 2023
1 parent 91abd25 commit 35eb703
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 11 deletions.
8 changes: 2 additions & 6 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,37 +19,33 @@
"dull-pans-give",
"empty-baboons-rule",
"fair-rocks-occur",
"fair-walls-sparkle",
"fast-suits-jog",
"few-starfishes-notice",
"fifty-wombats-battle",
"five-cooks-fly",
"fresh-ravens-jam",
"fuzzy-coats-study",
"fuzzy-pears-jog",
"gentle-suns-relax",
"healthy-boxes-wave",
"honest-stingrays-act",
"hot-apples-press",
"hungry-bikes-impress",
"kind-phones-yell",
"large-hats-vanish",
"lemon-bees-confess",
"light-gorillas-smell",
"light-seahorses-sit",
"loud-hounds-fetch",
"mean-bananas-warn",
"moody-terms-provide",
"nice-zoos-vanish",
"olive-clouds-pretend",
"popular-pumas-sin",
"proud-parrots-yawn",
"quick-icons-joke",
"rotten-comics-think",
"shiny-feet-marry",
"short-kids-buy",
"short-llamas-hope",
"short-schools-run",
"silent-brooms-confess",
"silent-guests-occur",
"silly-ligers-heal",
"slow-experts-flash",
"spicy-pugs-begin",
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.0.0-beta.2",
"@shopify/polaris": "^12.0.0-beta.3",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
9 changes: 9 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 12.0.0-beta.3

### Patch Changes

- [#10918](https://github.com/Shopify/polaris/pull/10918) [`aaf61fe6a`](https://github.com/Shopify/polaris/commit/aaf61fe6a9bf48e284285c3320edf213d95b2263) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Executing `useBreakpoints` isormophically no longer triggers a Hydration mismatch error or rendering bugs.

* [#10871](https://github.com/Shopify/polaris/pull/10871) [`77744cbf0`](https://github.com/Shopify/polaris/commit/77744cbf0f6e44f99425bd395ef2c7fb5e7b917b) Thanks [@chloerice](https://github.com/chloerice)! - Disabled `calt` font ligatures to prevent unwanted stylizing of letters into symbols

## 12.0.0-beta.2

### Major Changes
Expand Down Expand Up @@ -108,6 +116,7 @@

* Updated dependencies [[`86d4040c0`](https://github.com/Shopify/polaris/commit/86d4040c052a0dba0cb6f0d6e0f6fb8faf14c532)]:
- @shopify/polaris-tokens@7.13.0-beta.0

## 11.26.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.0.0-beta.2/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@12.0.0-beta.3/build/esm/styles.css"
/>
```

Expand Down Expand Up @@ -84,7 +84,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.0.0-beta.2/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@12.0.0-beta.3/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": "12.0.0-beta.2",
"version": "12.0.0-beta.3",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down
2 changes: 1 addition & 1 deletion polaris.shopify.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@floating-ui/react-dom-interactions": "^0.10.1",
"@headlessui/react": "^1.6.5",
"@radix-ui/react-polymorphic": "^0.0.14",
"@shopify/polaris": "^12.0.0-beta.2",
"@shopify/polaris": "^12.0.0-beta.3",
"@shopify/polaris-icons": "^7.9.0",
"@shopify/polaris-tokens": "^8.0.0-beta.1",
"@types/react-syntax-highlighter": "^15.5.6",
Expand Down

0 comments on commit 35eb703

Please sign in to comment.