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 Mar 15, 2024
1 parent 831a683 commit ddd1c7f
Show file tree
Hide file tree
Showing 20 changed files with 57 additions and 67 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-penguins-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-rocks-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-geckos-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-dolls-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-years-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-ties-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-rings-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-singers-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-buttons-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-squids-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-plants-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-planets-confess.md

This file was deleted.

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

## 0.28.2

### Patch Changes

- Updated dependencies [[`f6ba2b2a8`](https://github.com/Shopify/polaris/commit/f6ba2b2a8a8beae9ab235437caf5bfbacc50741f)]:
- @shopify/stylelint-polaris@15.4.0

## 0.28.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.28.1",
"version": "0.28.2",
"description": "Codemod transformations to help upgrade your Polaris codebase",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <[email protected]>",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@shopify/polaris-tokens": "^8.8.0",
"@shopify/stylelint-polaris": "^15.3.0",
"@shopify/stylelint-polaris": "^15.4.0",
"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.21.0",
"@shopify/polaris": "^12.22.0",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
26 changes: 26 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 12.22.0

### Minor Changes

- [#11677](https://github.com/Shopify/polaris/pull/11677) [`f6ba2b2a8`](https://github.com/Shopify/polaris/commit/f6ba2b2a8a8beae9ab235437caf5bfbacc50741f) Thanks [@jesstelford](https://github.com/jesstelford)! - Migrated @shopify/polaris from SASS to CSS using postcss plugins

* [#11723](https://github.com/Shopify/polaris/pull/11723) [`4699bb229`](https://github.com/Shopify/polaris/commit/4699bb229ba9d1e76257f99da99c0b95f9d3e041) Thanks [@mrcthms](https://github.com/mrcthms)! - Updated `BulkActions` to only show actions when selectMode is `true`

- [#11727](https://github.com/Shopify/polaris/pull/11727) [`c3ba6ae1b`](https://github.com/Shopify/polaris/commit/c3ba6ae1bb827848cb3eb4dceaabd2725f19e3ea) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Removed the responsive logic that disabled the Card bevel on mobile. Removing this until we are ready to rollout bevel changes across all components.

* [#11714](https://github.com/Shopify/polaris/pull/11714) [`2f0cbcac4`](https://github.com/Shopify/polaris/commit/2f0cbcac4292a9f1331a3a42b654afc5a44d8cfd) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Added the `open` prop to `Tooltip` to support programmatic control of its active state. Added the `defaultOpen` prop to `Tooltip` to supersede the `active` prop for setting the initial active state. Deprecated the `active` prop on `Tooltip` to be removed in Polaris v13.

### Patch Changes

- [#11733](https://github.com/Shopify/polaris/pull/11733) [`9c24a465c`](https://github.com/Shopify/polaris/commit/9c24a465c5e001e148bde335bf6319e924f4b1d6) Thanks [@jesstelford](https://github.com/jesstelford)! - Convert SASS-style inline comments to CSS-style multiline comments.

* [#11724](https://github.com/Shopify/polaris/pull/11724) [`1543246b7`](https://github.com/Shopify/polaris/commit/1543246b7ed5cf65163032f14a39ec18d65d2d9f) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Updated responsive styles for `Text` component

- [#11725](https://github.com/Shopify/polaris/pull/11725) [`3e011e3b6`](https://github.com/Shopify/polaris/commit/3e011e3b6130519cd0bf3e7b81d701b5e9d52a90) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed a bug where iOS 16 font patch wasn't added for mobile app web views

* [#11745](https://github.com/Shopify/polaris/pull/11745) [`831a683a2`](https://github.com/Shopify/polaris/commit/831a683a25adcd7ecae2d799b451ddf8b84b689a) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed bug in math.ts for popover with position cover

- [#11735](https://github.com/Shopify/polaris/pull/11735) [`6d8ef8c99`](https://github.com/Shopify/polaris/commit/6d8ef8c99a0b9b1c91bf845ca1139291f7b63fc7) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Used `Text` component to apply text styles for `Button`

* [#11592](https://github.com/Shopify/polaris/pull/11592) [`ad6315845`](https://github.com/Shopify/polaris/commit/ad6315845f4a511bbaeba2c256b01b8f497e8bda) Thanks [@SMAKSS](https://github.com/SMAKSS)! - Passed missing `id` prop to the root element of `BlockStack`

## 12.21.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.21.0",
"version": "12.22.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions polaris.shopify.com/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# polaris.shopify.com

## 0.66.0

### Minor Changes

- [#11690](https://github.com/Shopify/polaris/pull/11690) [`c78f125c7`](https://github.com/Shopify/polaris/commit/c78f125c704d8cda94bd9dfa645b5085ae3160cb) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Updates images for icon design guidance

### Patch Changes

- Updated dependencies [[`9c24a465c`](https://github.com/Shopify/polaris/commit/9c24a465c5e001e148bde335bf6319e924f4b1d6), [`f6ba2b2a8`](https://github.com/Shopify/polaris/commit/f6ba2b2a8a8beae9ab235437caf5bfbacc50741f), [`4699bb229`](https://github.com/Shopify/polaris/commit/4699bb229ba9d1e76257f99da99c0b95f9d3e041), [`c3ba6ae1b`](https://github.com/Shopify/polaris/commit/c3ba6ae1bb827848cb3eb4dceaabd2725f19e3ea), [`1543246b7`](https://github.com/Shopify/polaris/commit/1543246b7ed5cf65163032f14a39ec18d65d2d9f), [`3e011e3b6`](https://github.com/Shopify/polaris/commit/3e011e3b6130519cd0bf3e7b81d701b5e9d52a90), [`831a683a2`](https://github.com/Shopify/polaris/commit/831a683a25adcd7ecae2d799b451ddf8b84b689a), [`6d8ef8c99`](https://github.com/Shopify/polaris/commit/6d8ef8c99a0b9b1c91bf845ca1139291f7b63fc7), [`2f0cbcac4`](https://github.com/Shopify/polaris/commit/2f0cbcac4292a9f1331a3a42b654afc5a44d8cfd), [`ad6315845`](https://github.com/Shopify/polaris/commit/ad6315845f4a511bbaeba2c256b01b8f497e8bda)]:
- @shopify/polaris@12.22.0

## 0.65.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.65.0",
"version": "0.66.0",
"private": true,
"engines": {
"node": "^16.17.0 || >=18.12.0"
Expand Down Expand Up @@ -28,7 +28,7 @@
"@headlessui/react": "^1.6.5",
"@juggle/resize-observer": "^3.4.0",
"@radix-ui/react-polymorphic": "^0.0.14",
"@shopify/polaris": "^12.21.0",
"@shopify/polaris": "^12.22.0",
"@shopify/polaris-icons": "^8.8.0",
"@shopify/polaris-tokens": "^8.8.0",
"@types/react-syntax-highlighter": "^15.5.6",
Expand Down
6 changes: 6 additions & 0 deletions stylelint-polaris/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 15.4.0

### Minor Changes

- [#11677](https://github.com/Shopify/polaris/pull/11677) [`f6ba2b2a8`](https://github.com/Shopify/polaris/commit/f6ba2b2a8a8beae9ab235437caf5bfbacc50741f) Thanks [@jesstelford](https://github.com/jesstelford)! - Add `--pg-` as a disallowed CSS Custom Property prefix (these are "global" Custom Properties used within @shopify/polaris-react).

## 15.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0",
"version": "15.4.0",
"private": false,
"license": "MIT",
"author": "Shopify <[email protected]>",
Expand Down

0 comments on commit ddd1c7f

Please sign in to comment.