Skip to content

Commit 97afaf7

Browse files
shopify-github-actions-access[bot]github-actions[bot]
authored andcommitted
Version Packages (Shopify#7847)
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/polaris@10.15.0 ### Minor Changes - [Shopify#7842](Shopify#7842) [`49ed527b2`](Shopify@49ed527) Thanks [@yurm04](https://github.com/yurm04)! - Add flex-direction: column-reverse to AlphaStack ### Patch Changes - [Shopify#7851](Shopify#7851) [`b36f63183`](Shopify@b36f631) Thanks [@mrcthms](https://github.com/mrcthms)! - Updated shadow and placement of the BulkActions bar for greater visibility ## @shopify/plugin-polaris@0.0.20 ## polaris.shopify.com@0.27.1 ### Patch Changes - Updated dependencies \[[`49ed527b2`](Shopify@49ed527), [`b36f63183`](Shopify@b36f631)]: - @shopify/polaris@10.15.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2056cdb commit 97afaf7

File tree

10 files changed

+26
-17
lines changed

10 files changed

+26
-17
lines changed

.changeset/grumpy-bats-live.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purple-hairs-teach.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

polaris-cli/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @shopify/plugin-polaris
22

3+
## 0.0.20
4+
35
## 0.0.19
46

57
### Patch Changes

polaris-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/plugin-polaris",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"description": "Commands for building Shopify Apps with Polaris",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <dev@shopify.com>",

polaris-migrator/package.json

Lines changed: 1 addition & 1 deletion
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.14.0",
55+
"@shopify/polaris": "^10.15.0",
5656
"plop": "^3.1.1",
5757
"plop-dir": "^0.0.5",
5858
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 10.15.0
4+
5+
### Minor Changes
6+
7+
- [#7842](https://github.com/Shopify/polaris/pull/7842) [`49ed527b2`](https://github.com/Shopify/polaris/commit/49ed527b28440df57dcd5e57e45f945912239c4a) Thanks [@yurm04](https://github.com/yurm04)! - Add flex-direction: column-reverse to AlphaStack
8+
9+
### Patch Changes
10+
11+
- [#7851](https://github.com/Shopify/polaris/pull/7851) [`b36f63183`](https://github.com/Shopify/polaris/commit/b36f6318318ebd7afa5441cefac613e5594a1481) Thanks [@mrcthms](https://github.com/mrcthms)! - Updated shadow and placement of the BulkActions bar for greater visibility
12+
313
## 10.14.0
414

515
### Minor Changes

polaris-react/README.md

Lines changed: 2 additions & 2 deletions
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.14.0/build/esm/styles.css"
36+
href="https://unpkg.com/@shopify/polaris@10.15.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.14.0/build/esm/styles.css"
73+
href="https://unpkg.com/@shopify/polaris@10.15.0/build/esm/styles.css"
7474
/>
7575
```
7676

polaris-react/package.json

Lines changed: 1 addition & 1 deletion
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.14.0",
4+
"version": "10.15.0",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <dev@shopify.com>",

polaris.shopify.com/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# polaris.shopify.com
22

3+
## 0.27.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`49ed527b2`](https://github.com/Shopify/polaris/commit/49ed527b28440df57dcd5e57e45f945912239c4a), [`b36f63183`](https://github.com/Shopify/polaris/commit/b36f6318318ebd7afa5441cefac613e5594a1481)]:
8+
- @shopify/polaris@10.15.0
9+
310
## 0.27.0
411

512
### Minor Changes

polaris.shopify.com/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polaris.shopify.com",
3-
"version": "0.27.0",
3+
"version": "0.27.1",
44
"private": true,
55
"scripts": {
66
"build": "yarn gen-assets && playroom build && next build",
@@ -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.14.0",
24+
"@shopify/polaris": "^10.15.0",
2525
"@shopify/polaris-icons": "^6.7.0",
2626
"@shopify/polaris-tokens": "^6.3.0",
2727
"codesandbox": "^2.2.3",

0 commit comments

Comments
 (0)