Skip to content

Commit 8f2d26c

Browse files
Version Packages (#11849)
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 - [#11831](#11831) [`99972a50b`](8e2f4d7) Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to replace deprecated `text` custom properties in polaris-react v14.0.0 ## @shopify/[email protected] ### Minor Changes - [#11783](#11783) [`0bf817afc`](65436e8) Thanks [@chloerice](https://github.com/chloerice)! - Added support to `Filters` for indicating `appliedFilters` have unsaved changes ### Patch Changes - [#11824](#11824) [`79130eeea`](e694888) Thanks [@ryanwilsonperkin](https://github.com/ryanwilsonperkin)! - Lint fixes - [#11845](#11845) [`8145d7326`](9350584) Thanks [@kyledurand](https://github.com/kyledurand)! - Added `touch-action: manipulation` to `Button` and `Link` - Updated dependencies \[[`79130eeea`](e694888)]: - @shopify/[email protected] ## @shopify/[email protected] ### Patch Changes - [#11824](#11824) [`79130eeea`](e694888) Thanks [@ryanwilsonperkin](https://github.com/ryanwilsonperkin)! - Added missing `svgo` dev dependency ## [email protected] ### Patch Changes - [#11851](#11851) [`e2909baa9`](d14f949) Thanks [@sarahill](https://github.com/sarahill)! - Updated common action guidance. - Updated dependencies \[[`0bf817afc`](65436e8), [`79130eeea`](e694888), [`79130eeea`](e694888), [`8145d7326`](9350584)]: - @shopify/[email protected] - @shopify/[email protected]
1 parent e694888 commit 8f2d26c

File tree

14 files changed

+45
-38
lines changed

14 files changed

+45
-38
lines changed

.changeset/cold-windows-occur.md

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

.changeset/few-suits-love.md

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

.changeset/neat-bulldogs-love.md

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

.changeset/nine-humans-visit.md

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

.changeset/silver-rocks-own.md

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

.changeset/wicked-ears-matter.md

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

polaris-icons/CHANGELOG.md

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

3+
## 8.11.1
4+
5+
### Patch Changes
6+
7+
- [#11824](https://github.com/Shopify/polaris/pull/11824) [`79130eeea`](https://github.com/Shopify/polaris/commit/79130eeea0785c41bb06d5135421106d7ce9ff5b) Thanks [@ryanwilsonperkin](https://github.com/ryanwilsonperkin)! - Added missing `svgo` dev dependency
8+
39
## 8.11.0
410

511
### Minor Changes

polaris-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-icons",
3-
"version": "8.11.0",
3+
"version": "8.11.1",
44
"license": "SEE LICENSE IN LICENSE.md",
55
"author": "Shopify Inc.",
66
"main": "dist/index.js",

polaris-migrator/CHANGELOG.md

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

3+
## 0.29.0
4+
5+
### Minor Changes
6+
7+
- [#11831](https://github.com/Shopify/polaris/pull/11831) [`99972a50b`](https://github.com/Shopify/polaris/commit/99972a50b1e57b83374ea9fc71211ca0b2c11172) Thanks [@lgriffee](https://github.com/lgriffee)! - Created migration to replace deprecated `text` custom properties in polaris-react v14.0.0
8+
39
## 0.28.6
410

511
### Patch Changes

polaris-migrator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-migrator",
3-
"version": "0.28.6",
3+
"version": "0.29.0",
44
"description": "Codemod transformations to help upgrade your Polaris codebase",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <[email protected]>",
@@ -55,7 +55,7 @@
5555
"@rollup/plugin-commonjs": "^22.0.2",
5656
"@rollup/plugin-json": "^4.1.0",
5757
"@rollup/plugin-node-resolve": "^13.3.0",
58-
"@shopify/polaris": "^12.26.1",
58+
"@shopify/polaris": "^12.27.0",
5959
"plop": "^3.1.1",
6060
"plop-dir": "^0.0.5",
6161
"prettier": "^2.7.1",

0 commit comments

Comments
 (0)