Skip to content

Commit

Permalink
Version Packages (Shopify#8252)
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

- [Shopify#8240](Shopify#8240)
[`31abdab37`](Shopify@31abdab)
Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyStack`
component


- [Shopify#8238](Shopify#8238)
[`bb8b551d4`](Shopify@bb8b551)
Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyCard`
component

### Patch Changes

- [Shopify#8256](Shopify#8256)
[`43776be71`](Shopify@43776be)
Thanks [@aveline](https://github.com/aveline)! - - Fixed `Bleed` width
behavior
    -   Fixed `Banner` content width


- [Shopify#8244](Shopify#8244)
[`0ee432500`](Shopify@0ee4325)
Thanks [@samrose3](https://github.com/samrose3)! - Disallow
text-transform property in Stylelint Polaris

- Updated dependencies
\[[`1b1394d32`](Shopify@1b1394d)]:
    -   @shopify/[email protected]

## @shopify/[email protected]

### Minor Changes

- [Shopify#8245](Shopify#8245)
[`1b1394d32`](Shopify@1b1394d)
Thanks [@lgriffee](https://github.com/lgriffee)! - Added new z-index
tokens that will be the default in v7.0.0

## @shopify/[email protected]

### Minor Changes

- [Shopify#8244](Shopify#8244)
[`0ee432500`](Shopify@0ee4325)
Thanks [@samrose3](https://github.com/samrose3)! - Disallow
text-transform property in Stylelint Polaris

### Patch Changes

- Updated dependencies
\[[`1b1394d32`](Shopify@1b1394d)]:
    -   @shopify/[email protected]

## @shopify/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @shopify/[email protected]

## @shopify/[email protected]

### Patch Changes

- Updated dependencies
\[[`1b1394d32`](Shopify@1b1394d),
[`0ee432500`](Shopify@0ee4325)]:
    -   @shopify/[email protected]
    -   @shopify/[email protected]

## [email protected]

### Minor Changes

- [Shopify#8240](Shopify#8240)
[`31abdab37`](Shopify@31abdab)
Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyStack`
component


- [Shopify#8238](Shopify#8238)
[`bb8b551d4`](Shopify@bb8b551)
Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyCard`
component

### Patch Changes

- Updated dependencies
\[[`43776be71`](Shopify@43776be),
[`31abdab37`](Shopify@31abdab),
[`1b1394d32`](Shopify@1b1394d),
[`0ee432500`](Shopify@0ee4325),
[`bb8b551d4`](Shopify@bb8b551)]:
    -   @shopify/[email protected]
    -   @shopify/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and juzser committed Jul 27, 2023
1 parent 5100fb9 commit 92610ba
Show file tree
Hide file tree
Showing 19 changed files with 81 additions and 46 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-queens-walk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/calm-hats-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-timers-kneel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/metal-queens-look.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/swift-jokes-punch.md

This file was deleted.

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

## 0.1.2

### Patch Changes

- Updated dependencies []:
- @shopify/polaris-migrator@0.11.4

## 0.1.1

## 0.1.0
Expand Down
4 changes: 2 additions & 2 deletions polaris-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-cli",
"version": "0.1.1",
"version": "0.1.2",
"description": "Commands for building Shopify Apps with Polaris",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <[email protected]>",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@oclif/core": "^1.13.10",
"@shopify/polaris-migrator": "^0.11.3"
"@shopify/polaris-migrator": "^0.11.4"
},
"devDependencies": {
"typescript": "^4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion polaris-for-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"vscode-languageserver-textdocument": "^1.0.4"
},
"devDependencies": {
"@shopify/polaris-tokens": "^6.3.0",
"@shopify/polaris-tokens": "^6.4.0",
"@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.11.4

### Patch Changes

- Updated dependencies [[`1b1394d32`](https://github.com/Shopify/polaris/commit/1b1394d32ecb122bcb77b6cb38b6106631ff8afd), [`0ee432500`](https://github.com/Shopify/polaris/commit/0ee43250031ddaa03ffab06ae24197c91c2328d9)]:
- @shopify/polaris-tokens@6.4.0
- @shopify/stylelint-polaris@5.2.0

## 0.11.3

### 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.11.3",
"version": "0.11.4",
"description": "Codemod transformations to help upgrade your Polaris codebase",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <[email protected]>",
Expand Down Expand Up @@ -33,8 +33,8 @@
"generate": "plop"
},
"dependencies": {
"@shopify/polaris-tokens": "^6.3.0",
"@shopify/stylelint-polaris": "^5.1.3",
"@shopify/polaris-tokens": "^6.4.0",
"@shopify/stylelint-polaris": "^5.2.0",
"chalk": "^4.1.0",
"globby": "11.0.1",
"is-git-clean": "^1.1.0",
Expand All @@ -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.25.0",
"@shopify/polaris": "^10.26.0",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
18 changes: 18 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 10.26.0

### Minor Changes

- [#8240](https://github.com/Shopify/polaris/pull/8240) [`31abdab37`](https://github.com/Shopify/polaris/commit/31abdab377fb0c6ceb79d6aa0cd46d730b100447) Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyStack` component

* [#8238](https://github.com/Shopify/polaris/pull/8238) [`bb8b551d4`](https://github.com/Shopify/polaris/commit/bb8b551d44b021584bb113c023f481c91207229a) Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyCard` component

### Patch Changes

- [#8256](https://github.com/Shopify/polaris/pull/8256) [`43776be71`](https://github.com/Shopify/polaris/commit/43776be71635454192aa3985a5f364f84177ddeb) Thanks [@aveline](https://github.com/aveline)! - - Fixed `Bleed` width behavior
- Fixed `Banner` content width

* [#8244](https://github.com/Shopify/polaris/pull/8244) [`0ee432500`](https://github.com/Shopify/polaris/commit/0ee43250031ddaa03ffab06ae24197c91c2328d9) Thanks [@samrose3](https://github.com/samrose3)! - Disallow text-transform property in Stylelint Polaris

* Updated dependencies [[`1b1394d32`](https://github.com/Shopify/polaris/commit/1b1394d32ecb122bcb77b6cb38b6106631ff8afd)]:
- @shopify/polaris-tokens@6.4.0

## 10.25.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.25.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@10.26.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.25.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@10.26.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.25.0",
"version": "10.26.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <[email protected]>",
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"dependencies": {
"@shopify/polaris-icons": "^6.11.0",
"@shopify/polaris-tokens": "^6.3.0",
"@shopify/polaris-tokens": "^6.4.0",
"@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

## 6.4.0

### Minor Changes

- [#8245](https://github.com/Shopify/polaris/pull/8245) [`1b1394d32`](https://github.com/Shopify/polaris/commit/1b1394d32ecb122bcb77b6cb38b6106631ff8afd) Thanks [@lgriffee](https://github.com/lgriffee)! - Added new z-index tokens that will be the default in v7.0.0

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

## 0.32.0

### Minor Changes

- [#8240](https://github.com/Shopify/polaris/pull/8240) [`31abdab37`](https://github.com/Shopify/polaris/commit/31abdab377fb0c6ceb79d6aa0cd46d730b100447) Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyStack` component

* [#8238](https://github.com/Shopify/polaris/pull/8238) [`bb8b551d4`](https://github.com/Shopify/polaris/commit/bb8b551d44b021584bb113c023f481c91207229a) Thanks [@laurkim](https://github.com/laurkim)! - Added `LegacyCard` component

### Patch Changes

- Updated dependencies [[`43776be71`](https://github.com/Shopify/polaris/commit/43776be71635454192aa3985a5f364f84177ddeb), [`31abdab37`](https://github.com/Shopify/polaris/commit/31abdab377fb0c6ceb79d6aa0cd46d730b100447), [`1b1394d32`](https://github.com/Shopify/polaris/commit/1b1394d32ecb122bcb77b6cb38b6106631ff8afd), [`0ee432500`](https://github.com/Shopify/polaris/commit/0ee43250031ddaa03ffab06ae24197c91c2328d9), [`bb8b551d4`](https://github.com/Shopify/polaris/commit/bb8b551d44b021584bb113c023f481c91207229a)]:
- @shopify/polaris@10.26.0
- @shopify/polaris-tokens@6.4.0

## 0.31.1

### 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.31.1",
"version": "0.32.0",
"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,9 +21,9 @@
"dependencies": {
"@floating-ui/react-dom-interactions": "^0.10.1",
"@headlessui/react": "^1.6.5",
"@shopify/polaris": "^10.25.0",
"@shopify/polaris": "^10.26.0",
"@shopify/polaris-icons": "^6.11.0",
"@shopify/polaris-tokens": "^6.3.0",
"@shopify/polaris-tokens": "^6.4.0",
"@types/react-syntax-highlighter": "^15.5.6",
"codesandbox": "^2.2.3",
"framer-motion": "^6.5.1",
Expand Down
11 changes: 11 additions & 0 deletions stylelint-polaris/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 5.2.0

### Minor Changes

- [#8244](https://github.com/Shopify/polaris/pull/8244) [`0ee432500`](https://github.com/Shopify/polaris/commit/0ee43250031ddaa03ffab06ae24197c91c2328d9) Thanks [@samrose3](https://github.com/samrose3)! - Disallow text-transform property in Stylelint Polaris

### Patch Changes

- Updated dependencies [[`1b1394d32`](https://github.com/Shopify/polaris/commit/1b1394d32ecb122bcb77b6cb38b6106631ff8afd)]:
- @shopify/polaris-tokens@6.4.0

## 5.1.3

### 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": "5.1.3",
"version": "5.2.0",
"private": false,
"license": "MIT",
"author": "Shopify <[email protected]>",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"postcss-value-parser": "^4.2.0",
"postcss-media-query-parser": "^0.2.3",
"@shopify/polaris-tokens": "^6.3.0"
"@shopify/polaris-tokens": "^6.4.0"
},
"peerDependencies": {
"stylelint": "^14.15.0"
Expand Down

0 comments on commit 92610ba

Please sign in to comment.