Skip to content

Commit

Permalink
Version Packages (#11313)
Browse files Browse the repository at this point in the history
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]

### Minor Changes

- [#11316](#11316)
[`235bc7d0c`](235bc7d)
Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Added
`SkeletonMajor`

## @shopify/[email protected]

### Minor Changes

- [#11303](#11303)
[`d0babcc9b`](d0babcc)
Thanks [@ardakaracizmeli](https://github.com/ardakaracizmeli)! - -
Remapped the `bg-fill-magic-secondary` token colors
    -   Added a Magic `tone` to `Badge`

### Patch Changes

- [#11299](#11299)
[`e530a44f9`](e530a44)
Thanks [@fortmarek](https://github.com/fortmarek)! - Added padding for
FooterHelp on small viewports


- [#11329](#11329)
[`a45dafb35`](a45dafb)
Thanks [@lbenie](https://github.com/lbenie)! - `TopBar` Fixed
.NavigationIcon styles to ensure Icon color is properly inherited.

- Updated dependencies
\[[`d0babcc9b`](d0babcc),
[`235bc7d0c`](235bc7d)]:
    -   @shopify/[email protected]
    -   @shopify/[email protected]

## @shopify/[email protected]

### Minor Changes

- [#11303](#11303)
[`d0babcc9b`](d0babcc)
Thanks [@ardakaracizmeli](https://github.com/ardakaracizmeli)! - -
Remapped the `bg-fill-magic-secondary` token colors
    -   Added a Magic `tone` to `Badge`

## @shopify/[email protected]

### Patch Changes

- Updated dependencies
\[[`d0babcc9b`](d0babcc)]:
    -   @shopify/[email protected]
    -   @shopify/[email protected]

## @shopify/[email protected]

### Patch Changes

- Updated dependencies
\[[`d0babcc9b`](d0babcc)]:
    -   @shopify/[email protected]

## [email protected]

### Patch Changes

- Updated dependencies
\[[`d0babcc9b`](d0babcc)]:
    -   @shopify/[email protected]

## [email protected]

### Patch Changes

- Updated dependencies
\[[`e530a44f9`](e530a44),
[`d0babcc9b`](d0babcc),
[`235bc7d0c`](235bc7d),
[`a45dafb35`](a45dafb)]:
    -   @shopify/[email protected]
    -   @shopify/[email protected]
    -   @shopify/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent a45dafb commit a749323
Show file tree
Hide file tree
Showing 19 changed files with 80 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-berries-tie.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/purple-mice-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-bugs-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-poets-occur.md

This file was deleted.

7 changes: 7 additions & 0 deletions polaris-for-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.9.1

### Patch Changes

- Updated dependencies [[`d0babcc9b`](https://github.com/Shopify/polaris/commit/d0babcc9b15b8ef8251425795bec26e876f03756)]:
- @shopify/polaris-tokens@8.3.0

## 0.9.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions polaris-for-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bugs": {
"url": "https://github.com/Shopify/polaris/issues"
},
"version": "0.9.0",
"version": "0.9.1",
"private": true,
"keywords": [
"polaris",
Expand All @@ -38,7 +38,7 @@
"clean": "rm -rf .turbo node_modules dist *.tsbuildinfo"
},
"dependencies": {
"@shopify/polaris-tokens": "^8.2.0",
"@shopify/polaris-tokens": "^8.3.0",
"vscode-languageclient": "^9.0.1",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.11"
Expand Down
6 changes: 6 additions & 0 deletions polaris-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 7.12.0

### Minor Changes

- [#11316](https://github.com/Shopify/polaris/pull/11316) [`235bc7d0c`](https://github.com/Shopify/polaris/commit/235bc7d0c327c450f94650ffe6f64d68eee2a28e) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Added `SkeletonMajor`

## 7.11.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": "7.11.0",
"version": "7.12.0",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify Inc.",
"main": "dist/index.js",
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.5

### Patch Changes

- Updated dependencies [[`d0babcc9b`](https://github.com/Shopify/polaris/commit/d0babcc9b15b8ef8251425795bec26e876f03756)]:
- @shopify/polaris-tokens@8.3.0
- @shopify/stylelint-polaris@15.0.5

## 0.26.4

### Patch 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.4",
"version": "0.26.5",
"description": "Codemod transformations to help upgrade your Polaris codebase",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <[email protected]>",
Expand Down Expand Up @@ -36,8 +36,8 @@
"generate": "plop"
},
"dependencies": {
"@shopify/polaris-tokens": "^8.2.0",
"@shopify/stylelint-polaris": "^15.0.4",
"@shopify/polaris-tokens": "^8.3.0",
"@shopify/stylelint-polaris": "^15.0.5",
"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.3.0",
"@shopify/polaris": "^12.4.0",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
17 changes: 17 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 12.4.0

### Minor Changes

- [#11303](https://github.com/Shopify/polaris/pull/11303) [`d0babcc9b`](https://github.com/Shopify/polaris/commit/d0babcc9b15b8ef8251425795bec26e876f03756) Thanks [@ardakaracizmeli](https://github.com/ardakaracizmeli)! - - Remapped the `bg-fill-magic-secondary` token colors
- Added a Magic `tone` to `Badge`

### Patch Changes

- [#11299](https://github.com/Shopify/polaris/pull/11299) [`e530a44f9`](https://github.com/Shopify/polaris/commit/e530a44f93e7c865b7d32272ba2347584d60522c) Thanks [@fortmarek](https://github.com/fortmarek)! - Added padding for FooterHelp on small viewports

* [#11329](https://github.com/Shopify/polaris/pull/11329) [`a45dafb35`](https://github.com/Shopify/polaris/commit/a45dafb35cfac975d17bcc55f9c1dee5cf97eecb) Thanks [@lbenie](https://github.com/lbenie)! - `TopBar` Fixed .NavigationIcon styles to ensure Icon color is properly inherited.

* Updated dependencies [[`d0babcc9b`](https://github.com/Shopify/polaris/commit/d0babcc9b15b8ef8251425795bec26e876f03756), [`235bc7d0c`](https://github.com/Shopify/polaris/commit/235bc7d0c327c450f94650ffe6f64d68eee2a28e)]:
- @shopify/[email protected]
- @shopify/[email protected]

## 12.3.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.3.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@12.4.0/build/esm/styles.css"
/>
```

Expand Down Expand Up @@ -80,7 +80,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.3.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@12.4.0/build/esm/styles.css"
/>
```

Expand Down
6 changes: 3 additions & 3 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.3.0",
"version": "12.4.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <[email protected]>",
Expand Down Expand Up @@ -56,8 +56,8 @@
"preversion": "node ./scripts/readme-update-version"
},
"dependencies": {
"@shopify/polaris-icons": "^7.11.0",
"@shopify/polaris-tokens": "^8.2.0",
"@shopify/polaris-icons": "^7.12.0",
"@shopify/polaris-tokens": "^8.3.0",
"@types/react": "*",
"@types/react-dom": "*",
"@types/react-transition-group": "^4.4.2",
Expand Down
7 changes: 7 additions & 0 deletions polaris-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 8.3.0

### Minor Changes

- [#11303](https://github.com/Shopify/polaris/pull/11303) [`d0babcc9b`](https://github.com/Shopify/polaris/commit/d0babcc9b15b8ef8251425795bec26e876f03756) Thanks [@ardakaracizmeli](https://github.com/ardakaracizmeli)! - - Remapped the `bg-fill-magic-secondary` token colors
- Added a Magic `tone` to `Badge`

## 8.2.0

### Minor 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.2.0",
"version": "8.3.0",
"description": "",
"main": "dist/cjs/build/index.js",
"module": "dist/esm/build/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions polaris.shopify.com/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# polaris.shopify.com

## 0.61.2

### Patch Changes

- Updated dependencies [[`e530a44f9`](https://github.com/Shopify/polaris/commit/e530a44f93e7c865b7d32272ba2347584d60522c), [`d0babcc9b`](https://github.com/Shopify/polaris/commit/d0babcc9b15b8ef8251425795bec26e876f03756), [`235bc7d0c`](https://github.com/Shopify/polaris/commit/235bc7d0c327c450f94650ffe6f64d68eee2a28e), [`a45dafb35`](https://github.com/Shopify/polaris/commit/a45dafb35cfac975d17bcc55f9c1dee5cf97eecb)]:
- @shopify/polaris@12.4.0
- @shopify/polaris-tokens@8.3.0
- @shopify/polaris-icons@7.12.0

## 0.61.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.61.1",
"version": "0.61.2",
"private": true,
"engines": {
"node": "^16.17.0 || >=18.12.0"
Expand Down Expand Up @@ -28,9 +28,9 @@
"@headlessui/react": "^1.6.5",
"@juggle/resize-observer": "^3.4.0",
"@radix-ui/react-polymorphic": "^0.0.14",
"@shopify/polaris": "^12.3.0",
"@shopify/polaris-icons": "^7.11.0",
"@shopify/polaris-tokens": "^8.2.0",
"@shopify/polaris": "^12.4.0",
"@shopify/polaris-icons": "^7.12.0",
"@shopify/polaris-tokens": "^8.3.0",
"@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.5

### Patch Changes

- Updated dependencies [[`d0babcc9b`](https://github.com/Shopify/polaris/commit/d0babcc9b15b8ef8251425795bec26e876f03756)]:
- @shopify/polaris-tokens@8.3.0

## 15.0.4

### Patch 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.4",
"version": "15.0.5",
"private": false,
"license": "MIT",
"author": "Shopify <[email protected]>",
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.2.0"
"@shopify/polaris-tokens": "^8.3.0"
},
"peerDependencies": {
"stylelint": "^14.15.0 || ^15.0.0"
Expand Down

0 comments on commit a749323

Please sign in to comment.