Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #10648

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brave-ties-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-peas-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-bobcats-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-lemons-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-bees-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-owls-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-toes-divide.md

This file was deleted.

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

## 0.8.0

### Minor Changes

- [#10647](https://github.com/Shopify/polaris/pull/10647) [`f26cebe99`](https://github.com/Shopify/polaris/commit/f26cebe99e486730bce2ca1d9add89e24ef9c648) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Added composite `text` token completions

## 0.7.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.7.0",
"version": "0.8.0",
"private": true,
"keywords": [
"polaris",
Expand Down Expand Up @@ -43,7 +43,7 @@
"vscode-languageserver-textdocument": "^1.0.4"
},
"devDependencies": {
"@shopify/polaris-tokens": "^7.10.0",
"@shopify/polaris-tokens": "^7.11.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.22.6

### Patch Changes

- Updated dependencies [[`f26cebe99`](https://github.com/Shopify/polaris/commit/f26cebe99e486730bce2ca1d9add89e24ef9c648), [`2359e5f5a`](https://github.com/Shopify/polaris/commit/2359e5f5a4e6a93f8dd70997c4ae9a1ab732911c)]:
- @shopify/polaris-tokens@7.11.0
- @shopify/stylelint-polaris@14.0.6

## 0.22.5

### 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.22.5",
"version": "0.22.6",
"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": "^7.10.0",
"@shopify/stylelint-polaris": "^14.0.5",
"@shopify/polaris-tokens": "^7.11.0",
"@shopify/stylelint-polaris": "^14.0.6",
"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": "^11.20.0",
"@shopify/polaris": "^11.20.1",
"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

## 11.20.1

### Patch Changes

- [#10665](https://github.com/Shopify/polaris/pull/10665) [`22dbada34`](https://github.com/Shopify/polaris/commit/22dbada3490b8ed5c5c65c77c532529b411128e2) Thanks [@chloerice](https://github.com/chloerice)! - Fixed `Modal` missing `FrameContext` error

* [#10663](https://github.com/Shopify/polaris/pull/10663) [`f6a965102`](https://github.com/Shopify/polaris/commit/f6a965102f71820375e764e6bdbb431fb9542273) Thanks [@chloerice](https://github.com/chloerice)! - Reverted disabling of `Page` `secondaryActions` when `IndexFilters` is in filter `mode`

- [#10649](https://github.com/Shopify/polaris/pull/10649) [`3bafbea50`](https://github.com/Shopify/polaris/commit/3bafbea5000207c05d2c58dc3553790164ab7844) Thanks [@mattkubej](https://github.com/mattkubej)! - Replace usages of `bg-secondary-experimental` with `bg-subdued` for Tables

- Updated dependencies [[`f26cebe99`](https://github.com/Shopify/polaris/commit/f26cebe99e486730bce2ca1d9add89e24ef9c648), [`2359e5f5a`](https://github.com/Shopify/polaris/commit/2359e5f5a4e6a93f8dd70997c4ae9a1ab732911c)]:
- @shopify/polaris-tokens@7.11.0

## 11.20.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.20.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@11.20.1/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.20.0/build/esm/styles.css"
href="https://unpkg.com/@shopify/polaris@11.20.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": "11.20.0",
"version": "11.20.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": "^7.10.0",
"@shopify/polaris-tokens": "^7.11.0",
"@types/react": "*",
"@types/react-dom": "*",
"@types/react-transition-group": "^4.4.2",
Expand Down
8 changes: 8 additions & 0 deletions polaris-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 7.11.0

### Minor Changes

- [#10647](https://github.com/Shopify/polaris/pull/10647) [`f26cebe99`](https://github.com/Shopify/polaris/commit/f26cebe99e486730bce2ca1d9add89e24ef9c648) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Added composite `text` and `font-letter-spacing` tokens

* [#10643](https://github.com/Shopify/polaris/pull/10643) [`2359e5f5a`](https://github.com/Shopify/polaris/commit/2359e5f5a4e6a93f8dd70997c4ae9a1ab732911c) Thanks [@lgriffee](https://github.com/lgriffee)! - Added semantic `space` token scale

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

## 0.57.9

### Patch Changes

- [#10609](https://github.com/Shopify/polaris/pull/10609) [`b53189c72`](https://github.com/Shopify/polaris/commit/b53189c727bd62d67b641ae906b3af1a5bf60de7) Thanks [@kyledurand](https://github.com/kyledurand)! - Updated component example backgrounds

- Updated dependencies [[`22dbada34`](https://github.com/Shopify/polaris/commit/22dbada3490b8ed5c5c65c77c532529b411128e2), [`f26cebe99`](https://github.com/Shopify/polaris/commit/f26cebe99e486730bce2ca1d9add89e24ef9c648), [`f6a965102`](https://github.com/Shopify/polaris/commit/f6a965102f71820375e764e6bdbb431fb9542273), [`3bafbea50`](https://github.com/Shopify/polaris/commit/3bafbea5000207c05d2c58dc3553790164ab7844), [`2359e5f5a`](https://github.com/Shopify/polaris/commit/2359e5f5a4e6a93f8dd70997c4ae9a1ab732911c)]:
- @shopify/polaris@11.20.1
- @shopify/polaris-tokens@7.11.0

## 0.57.8

### 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.57.8",
"version": "0.57.9",
"private": true,
"engines": {
"node": "^16.17.0 || >=18.12.0"
Expand All @@ -26,9 +26,9 @@
"@floating-ui/react-dom-interactions": "^0.10.1",
"@headlessui/react": "^1.6.5",
"@radix-ui/react-polymorphic": "^0.0.14",
"@shopify/polaris": "^11.20.0",
"@shopify/polaris": "^11.20.1",
"@shopify/polaris-icons": "^7.9.0",
"@shopify/polaris-tokens": "^7.10.0",
"@shopify/polaris-tokens": "^7.11.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

## 14.0.6

### Patch Changes

- Updated dependencies [[`f26cebe99`](https://github.com/Shopify/polaris/commit/f26cebe99e486730bce2ca1d9add89e24ef9c648), [`2359e5f5a`](https://github.com/Shopify/polaris/commit/2359e5f5a4e6a93f8dd70997c4ae9a1ab732911c)]:
- @shopify/polaris-tokens@7.11.0

## 14.0.5

### 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": "14.0.5",
"version": "14.0.6",
"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": "^7.10.0"
"@shopify/polaris-tokens": "^7.11.0"
},
"peerDependencies": {
"stylelint": "^14.15.0 || ^15.0.0"
Expand Down