Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit 4b8553c

Browse files
Version Packages (#7995)
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.18.0 ### Minor Changes - [#7992](#7992) [`e8f74f4cd`](e8f74f4) Thanks [@aveline](https://github.com/aveline)! - Added support for `outline` to `Box` ### Patch Changes - [#7988](#7988) [`382784f4e`](382784f) Thanks [@kyledurand](https://github.com/kyledurand)! - Reduced spacing on ChoiceList children - [#7899](#7899) [`930f077eb`](930f077) Thanks [@jeradg](https://github.com/jeradg)! - Fixed a bug where Tooltips nested in Scrollable containers sometimes don't update their positions correctly - [#7831](#7831) [`47487ee0c`](47487ee) Thanks [@acmertz](https://github.com/acmertz)! - Updated the focus helper functions to no longer treat buttons with `aria-disabled="true"` and `tabindex="-1" (but no`disabled\` attribute) as focusable. ## @shopify/plugin-polaris@0.0.25 ## polaris.shopify.com@0.28.2 ### Patch Changes - Updated dependencies \[[`382784f4e`](382784f), [`930f077eb`](930f077), [`47487ee0c`](47487ee), [`e8f74f4cd`](e8f74f4)]: - @shopify/polaris@10.18.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e8f74f4 commit 4b8553c

File tree

12 files changed

+30
-27
lines changed

12 files changed

+30
-27
lines changed

.changeset/afraid-zoos-build.md

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

.changeset/fair-queens-sniff.md

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

.changeset/gentle-cobras-punch.md

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

.changeset/hip-maps-dance.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.25
4+
35
## 0.0.24
46

57
## 0.0.23

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.24",
3+
"version": "0.0.25",
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.17.1",
55+
"@shopify/polaris": "^10.18.0",
5656
"plop": "^3.1.1",
5757
"plop-dir": "^0.0.5",
5858
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

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

3+
## 10.18.0
4+
5+
### Minor Changes
6+
7+
- [#7992](https://github.com/Shopify/polaris/pull/7992) [`e8f74f4cd`](https://github.com/Shopify/polaris/commit/e8f74f4cdfd2b73c459aac0cd8b52bc66d812b8a) Thanks [@aveline](https://github.com/aveline)! - Added support for `outline` to `Box`
8+
9+
### Patch Changes
10+
11+
- [#7988](https://github.com/Shopify/polaris/pull/7988) [`382784f4e`](https://github.com/Shopify/polaris/commit/382784f4e2547d89d5970ade0de67196408494e7) Thanks [@kyledurand](https://github.com/kyledurand)! - Reduced spacing on ChoiceList children
12+
13+
* [#7899](https://github.com/Shopify/polaris/pull/7899) [`930f077eb`](https://github.com/Shopify/polaris/commit/930f077eb0ec3c20a51d240b57f150b5502aa7c5) Thanks [@jeradg](https://github.com/jeradg)! - Fixed a bug where Tooltips nested in Scrollable containers sometimes don't update their positions correctly
14+
15+
- [#7831](https://github.com/Shopify/polaris/pull/7831) [`47487ee0c`](https://github.com/Shopify/polaris/commit/47487ee0cfddb6e7306095959d6eea6b5c9c0132) Thanks [@acmertz](https://github.com/acmertz)! - Updated the focus helper functions to no longer treat buttons with `aria-disabled="true"` and `tabindex="-1" (but no`disabled` attribute) as focusable.
16+
317
## 10.17.1
418

519
### Patch 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.17.1/build/esm/styles.css"
36+
href="https://unpkg.com/@shopify/polaris@10.18.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.17.1/build/esm/styles.css"
73+
href="https://unpkg.com/@shopify/polaris@10.18.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.17.1",
4+
"version": "10.18.0",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <dev@shopify.com>",

0 commit comments

Comments
 (0)