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

Commit 933e623

Browse files
Version Packages
1 parent 51fcf51 commit 933e623

File tree

10 files changed

+24
-17
lines changed

10 files changed

+24
-17
lines changed

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

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.17.2",
5656
"plop": "^3.1.1",
5757
"plop-dir": "^0.0.5",
5858
"prettier": "^2.7.1",

polaris-react/CHANGELOG.md

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

3+
## 10.17.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
* [#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.
10+
311
## 10.17.1
412

513
### 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.17.2/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.17.2/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.17.2",
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.28.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`930f077eb`](https://github.com/Shopify/polaris/commit/930f077eb0ec3c20a51d240b57f150b5502aa7c5), [`47487ee0c`](https://github.com/Shopify/polaris/commit/47487ee0cfddb6e7306095959d6eea6b5c9c0132)]:
8+
- @shopify/polaris@10.17.2
9+
310
## 0.28.1
411

512
### Patch 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.28.1",
3+
"version": "0.28.2",
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.17.1",
24+
"@shopify/polaris": "^10.17.2",
2525
"@shopify/polaris-icons": "^6.7.0",
2626
"@shopify/polaris-tokens": "^6.3.0",
2727
"codesandbox": "^2.2.3",

0 commit comments

Comments
 (0)