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] authored and sam-b-rose committed Aug 8, 2023
1 parent c1d1520 commit 3ef89a2
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
"polaris.shopify.com": "0.56.3",
"@shopify/stylelint-polaris": "13.0.8"
},
"changesets": []
"changesets": [
"nice-zoos-vanish"
]
}
2 changes: 1 addition & 1 deletion polaris-codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jscodeshift": "^0.13.1"
},
"devDependencies": {
"@shopify/polaris": "^11.11.0",
"@shopify/polaris": "^12.0.0-beta.0",
"@types/jscodeshift": "^0.11.6",
"jscodeshift": "^0.13.1",
"plop": "^3.1.2",
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": "^11.11.0",
"@shopify/polaris": "^12.0.0-beta.0",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
6 changes: 6 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 12.0.0-beta.0

### Major Changes

- [`c69524c3c`](https://github.com/Shopify/polaris/commit/c69524c3ca024383344cafe6ede8feda7c9e99eb) Thanks [@samrose3](https://github.com/samrose3)! - Enabled the Summer Editions 2023 feature flag by default

## 11.11.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@11.11.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@12.0.0-beta.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@11.11.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@12.0.0-beta.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": "11.11.0",
"version": "12.0.0-beta.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <[email protected]>",
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 @@ -26,7 +26,7 @@
"@floating-ui/react-dom-interactions": "^0.10.1",
"@headlessui/react": "^1.6.5",
"@radix-ui/react-polymorphic": "^0.0.14",
"@shopify/polaris": "^11.11.0",
"@shopify/polaris": "^12.0.0-beta.0",
"@shopify/polaris-icons": "^7.8.0",
"@shopify/polaris-tokens": "^7.5.2",
"@types/react-syntax-highlighter": "^15.5.6",
Expand Down

0 comments on commit 3ef89a2

Please sign in to comment.