Skip to content

Commit

Permalink
Version Packages (#9136)
Browse files Browse the repository at this point in the history
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-icons@6.16.0

### Minor Changes

- [#9153](#9153)
[`4e343a180`](4e343a1)
Thanks [@dGoligorsky](https://github.com/dGoligorsky)! - Updated thumbs
up and down icons, major and minor sets


- [#9109](#9109)
[`5be210bd5`](5be210b)
Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Updated
design for MarketingMajor icon

## @shopify/polaris@10.50.0

### Minor Changes

- [#9005](#9005)
[`487df3a4d`](487df3a)
Thanks [@zakwarsame](https://github.com/zakwarsame)! - - Deprecated
ellipsis and introduced a truncate prop to `ActionList` items.
    -   Added a custom width to the new `TopBar` user menu.


- [#9145](#9145)
[`6ead43c3c`](6ead43c)
Thanks [@laurkim](https://github.com/laurkim)! - Deprecated
`LegacyFilters`


- [#9197](#9197)
[`92214e8fd`](92214e8)
Thanks [@pt8o](https://github.com/pt8o)! - Added support for sectioning
the `filters` of `IndexFilters` and `AlphaFilters`


- [#9222](#9222)
[`a9d611401`](a9d6114)
Thanks [@nat-king](https://github.com/nat-king)! - Added the `suffix`
property to the FilterInterface


- [#9147](#9147)
[`082fe4308`](082fe43)
Thanks [@laurkim](https://github.com/laurkim)! - Added component pages
and examples for `AlphaTabs` and `AlphaFilters` on style guide


- [#9224](#9224)
[`b228b67f2`](b228b67)
Thanks [@nat-king](https://github.com/nat-king)! - Added optional
`onAddFilterClick` callback prop to the AlphaFilters component

### Patch Changes

- [#9166](#9166)
[`048502ceb`](048502c)
Thanks [@martenbjork](https://github.com/martenbjork)! - Fixed the
border radius of `DropZone`


- [#9155](#9155)
[`563af5094`](563af50)
Thanks [@ryanwilsonperkin](https://github.com/ryanwilsonperkin)! - Fix
PortalsManager to avoid setting state synchronously during a render pass
which prevented it from working properly with Suspense.


- [#9248](#9248)
[`5548436ca`](5548436)
Thanks [@chloerice](https://github.com/chloerice)! - Reverted support
for `ReactNode` labels on `Select` `options`


- [#9148](#9148)
[`11f4cef4a`](11f4cef)
Thanks [@samrose3](https://github.com/samrose3)! - Recalculated
IndexTable sticky header column widths inside of a
`useIsomorphicLayoutEffect` after the table is updated.


- [#9231](#9231)
[`f7f160d0f`](f7f160d)
Thanks [@skparkk](https://github.com/skparkk)! - Fixed `Tooltip`
rendering when `active` prop is false


- [#9095](#9095)
[`9fdc798a5`](9fdc798)
Thanks [@FCalabria](https://github.com/FCalabria)! - Improved spacing
and types on `Select` component


- [#9106](#9106)
[`2f2edd8fc`](2f2edd8)
Thanks [@samrose3](https://github.com/samrose3)! - Fixed padding on
AlphaFilter in IndexFilter when hideQueryField is true


- [#8957](#8957)
[`bb67c17da`](bb67c17)
Thanks [@bsharrow](https://github.com/bsharrow)! - Fixed `FilterPill` so
that it no longer opens an applied filter's popover by default


- [#9154](#9154)
[`66d0adc9a`](66d0adc)
Thanks [@gui-santos](https://github.com/gui-santos)! - Change default
value of Tooltip position to `above`


- [#9206](#9206)
[`76ed72b41`](76ed72b)
Thanks [@alllx](https://github.com/alllx)! - Fix IndexTable sticky
column header overlap


- [#9169](#9169)
[`84189fef1`](84189fe)
Thanks [@rcaplanshopify](https://github.com/rcaplanshopify)! - [Popover]
Updates fullHeight styles to prevent scroll position reset when Popover
content changes


- [#9195](#9195)
[`e9bbbb437`](e9bbbb4)
Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed critical
color on progress bar


- [#9160](#9160)
[`fed35736b`](fed3573)
Thanks [@jbalsas](https://github.com/jbalsas)! - Adjusted colours of
disabled `Listbox.TextOption` and `OptionList` components for better
readability and a11y

- Updated dependencies
\[[`5a9b011d1`](5a9b011),
[`4e343a180`](4e343a1),
[`5be210bd5`](5be210b)]:
    -   @shopify/polaris-tokens@6.14.0
    -   @shopify/polaris-icons@6.16.0

## @shopify/polaris-tokens@6.14.0

### Minor Changes

- [#9144](#9144)
[`5a9b011d1`](5a9b011)
Thanks [@dGoligorsky](https://github.com/dGoligorsky)! - Updated
color-icon-magic to the correct shade of purple[500]

## @shopify/polaris-cli@0.1.37

### Patch Changes

-   Updated dependencies \[]:
    -   @shopify/polaris-migrator@0.18.2

## @shopify/polaris-codemods@0.1.2

### Patch Changes

- Updated dependencies
\[[`5a9b011d1`](5a9b011),
[`6ae3295e7`](6ae3295)]:
    -   @shopify/polaris-tokens@6.14.0
    -   @shopify/stylelint-polaris@12.0.1

## @shopify/polaris-migrator@0.18.2

### Patch Changes

- Updated dependencies
\[[`5a9b011d1`](5a9b011),
[`6ae3295e7`](6ae3295)]:
    -   @shopify/polaris-tokens@6.14.0
    -   @shopify/stylelint-polaris@12.0.1

## @shopify/stylelint-polaris@12.0.1

### Patch Changes

- [#9228](#9228)
[`6ae3295e7`](6ae3295)
Thanks [@BPScott](https://github.com/BPScott)! - Widen stylelint
peerDependency range to include v15

- Updated dependencies
\[[`5a9b011d1`](5a9b011)]:
    -   @shopify/polaris-tokens@6.14.0

## polaris.shopify.com@0.53.0

### Minor Changes

- [#9145](#9145)
[`6ead43c3c`](6ead43c)
Thanks [@laurkim](https://github.com/laurkim)! - Deprecated
`LegacyFilters`


- [#9172](#9172)
[`0534cd2ea`](0534cd2)
Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Updated
contribution section on doc site to be more concise and clear.


- [#9202](#9202)
[`ffe96a05f`](ffe96a0)
Thanks [@yurm04](https://github.com/yurm04)! - Added `service` endpoint
for analytics calls


- [#9147](#9147)
[`082fe4308`](082fe43)
Thanks [@laurkim](https://github.com/laurkim)! - Added component pages
and examples for `AlphaTabs` and `AlphaFilters` on style guide


- [#9246](#9246)
[`a8c1443cc`](a8c1443)
Thanks [@yurm04](https://github.com/yurm04)! - Added auth header for
service api

### Patch Changes

- [#9191](#9191)
[`c1dd9ec1f`](c1dd9ec)
Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Fix component
names in layout-and-structure index page to prevent 404s.


- [#9150](#9150)
[`aac73a9ab`](aac73a9)
Thanks [@aveline](https://github.com/aveline)! - Update `Icons` content
on styleguide


- [#9186](#9186)
[`d32c7270e`](d32c727)
Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Republish new
feature pattern guidance.


- [#9111](#9111)
[`fb102fbc1`](fb102fb)
Thanks [@laurkim](https://github.com/laurkim)! - Updated `SettingTogle`
to show `with primitive components` first in style guide


- [#9179](#9179)
[`41954ff7d`](41954ff)
Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Update banner
styles and copy on Patterns page

- Updated dependencies
\[[`048502ceb`](048502c),
[`5a9b011d1`](5a9b011),
[`563af5094`](563af50),
[`5548436ca`](5548436),
[`4e343a180`](4e343a1),
[`487df3a4d`](487df3a),
[`11f4cef4a`](11f4cef),
[`f7f160d0f`](f7f160d),
[`9fdc798a5`](9fdc798),
[`2f2edd8fc`](2f2edd8),
[`bb67c17da`](bb67c17),
[`66d0adc9a`](66d0adc),
[`6ead43c3c`](6ead43c),
[`92214e8fd`](92214e8),
[`5be210bd5`](5be210b),
[`a9d611401`](a9d6114),
[`76ed72b41`](76ed72b),
[`84189fef1`](84189fe),
[`e9bbbb437`](e9bbbb4),
[`fed35736b`](fed3573),
[`082fe4308`](082fe43),
[`b228b67f2`](b228b67)]:
    -   @shopify/polaris@10.50.0
    -   @shopify/polaris-tokens@6.14.0
    -   @shopify/polaris-icons@6.16.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 5548436 commit 0f49b71
Show file tree
Hide file tree
Showing 49 changed files with 150 additions and 182 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-mirrors-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-lamps-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-tables-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-suits-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-onions-relate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dull-pumas-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-ties-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-birds-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-keys-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-adults-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-deers-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-pumpkins-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-cheetahs-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-fans-eat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/light-otters-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-dancers-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-monkeys-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-plums-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-dots-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-numbers-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-kings-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-ways-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-hounds-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-cycles-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-cherries-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-trainers-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-fireants-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-carrots-clap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tiny-oranges-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-spoons-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-pillows-drop.md

This file was deleted.

7 changes: 7 additions & 0 deletions polaris-cli/CHANGELOG.md
@@ -1,5 +1,12 @@
# @shopify/polaris-cli

## 0.1.37

### Patch Changes

- Updated dependencies []:
- @shopify/polaris-migrator@0.18.2

## 0.1.36

## 0.1.35
Expand Down
4 changes: 2 additions & 2 deletions polaris-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-cli",
"version": "0.1.36",
"version": "0.1.37",
"description": "Commands for building Shopify Apps with Polaris",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@oclif/core": "^1.13.10",
"@shopify/polaris-migrator": "^0.18.1"
"@shopify/polaris-migrator": "^0.18.2"
},
"devDependencies": {
"typescript": "^4.7.4"
Expand Down
8 changes: 8 additions & 0 deletions polaris-codemods/CHANGELOG.md
@@ -1,5 +1,13 @@
# @shopify/polaris-codemods

## 0.1.2

### Patch Changes

- Updated dependencies [[`5a9b011d1`](https://github.com/Shopify/polaris/commit/5a9b011d14a0cc575f4fd34d9e4d8fcfeb0cd597), [`6ae3295e7`](https://github.com/Shopify/polaris/commit/6ae3295e78518112e611185e7a8f9b6287bd985a)]:
- @shopify/polaris-tokens@6.14.0
- @shopify/stylelint-polaris@12.0.1

## 0.1.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions polaris-codemods/package.json
@@ -1,7 +1,7 @@
{
"name": "@shopify/polaris-codemods",
"description": "Codemods for Polaris design system",
"version": "0.1.1",
"version": "0.1.2",
"private": false,
"license": "MIT",
"author": "Shopify <dev@shopify.com>",
Expand Down Expand Up @@ -30,8 +30,8 @@
"generate": "plop"
},
"dependencies": {
"@shopify/polaris-tokens": "^6.13.0",
"@shopify/stylelint-polaris": "^12.0.0",
"@shopify/polaris-tokens": "^6.14.0",
"@shopify/stylelint-polaris": "^12.0.1",
"postcss": "^8.4.21",
"postcss-scss": "^4.0.6",
"postcss-value-parser": "^4.2.0",
Expand All @@ -41,7 +41,7 @@
"jscodeshift": "^0.13.1"
},
"devDependencies": {
"@shopify/polaris": "^10.49.1",
"@shopify/polaris": "^10.50.0",
"@types/jscodeshift": "^0.11.6",
"jscodeshift": "^0.13.1",
"plop": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion polaris-for-vscode/package.json
Expand Up @@ -42,7 +42,7 @@
"vscode-languageserver-textdocument": "^1.0.4"
},
"devDependencies": {
"@shopify/polaris-tokens": "^6.13.0",
"@shopify/polaris-tokens": "^6.14.0",
"@types/node": "14.x",
"@types/vscode": "^1.64.0",
"@vscode/test-electron": "^2.1.2",
Expand Down
8 changes: 8 additions & 0 deletions polaris-icons/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## 6.16.0

### Minor Changes

- [#9153](https://github.com/Shopify/polaris/pull/9153) [`4e343a180`](https://github.com/Shopify/polaris/commit/4e343a180c837ef29d8117c10053f82eb17bc29b) Thanks [@dGoligorsky](https://github.com/dGoligorsky)! - Updated thumbs up and down icons, major and minor sets

* [#9109](https://github.com/Shopify/polaris/pull/9109) [`5be210bd5`](https://github.com/Shopify/polaris/commit/5be210bd54e95ad694e898750c3f40259b9216be) Thanks [@heyjoethomas](https://github.com/heyjoethomas)! - Updated design for MarketingMajor icon

## 6.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion polaris-icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-icons",
"version": "6.15.0",
"version": "6.16.0",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify Inc.",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions polaris-migrator/CHANGELOG.md
@@ -1,5 +1,13 @@
# @shopify/polaris-migrator

## 0.18.2

### Patch Changes

- Updated dependencies [[`5a9b011d1`](https://github.com/Shopify/polaris/commit/5a9b011d14a0cc575f4fd34d9e4d8fcfeb0cd597), [`6ae3295e7`](https://github.com/Shopify/polaris/commit/6ae3295e78518112e611185e7a8f9b6287bd985a)]:
- @shopify/polaris-tokens@6.14.0
- @shopify/stylelint-polaris@12.0.1

## 0.18.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions polaris-migrator/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-migrator",
"version": "0.18.1",
"version": "0.18.2",
"description": "Codemod transformations to help upgrade your Polaris codebase",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down Expand Up @@ -33,8 +33,8 @@
"generate": "plop"
},
"dependencies": {
"@shopify/polaris-tokens": "^6.13.0",
"@shopify/stylelint-polaris": "^12.0.0",
"@shopify/polaris-tokens": "^6.14.0",
"@shopify/stylelint-polaris": "^12.0.1",
"chalk": "^4.1.0",
"globby": "11.0.1",
"is-git-clean": "^1.1.0",
Expand All @@ -52,7 +52,7 @@
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@shopify/polaris": "^10.49.1",
"@shopify/polaris": "^10.50.0",
"plop": "^3.1.1",
"plop-dir": "^0.0.5",
"prettier": "^2.7.1",
Expand Down
49 changes: 49 additions & 0 deletions polaris-react/CHANGELOG.md
@@ -1,5 +1,54 @@
# Changelog

## 10.50.0

### Minor Changes

- [#9005](https://github.com/Shopify/polaris/pull/9005) [`487df3a4d`](https://github.com/Shopify/polaris/commit/487df3a4d7873c9ee95fba92734d4ee3602d6bdf) Thanks [@zakwarsame](https://github.com/zakwarsame)! - - Deprecated ellipsis and introduced a truncate prop to `ActionList` items.
- Added a custom width to the new `TopBar` user menu.

* [#9145](https://github.com/Shopify/polaris/pull/9145) [`6ead43c3c`](https://github.com/Shopify/polaris/commit/6ead43c3cb23fdfeab2a14c44b90ae70f7f74556) Thanks [@laurkim](https://github.com/laurkim)! - Deprecated `LegacyFilters`

- [#9197](https://github.com/Shopify/polaris/pull/9197) [`92214e8fd`](https://github.com/Shopify/polaris/commit/92214e8fddb6558aa675a298cf9bf4800657d53b) Thanks [@pt8o](https://github.com/pt8o)! - Added support for sectioning the `filters` of `IndexFilters` and `AlphaFilters`

* [#9222](https://github.com/Shopify/polaris/pull/9222) [`a9d611401`](https://github.com/Shopify/polaris/commit/a9d6114012b3799467caade1c679d9de6474ea16) Thanks [@nat-king](https://github.com/nat-king)! - Added the `suffix` property to the FilterInterface

- [#9147](https://github.com/Shopify/polaris/pull/9147) [`082fe4308`](https://github.com/Shopify/polaris/commit/082fe430846ded0b7a45b4f9b01d54e1790f4e8f) Thanks [@laurkim](https://github.com/laurkim)! - Added component pages and examples for `AlphaTabs` and `AlphaFilters` on style guide

* [#9224](https://github.com/Shopify/polaris/pull/9224) [`b228b67f2`](https://github.com/Shopify/polaris/commit/b228b67f278b5e4ce0b85ad68407ef5af2d02d95) Thanks [@nat-king](https://github.com/nat-king)! - Added optional `onAddFilterClick` callback prop to the AlphaFilters component

### Patch Changes

- [#9166](https://github.com/Shopify/polaris/pull/9166) [`048502ceb`](https://github.com/Shopify/polaris/commit/048502ceb80db7b4881db5216c9c88578219401c) Thanks [@martenbjork](https://github.com/martenbjork)! - Fixed the border radius of `DropZone`

* [#9155](https://github.com/Shopify/polaris/pull/9155) [`563af5094`](https://github.com/Shopify/polaris/commit/563af50940e52c57f89e0d372c6841de727bd30f) Thanks [@ryanwilsonperkin](https://github.com/ryanwilsonperkin)! - Fix PortalsManager to avoid setting state synchronously during a render pass which prevented it from working properly with Suspense.

- [#9248](https://github.com/Shopify/polaris/pull/9248) [`5548436ca`](https://github.com/Shopify/polaris/commit/5548436ca50fbf3d27655cefda2bb40174c5a4a9) Thanks [@chloerice](https://github.com/chloerice)! - Reverted support for `ReactNode` labels on `Select` `options`

* [#9148](https://github.com/Shopify/polaris/pull/9148) [`11f4cef4a`](https://github.com/Shopify/polaris/commit/11f4cef4a8225ce1682af4e32320a3c1478d3ac4) Thanks [@samrose3](https://github.com/samrose3)! - Recalculated IndexTable sticky header column widths inside of a `useIsomorphicLayoutEffect` after the table is updated.

- [#9231](https://github.com/Shopify/polaris/pull/9231) [`f7f160d0f`](https://github.com/Shopify/polaris/commit/f7f160d0f83090d1eac50de4b92b1fab4f9326b2) Thanks [@skparkk](https://github.com/skparkk)! - Fixed `Tooltip` rendering when `active` prop is false

* [#9095](https://github.com/Shopify/polaris/pull/9095) [`9fdc798a5`](https://github.com/Shopify/polaris/commit/9fdc798a5b3cda6100fec78de2ee48d3e6d199ff) Thanks [@FCalabria](https://github.com/FCalabria)! - Improved spacing and types on `Select` component

- [#9106](https://github.com/Shopify/polaris/pull/9106) [`2f2edd8fc`](https://github.com/Shopify/polaris/commit/2f2edd8fc285f7bb29193adc9cf6138a5444eeb3) Thanks [@samrose3](https://github.com/samrose3)! - Fixed padding on AlphaFilter in IndexFilter when hideQueryField is true

* [#8957](https://github.com/Shopify/polaris/pull/8957) [`bb67c17da`](https://github.com/Shopify/polaris/commit/bb67c17da7838ccc460a50e1269848e236c8b29f) Thanks [@bsharrow](https://github.com/bsharrow)! - Fixed `FilterPill` so that it no longer opens an applied filter's popover by default

- [#9154](https://github.com/Shopify/polaris/pull/9154) [`66d0adc9a`](https://github.com/Shopify/polaris/commit/66d0adc9a72a8f413e237730402202aaf5c4da1a) Thanks [@gui-santos](https://github.com/gui-santos)! - Change default value of Tooltip position to `above`

* [#9206](https://github.com/Shopify/polaris/pull/9206) [`76ed72b41`](https://github.com/Shopify/polaris/commit/76ed72b41071c55b35e28d2d0859384b3b0da8c6) Thanks [@alllx](https://github.com/alllx)! - Fix IndexTable sticky column header overlap

- [#9169](https://github.com/Shopify/polaris/pull/9169) [`84189fef1`](https://github.com/Shopify/polaris/commit/84189fef14cff113f82c0367b780f1684c69712a) Thanks [@rcaplanshopify](https://github.com/rcaplanshopify)! - [Popover] Updates fullHeight styles to prevent scroll position reset when Popover content changes

* [#9195](https://github.com/Shopify/polaris/pull/9195) [`e9bbbb437`](https://github.com/Shopify/polaris/commit/e9bbbb437c0936e90c48876c49c20db1b7f6c852) Thanks [@kyledurand](https://github.com/kyledurand)! - Fixed critical color on progress bar

- [#9160](https://github.com/Shopify/polaris/pull/9160) [`fed35736b`](https://github.com/Shopify/polaris/commit/fed35736bcc05a16c1d9cea5abaf594f93c3f08a) Thanks [@jbalsas](https://github.com/jbalsas)! - Adjusted colours of disabled `Listbox.TextOption` and `OptionList` components for better readability and a11y

- Updated dependencies [[`5a9b011d1`](https://github.com/Shopify/polaris/commit/5a9b011d14a0cc575f4fd34d9e4d8fcfeb0cd597), [`4e343a180`](https://github.com/Shopify/polaris/commit/4e343a180c837ef29d8117c10053f82eb17bc29b), [`5be210bd5`](https://github.com/Shopify/polaris/commit/5be210bd54e95ad694e898750c3f40259b9216be)]:
- @shopify/polaris-tokens@6.14.0
- @shopify/polaris-icons@6.16.0

## 10.49.1

### Patch Changes
Expand Down

0 comments on commit 0f49b71

Please sign in to comment.