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 13, 2024
1 parent c3ba6ae commit 7d13937
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 24 deletions.
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/slimy-singers-rush.md

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion polaris-migrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 12 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 12.22.0

### Minor Changes

- [#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.

### Patch Changes

- [#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 [[`4699bb229`](https://github.com/Shopify/polaris/commit/4699bb229ba9d1e76257f99da99c0b95f9d3e041), [`c3ba6ae1b`](https://github.com/Shopify/polaris/commit/c3ba6ae1bb827848cb3eb4dceaabd2725f19e3ea), [`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

0 comments on commit 7d13937

Please sign in to comment.