Skip to content

Commit a5bad3e

Browse files
shopify-github-actions-access[bot]github-actions[bot]
authored andcommitted
Version Packages (Shopify#8568)
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#8546](Shopify#8546) [`8872c0861`](Shopify@8872c08) Thanks [@MindRave](https://github.com/MindRave)! - Added "magic" color to the Icon component's color prop type. - [Shopify#8545](Shopify#8545) [`7c174e47a`](Shopify@7c174e4) Thanks [@alex-page](https://github.com/alex-page)! - Updated DropZone with a signifigant restructure to remove Class child component - [Shopify#8525](Shopify#8525) [`8a4de8168`](Shopify@8a4de81) Thanks [@rcaplanshopify](https://github.com/rcaplanshopify)! - [IndexTable] Adds support for header config object alignment property and treatment of right-aligned, sortable column headings - [Shopify#8569](Shopify#8569) [`646fba23f`](Shopify@646fba2) Thanks [@kyledurand](https://github.com/kyledurand)! - Allowed aria attributes on Bleed, Inline, and Columns ### Patch Changes - [Shopify#8581](Shopify#8581) [`336d14545`](Shopify@336d145) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed a bug where bulk actions wouldn't render when only promoted actions exist ## @shopify/[email protected] ## [email protected] ### Patch Changes - [Shopify#8570](Shopify#8570) [`45ca38d41`](Shopify@45ca38d) Thanks [@laurkim](https://github.com/laurkim)! - Added `Legacy` status to component lifecycle page and banner/badge to `LegacyStack` and `LegacyCard` - [Shopify#8573](Shopify#8573) [`0389fd8b8`](Shopify@0389fd8) Thanks [@laurkim](https://github.com/laurkim)! - Fixed links to component lifecycle page in alpha component banners - Updated dependencies \[[`336d14545`](Shopify@336d145), [`8872c0861`](Shopify@8872c08), [`7c174e47a`](Shopify@7c174e4), [`8a4de8168`](Shopify@8a4de81), [`646fba23f`](Shopify@646fba2)]: - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2ac01de commit a5bad3e

15 files changed

+36
-42
lines changed

.changeset/eight-bags-clap.md

-5
This file was deleted.

.changeset/little-doors-search.md

-5
This file was deleted.

.changeset/sharp-feet-bake.md

-5
This file was deleted.

.changeset/slow-oranges-rhyme.md

-5
This file was deleted.

.changeset/tender-moons-tease.md

-5
This file was deleted.

.changeset/tough-mugs-greet.md

-5
This file was deleted.

.changeset/two-mugs-sneeze.md

-5
This file was deleted.

polaris-cli/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @shopify/polaris-cli
22

3+
## 0.1.15
4+
35
## 0.1.14
46

57
### Patch Changes

polaris-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-cli",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"description": "Commands for building Shopify Apps with Polaris",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <[email protected]>",

polaris-migrator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@rollup/plugin-commonjs": "^22.0.2",
5353
"@rollup/plugin-json": "^4.1.0",
5454
"@rollup/plugin-node-resolve": "^13.3.0",
55-
"@shopify/polaris": "^10.33.0",
55+
"@shopify/polaris": "^10.34.0",
5656
"plop": "^3.1.1",
5757
"plop-dir": "^0.0.5",
5858
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 10.34.0
4+
5+
### Minor Changes
6+
7+
- [#8546](https://github.com/Shopify/polaris/pull/8546) [`8872c0861`](https://github.com/Shopify/polaris/commit/8872c08615d5781f4a9721b22ca3275f55a62ae1) Thanks [@MindRave](https://github.com/MindRave)! - Added "magic" color to the Icon component's color prop type.
8+
9+
* [#8545](https://github.com/Shopify/polaris/pull/8545) [`7c174e47a`](https://github.com/Shopify/polaris/commit/7c174e47adf5d865cab43f51c14f1f54fa0607c9) Thanks [@alex-page](https://github.com/alex-page)! - Updated DropZone with a signifigant restructure to remove Class child component
10+
11+
- [#8525](https://github.com/Shopify/polaris/pull/8525) [`8a4de8168`](https://github.com/Shopify/polaris/commit/8a4de8168ae4a80e3b11e909b64bef72b5af93b7) Thanks [@rcaplanshopify](https://github.com/rcaplanshopify)! - [IndexTable] Adds support for header config object alignment property and treatment of right-aligned, sortable column headings
12+
13+
* [#8569](https://github.com/Shopify/polaris/pull/8569) [`646fba23f`](https://github.com/Shopify/polaris/commit/646fba23f603d09cb96de1bd7975111dd8ec06a3) Thanks [@kyledurand](https://github.com/kyledurand)! - Allowed aria attributes on Bleed, Inline, and Columns
14+
15+
### Patch Changes
16+
17+
- [#8581](https://github.com/Shopify/polaris/pull/8581) [`336d14545`](https://github.com/Shopify/polaris/commit/336d145453954993f01c60c3b516a733ea8c6aa9) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed a bug where bulk actions wouldn't render when only promoted actions exist
18+
319
## 10.33.0
420

521
### Minor Changes

polaris-react/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Otherwise include the CSS in your HTML. We suggest copying the styles file into
3333
```html
3434
<link
3535
rel="stylesheet"
36-
href="https://unpkg.com/@shopify/polaris@10.33.0/build/esm/styles.css"
36+
href="https://unpkg.com/@shopify/polaris@10.34.0/build/esm/styles.css"
3737
/>
3838
```
3939

@@ -70,7 +70,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi
7070
```html
7171
<link
7272
rel="stylesheet"
73-
href="https://unpkg.com/@shopify/polaris@10.33.0/build/esm/styles.css"
73+
href="https://unpkg.com/@shopify/polaris@10.34.0/build/esm/styles.css"
7474
/>
7575
```
7676

polaris-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shopify/polaris",
33
"description": "Shopify’s admin product component library",
4-
"version": "10.33.0",
4+
"version": "10.34.0",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <[email protected]>",

polaris.shopify.com/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# polaris.shopify.com
22

3+
## 0.38.1
4+
5+
### Patch Changes
6+
7+
- [#8570](https://github.com/Shopify/polaris/pull/8570) [`45ca38d41`](https://github.com/Shopify/polaris/commit/45ca38d411e5d29eee3d0f781ac821339707f013) Thanks [@laurkim](https://github.com/laurkim)! - Added `Legacy` status to component lifecycle page and banner/badge to `LegacyStack` and `LegacyCard`
8+
9+
* [#8573](https://github.com/Shopify/polaris/pull/8573) [`0389fd8b8`](https://github.com/Shopify/polaris/commit/0389fd8b8f3242eeeef7907df7380d5d009c5618) Thanks [@laurkim](https://github.com/laurkim)! - Fixed links to component lifecycle page in alpha component banners
10+
11+
* Updated dependencies [[`336d14545`](https://github.com/Shopify/polaris/commit/336d145453954993f01c60c3b516a733ea8c6aa9), [`8872c0861`](https://github.com/Shopify/polaris/commit/8872c08615d5781f4a9721b22ca3275f55a62ae1), [`7c174e47a`](https://github.com/Shopify/polaris/commit/7c174e47adf5d865cab43f51c14f1f54fa0607c9), [`8a4de8168`](https://github.com/Shopify/polaris/commit/8a4de8168ae4a80e3b11e909b64bef72b5af93b7), [`646fba23f`](https://github.com/Shopify/polaris/commit/646fba23f603d09cb96de1bd7975111dd8ec06a3)]:
12+
- @shopify/polaris@10.34.0
13+
314
## 0.38.0
415

516
### Minor Changes

polaris.shopify.com/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polaris.shopify.com",
3-
"version": "0.38.0",
3+
"version": "0.38.1",
44
"private": true,
55
"scripts": {
66
"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/",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@floating-ui/react-dom-interactions": "^0.10.1",
2323
"@headlessui/react": "^1.6.5",
24-
"@shopify/polaris": "^10.33.0",
24+
"@shopify/polaris": "^10.34.0",
2525
"@shopify/polaris-icons": "^6.11.3",
2626
"@shopify/polaris-tokens": "^6.7.0",
2727
"@radix-ui/react-polymorphic": "^0.0.14",

0 commit comments

Comments
 (0)