Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 18, 2023
1 parent c44c96c commit 990a377
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-ducks-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-dancers-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-students-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-mugs-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-gorillas-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-eggs-build.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/plugin-polaris

## 0.0.29

## 0.0.28

## 0.0.27
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/plugin-polaris",
"version": "0.0.28",
"version": "0.0.29",
"description": "Commands for building Shopify Apps with Polaris",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <[email protected]>",
Expand Down
14 changes: 14 additions & 0 deletions polaris-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 6.8.0

### Minor Changes

- [#8049](https://github.com/Shopify/polaris/pull/8049) [`dca31f2a0`](https://github.com/Shopify/polaris/commit/dca31f2a00737c77a96d26da1535cad83e5af0b0) Thanks [@leileu](https://github.com/leileu)! - Added 8 minor icons for metafields

* [#8069](https://github.com/Shopify/polaris/pull/8069) [`f67e2997e`](https://github.com/Shopify/polaris/commit/f67e2997ef6f5ea026ec076fe480bb7924620f34) Thanks [@leileu](https://github.com/leileu)! - Added file minor icon

- [#8037](https://github.com/Shopify/polaris/pull/8037) [`1aeed2414`](https://github.com/Shopify/polaris/commit/1aeed2414b8be48e7c3009663fbd407bd40aa3c9) Thanks [@dGoligorsky](https://github.com/dGoligorsky)! - Added major and minor icon for Magic

### Patch Changes

- [#8066](https://github.com/Shopify/polaris/pull/8066) [`68acc4593`](https://github.com/Shopify/polaris/commit/68acc45939e64239be2d9d1a854db096e3620556) Thanks [@kyledurand](https://github.com/kyledurand)! - Added better error documentation on icon validation

## 6.7.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": "6.7.0",
"version": "6.8.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 @@ -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.21.0",
"@shopify/polaris": "^10.22.0",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
13 changes: 13 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 10.22.0

### Minor Changes

- [#8054](https://github.com/Shopify/polaris/pull/8054) [`c44c96c6b`](https://github.com/Shopify/polaris/commit/c44c96c6b455d0a474f9ffb346f45b312e0a66bb) Thanks [@mrcthms](https://github.com/mrcthms)! - Update focus states to be present on :focus-visible rather than :focus

### Patch Changes

- [#8040](https://github.com/Shopify/polaris/pull/8040) [`ba6b04c79`](https://github.com/Shopify/polaris/commit/ba6b04c79844abc26654a4251e37734eb7897780) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed modal footer vertical alignment when noScroll is true

- Updated dependencies [[`dca31f2a0`](https://github.com/Shopify/polaris/commit/dca31f2a00737c77a96d26da1535cad83e5af0b0), [`f67e2997e`](https://github.com/Shopify/polaris/commit/f67e2997ef6f5ea026ec076fe480bb7924620f34), [`68acc4593`](https://github.com/Shopify/polaris/commit/68acc45939e64239be2d9d1a854db096e3620556), [`1aeed2414`](https://github.com/Shopify/polaris/commit/1aeed2414b8be48e7c3009663fbd407bd40aa3c9)]:
- @shopify/polaris-icons@6.8.0

## 10.21.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@10.21.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@10.22.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.21.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@10.22.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": "10.21.0",
"version": "10.22.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <[email protected]>",
Expand Down Expand Up @@ -62,7 +62,7 @@
"preversion": "node ./scripts/readme-update-version"
},
"dependencies": {
"@shopify/polaris-icons": "^6.7.0",
"@shopify/polaris-icons": "^6.8.0",
"@shopify/polaris-tokens": "^6.3.0",
"@types/react": "*",
"@types/react-dom": "*",
Expand Down
8 changes: 8 additions & 0 deletions polaris.shopify.com/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# polaris.shopify.com

## 0.28.6

### Patch Changes

- Updated dependencies [[`dca31f2a0`](https://github.com/Shopify/polaris/commit/dca31f2a00737c77a96d26da1535cad83e5af0b0), [`f67e2997e`](https://github.com/Shopify/polaris/commit/f67e2997ef6f5ea026ec076fe480bb7924620f34), [`c44c96c6b`](https://github.com/Shopify/polaris/commit/c44c96c6b455d0a474f9ffb346f45b312e0a66bb), [`ba6b04c79`](https://github.com/Shopify/polaris/commit/ba6b04c79844abc26654a4251e37734eb7897780), [`68acc4593`](https://github.com/Shopify/polaris/commit/68acc45939e64239be2d9d1a854db096e3620556), [`1aeed2414`](https://github.com/Shopify/polaris/commit/1aeed2414b8be48e7c3009663fbd407bd40aa3c9)]:
- @shopify/polaris-icons@6.8.0
- @shopify/polaris@10.22.0

## 0.28.5

### 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.28.5",
"version": "0.28.6",
"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,8 +21,8 @@
"dependencies": {
"@floating-ui/react-dom-interactions": "^0.10.1",
"@headlessui/react": "^1.6.5",
"@shopify/polaris": "^10.21.0",
"@shopify/polaris-icons": "^6.7.0",
"@shopify/polaris": "^10.22.0",
"@shopify/polaris-icons": "^6.8.0",
"@shopify/polaris-tokens": "^6.3.0",
"codesandbox": "^2.2.3",
"framer-motion": "^6.5.1",
Expand Down

0 comments on commit 990a377

Please sign in to comment.