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 Oct 17, 2023
1 parent bb310cd commit 59b88db
Show file tree
Hide file tree
Showing 22 changed files with 69 additions and 65 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-items-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-buttons-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-badgers-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-snakes-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-windows-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-scissors-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-gorillas-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-cougars-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-eagles-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-eggs-heal.md

This file was deleted.

2 changes: 1 addition & 1 deletion polaris-for-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"vscode-languageserver-textdocument": "^1.0.4"
},
"devDependencies": {
"@shopify/polaris-tokens": "^8.0.0",
"@shopify/polaris-tokens": "^8.0.1",
"@types/node": "14.x",
"@types/vscode": "^1.64.0",
"@vscode/test-electron": "^2.1.2",
Expand Down
8 changes: 8 additions & 0 deletions polaris-migrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/polaris-migrator

## 0.26.1

### Patch Changes

- Updated dependencies [[`f1d256fce`](https://github.com/Shopify/polaris/commit/f1d256fcee9594bcb5a03ab8fee591d3832f12c4)]:
- @shopify/polaris-tokens@8.0.1
- @shopify/stylelint-polaris@15.0.1

## 0.26.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions polaris-migrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-migrator",
"version": "0.26.0",
"version": "0.26.1",
"description": "Codemod transformations to help upgrade your Polaris codebase",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down Expand Up @@ -36,8 +36,8 @@
"generate": "plop"
},
"dependencies": {
"@shopify/polaris-tokens": "^8.0.0",
"@shopify/stylelint-polaris": "^15.0.0",
"@shopify/polaris-tokens": "^8.0.1",
"@shopify/stylelint-polaris": "^15.0.1",
"chalk": "^4.1.0",
"globby": "11.0.1",
"is-git-clean": "^1.1.0",
Expand All @@ -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",
"@shopify/polaris": "^12.0.1",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
21 changes: 21 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 12.0.1

### Patch Changes

- [#10960](https://github.com/Shopify/polaris/pull/10960) [`d7e4aa7f9`](https://github.com/Shopify/polaris/commit/d7e4aa7f97e7a427f940bf09d277fc93d540d8b0) Thanks [@oksanashopify](https://github.com/oksanashopify)! - fixed background-color for unselectable tabel first-child cell

* [#10975](https://github.com/Shopify/polaris/pull/10975) [`00952a33a`](https://github.com/Shopify/polaris/commit/00952a33a37164110a23e1a6ab7795976b075349) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed loading button spinner color

- [#10935](https://github.com/Shopify/polaris/pull/10935) [`8568e5141`](https://github.com/Shopify/polaris/commit/8568e5141c8a795ae0ba9036b702d4e3c94d0d9a) Thanks [@gazjones00](https://github.com/gazjones00)! - Fixed an issue with the `primary` variant styles conflicting with the `tertiary` variant in `Button`

* [#10993](https://github.com/Shopify/polaris/pull/10993) [`fb508b91c`](https://github.com/Shopify/polaris/commit/fb508b91c311efe3b17d926604667147eed795e8) Thanks [@FCalabria](https://github.com/FCalabria)! - Fixed incompatible type between IndexTable and useIndexResourceState

- [#10998](https://github.com/Shopify/polaris/pull/10998) [`bb310cd3a`](https://github.com/Shopify/polaris/commit/bb310cd3abf18b272583afa6e732ce6b422b0b97) Thanks [@alisterdev](https://github.com/alisterdev)! - Update SkeletonThumbnail size values to correspond to Thumbnail

* [#10999](https://github.com/Shopify/polaris/pull/10999) [`e34a4db32`](https://github.com/Shopify/polaris/commit/e34a4db32228cb25c061495e84563f1df23f650a) Thanks [@kyledurand](https://github.com/kyledurand)! - Updated `Checkbox` icon to use tokens vs hard coded value

- [#10910](https://github.com/Shopify/polaris/pull/10910) [`65998488f`](https://github.com/Shopify/polaris/commit/65998488f9a696835d57f1b37ef9b3dfc3b0a86f) Thanks [@chloerice](https://github.com/chloerice)! - Fixed negative margin of `segmented` `ButtonGroup.Item` when child `Button` is `primary`

- Updated dependencies [[`f1d256fce`](https://github.com/Shopify/polaris/commit/f1d256fcee9594bcb5a03ab8fee591d3832f12c4)]:
- @shopify/polaris-tokens@8.0.1

## 12.0.0

### Major 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/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@12.0.1/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/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@12.0.1/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": "12.0.0",
"version": "12.0.1",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@shopify/polaris-icons": "^7.9.0",
"@shopify/polaris-tokens": "^8.0.0",
"@shopify/polaris-tokens": "^8.0.1",
"@types/react": "*",
"@types/react-dom": "*",
"@types/react-transition-group": "^4.4.2",
Expand Down
6 changes: 6 additions & 0 deletions polaris-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 8.0.1

### Patch Changes

- [#10976](https://github.com/Shopify/polaris/pull/10976) [`f1d256fce`](https://github.com/Shopify/polaris/commit/f1d256fcee9594bcb5a03ab8fee591d3832f12c4) Thanks [@sarahill](https://github.com/sarahill)! - Added descriptions to color tokens

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion polaris-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-tokens",
"version": "8.0.0",
"version": "8.0.1",
"description": "",
"main": "dist/cjs/build/index.js",
"module": "dist/esm/build/index.mjs",
Expand Down
12 changes: 12 additions & 0 deletions polaris.shopify.com/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# polaris.shopify.com

## 0.58.7

### Patch Changes

- [#10974](https://github.com/Shopify/polaris/pull/10974) [`2b3b61069`](https://github.com/Shopify/polaris/commit/2b3b610697223772fdde5663698c085795d56f00) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Removed autoplay from all videos on Motion design guidance pages

* [#10925](https://github.com/Shopify/polaris/pull/10925) [`4590fd828`](https://github.com/Shopify/polaris/commit/4590fd8284b08cd6ce91a029dcc5e20a80b1a1c9) Thanks [@MohammedEsafi](https://github.com/MohammedEsafi)! - Improved the visibility of shadows in Dark Mode for token previews

* Updated dependencies [[`d7e4aa7f9`](https://github.com/Shopify/polaris/commit/d7e4aa7f97e7a427f940bf09d277fc93d540d8b0), [`00952a33a`](https://github.com/Shopify/polaris/commit/00952a33a37164110a23e1a6ab7795976b075349), [`8568e5141`](https://github.com/Shopify/polaris/commit/8568e5141c8a795ae0ba9036b702d4e3c94d0d9a), [`fb508b91c`](https://github.com/Shopify/polaris/commit/fb508b91c311efe3b17d926604667147eed795e8), [`bb310cd3a`](https://github.com/Shopify/polaris/commit/bb310cd3abf18b272583afa6e732ce6b422b0b97), [`e34a4db32`](https://github.com/Shopify/polaris/commit/e34a4db32228cb25c061495e84563f1df23f650a), [`f1d256fce`](https://github.com/Shopify/polaris/commit/f1d256fcee9594bcb5a03ab8fee591d3832f12c4), [`65998488f`](https://github.com/Shopify/polaris/commit/65998488f9a696835d57f1b37ef9b3dfc3b0a86f)]:
- @shopify/polaris@12.0.1
- @shopify/polaris-tokens@8.0.1

## 0.58.6

### 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.58.6",
"version": "0.58.7",
"private": true,
"engines": {
"node": "^16.17.0 || >=18.12.0"
Expand All @@ -27,9 +27,9 @@
"@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",
"@shopify/polaris": "^12.0.1",
"@shopify/polaris-icons": "^7.9.0",
"@shopify/polaris-tokens": "^8.0.0",
"@shopify/polaris-tokens": "^8.0.1",
"@types/react-syntax-highlighter": "^15.5.6",
"base-64": "^1.0.0",
"codesandbox": "^2.2.3",
Expand Down
7 changes: 7 additions & 0 deletions stylelint-polaris/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 15.0.1

### Patch Changes

- Updated dependencies [[`f1d256fce`](https://github.com/Shopify/polaris/commit/f1d256fcee9594bcb5a03ab8fee591d3832f12c4)]:
- @shopify/polaris-tokens@8.0.1

## 15.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions stylelint-polaris/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopify/stylelint-polaris",
"description": "Polaris Design System Stylelint tooling",
"version": "15.0.0",
"version": "15.0.1",
"private": false,
"license": "MIT",
"author": "Shopify <dev@shopify.com>",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"postcss-value-parser": "^4.2.0",
"postcss-media-query-parser": "^0.2.3",
"@shopify/polaris-tokens": "^8.0.0"
"@shopify/polaris-tokens": "^8.0.1"
},
"peerDependencies": {
"stylelint": "^14.15.0 || ^15.0.0"
Expand Down

0 comments on commit 59b88db

Please sign in to comment.