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 #11946

Merged
merged 1 commit into from May 6, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fresh-beds-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-plums-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-ways-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-brooms-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-pugs-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-spoons-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-experts-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-masks-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-paws-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-starfishes-fold.md

This file was deleted.

16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions polaris-for-vscode/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## 1.0.2

### Patch Changes

- Updated dependencies [[`12dbc2cd8`](https://github.com/Shopify/polaris/commit/12dbc2cd848dafe8d90fda66c9067151687d25fe), [`8ce6211c9`](https://github.com/Shopify/polaris/commit/8ce6211c95268305e02e7eac4d017378fa45e955), [`7a702388d`](https://github.com/Shopify/polaris/commit/7a702388d24ec1c9de4daa40ae77dd10c0735aaa)]:
- @shopify/polaris-tokens@9.1.0

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions polaris-for-vscode/package.json
Expand Up @@ -13,7 +13,7 @@
"bugs": {
"url": "https://github.com/Shopify/polaris/issues"
},
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"keywords": [
"polaris",
Expand All @@ -38,7 +38,7 @@
"clean": "rm -rf .turbo node_modules dist *.tsbuildinfo"
},
"dependencies": {
"@shopify/polaris-tokens": "^9.0.1",
"@shopify/polaris-tokens": "^9.1.0",
"vscode-languageclient": "^9.0.1",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.11"
Expand Down
8 changes: 8 additions & 0 deletions polaris-migrator/CHANGELOG.md
@@ -1,5 +1,13 @@
# @shopify/polaris-migrator

## 1.0.2

### Patch Changes

- Updated dependencies [[`12dbc2cd8`](https://github.com/Shopify/polaris/commit/12dbc2cd848dafe8d90fda66c9067151687d25fe), [`8ce6211c9`](https://github.com/Shopify/polaris/commit/8ce6211c95268305e02e7eac4d017378fa45e955), [`7a702388d`](https://github.com/Shopify/polaris/commit/7a702388d24ec1c9de4daa40ae77dd10c0735aaa)]:
- @shopify/polaris-tokens@9.1.0
- @shopify/stylelint-polaris@16.0.2

## 1.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions polaris-migrator/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-migrator",
"version": "1.0.1",
"version": "1.0.2",
"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": "^9.0.1",
"@shopify/stylelint-polaris": "^16.0.1",
"@shopify/polaris-tokens": "^9.1.0",
"@shopify/stylelint-polaris": "^16.0.2",
"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": "^13.2.0",
"@shopify/polaris": "^13.3.0",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
23 changes: 23 additions & 0 deletions polaris-react/CHANGELOG.md
@@ -1,5 +1,28 @@
# Changelog

## 13.3.0

### Minor Changes

- [#11979](https://github.com/Shopify/polaris/pull/11979) [`982491f0f`](https://github.com/Shopify/polaris/commit/982491f0faa037641d51977d5015bc1b55c6eaf2) Thanks [@kyledurand](https://github.com/kyledurand)! - Added `animateIn` transition option to Collapsible

* [#11967](https://github.com/Shopify/polaris/pull/11967) [`e50472f85`](https://github.com/Shopify/polaris/commit/e50472f8518558c84216ca6d2466b644d45eed62) Thanks [@kyledurand](https://github.com/kyledurand)! - Added `variant` prop to Collapsible

### Patch Changes

- [#11976](https://github.com/Shopify/polaris/pull/11976) [`4f3bf9948`](https://github.com/Shopify/polaris/commit/4f3bf9948063809841af52bc74f898b045bb8dfa) Thanks [@chloerice](https://github.com/chloerice)! - Fixed sibling `FormLayout.Item` widths not remaining equal when wrapped in `FormLayout.Group`

* [#11945](https://github.com/Shopify/polaris/pull/11945) [`b59743a76`](https://github.com/Shopify/polaris/commit/b59743a766ed0d796a40a72c559dda808e701eaf) Thanks [@sophschneider](https://github.com/sophschneider)! - Added offset width to reframe `Frame` and passed reframe scroll container to sticky manager in `AppProvider`

- [#11965](https://github.com/Shopify/polaris/pull/11965) [`7a702388d`](https://github.com/Shopify/polaris/commit/7a702388d24ec1c9de4daa40ae77dd10c0735aaa) Thanks [@sophschneider](https://github.com/sophschneider)! - Added scrollbar styles for reframe

* [#11944](https://github.com/Shopify/polaris/pull/11944) [`d1d69e919`](https://github.com/Shopify/polaris/commit/d1d69e919c8244bd96ec155e4333f869762a06b6) Thanks [@stefanlegg](https://github.com/stefanlegg)! - Add support for hiding selectable checkbox on a per `IndexTable.Row` basis via `hideSelectable` prop`

- [#11947](https://github.com/Shopify/polaris/pull/11947) [`995079cc7`](https://github.com/Shopify/polaris/commit/995079cc7c5c5087d662609c75c11eea58920f6d) Thanks [@sophschneider](https://github.com/sophschneider)! - Fixed `Sticky` to update sticky items when props change

- Updated dependencies [[`12dbc2cd8`](https://github.com/Shopify/polaris/commit/12dbc2cd848dafe8d90fda66c9067151687d25fe), [`8ce6211c9`](https://github.com/Shopify/polaris/commit/8ce6211c95268305e02e7eac4d017378fa45e955), [`7a702388d`](https://github.com/Shopify/polaris/commit/7a702388d24ec1c9de4daa40ae77dd10c0735aaa)]:
- @shopify/polaris-tokens@9.1.0

## 13.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions polaris-react/package.json
@@ -1,7 +1,7 @@
{
"name": "@shopify/polaris",
"description": "Shopify’s admin product component library",
"version": "13.2.0",
"version": "13.3.0",
"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": "^9.0.1",
"@shopify/polaris-tokens": "^9.0.1",
"@shopify/polaris-tokens": "^9.1.0",
"@types/react": "*",
"@types/react-dom": "*",
"@types/react-transition-group": "^4.4.2",
Expand Down
12 changes: 12 additions & 0 deletions polaris-tokens/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## 9.1.0

### Minor Changes

- [#11965](https://github.com/Shopify/polaris/pull/11965) [`7a702388d`](https://github.com/Shopify/polaris/commit/7a702388d24ec1c9de4daa40ae77dd10c0735aaa) Thanks [@sophschneider](https://github.com/sophschneider)! - Added `color-scrollbar-thumb-bg` token

### Patch Changes

- [#11981](https://github.com/Shopify/polaris/pull/11981) [`12dbc2cd8`](https://github.com/Shopify/polaris/commit/12dbc2cd848dafe8d90fda66c9067151687d25fe) Thanks [@sophschneider](https://github.com/sophschneider)! - Updated internal only whiteAlpha scale and dark experimental theme with new values

* [#11853](https://github.com/Shopify/polaris/pull/11853) [`8ce6211c9`](https://github.com/Shopify/polaris/commit/8ce6211c95268305e02e7eac4d017378fa45e955) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Added `"sideEffect": "false"` to the `package.json` to enable treeshaking

## 9.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion polaris-tokens/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-tokens",
"version": "9.0.1",
"version": "9.1.0",
"description": "",
"main": "dist/cjs/build/index.js",
"module": "dist/esm/build/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions polaris.shopify.com/CHANGELOG.md
@@ -1,5 +1,13 @@
# polaris.shopify.com

## 1.0.5

### Patch Changes

- Updated dependencies [[`4f3bf9948`](https://github.com/Shopify/polaris/commit/4f3bf9948063809841af52bc74f898b045bb8dfa), [`b59743a76`](https://github.com/Shopify/polaris/commit/b59743a766ed0d796a40a72c559dda808e701eaf), [`12dbc2cd8`](https://github.com/Shopify/polaris/commit/12dbc2cd848dafe8d90fda66c9067151687d25fe), [`982491f0f`](https://github.com/Shopify/polaris/commit/982491f0faa037641d51977d5015bc1b55c6eaf2), [`7a702388d`](https://github.com/Shopify/polaris/commit/7a702388d24ec1c9de4daa40ae77dd10c0735aaa), [`8ce6211c9`](https://github.com/Shopify/polaris/commit/8ce6211c95268305e02e7eac4d017378fa45e955), [`e50472f85`](https://github.com/Shopify/polaris/commit/e50472f8518558c84216ca6d2466b644d45eed62), [`d1d69e919`](https://github.com/Shopify/polaris/commit/d1d69e919c8244bd96ec155e4333f869762a06b6), [`995079cc7`](https://github.com/Shopify/polaris/commit/995079cc7c5c5087d662609c75c11eea58920f6d), [`7a702388d`](https://github.com/Shopify/polaris/commit/7a702388d24ec1c9de4daa40ae77dd10c0735aaa)]:
- @shopify/polaris@13.3.0
- @shopify/polaris-tokens@9.1.0

## 1.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions polaris.shopify.com/package.json
@@ -1,6 +1,6 @@
{
"name": "polaris.shopify.com",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"engines": {
"node": ">=20.10.0"
Expand Down Expand Up @@ -30,9 +30,9 @@
"@headlessui/react": "^1.6.5",
"@juggle/resize-observer": "^3.4.0",
"@radix-ui/react-polymorphic": "^0.0.14",
"@shopify/polaris": "^13.2.0",
"@shopify/polaris": "^13.3.0",
"@shopify/polaris-icons": "^9.0.1",
"@shopify/polaris-tokens": "^9.0.1",
"@shopify/polaris-tokens": "^9.1.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
@@ -1,5 +1,12 @@
# Changelog

## 16.0.2

### Patch Changes

- Updated dependencies [[`12dbc2cd8`](https://github.com/Shopify/polaris/commit/12dbc2cd848dafe8d90fda66c9067151687d25fe), [`8ce6211c9`](https://github.com/Shopify/polaris/commit/8ce6211c95268305e02e7eac4d017378fa45e955), [`7a702388d`](https://github.com/Shopify/polaris/commit/7a702388d24ec1c9de4daa40ae77dd10c0735aaa)]:
- @shopify/polaris-tokens@9.1.0

## 16.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions stylelint-polaris/package.json
@@ -1,7 +1,7 @@
{
"name": "@shopify/stylelint-polaris",
"description": "Polaris Design System Stylelint tooling",
"version": "16.0.1",
"version": "16.0.2",
"private": false,
"license": "MIT",
"author": "Shopify <dev@shopify.com>",
Expand Down Expand Up @@ -39,7 +39,7 @@
"postcss-scss": "^4.0.9",
"postcss-value-parser": "^4.2.0",
"postcss-media-query-parser": "^0.2.3",
"@shopify/polaris-tokens": "^9.0.1"
"@shopify/polaris-tokens": "^9.1.0"
},
"peerDependencies": {
"stylelint": "^14.15.0 || ^15.0.0"
Expand Down