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

Commit 449a7c7

Browse files
Fix changeset versioning (#11635)
### WHY are these changes introduced? Rectifies changeset versions of released polaris packages accidentally by snapit. ### WHAT is this pull request doing? - Bumps polaris version to 12.17.0 - Bumps polaris-icons to 8.4.0 - Adds CHANGELOG.md entries for changes in those versions - Removes corresponding changeset entries Co-authored-by: Aaron Casanova <[email protected]>
1 parent 17e55b8 commit 449a7c7

File tree

8 files changed

+20
-23
lines changed

8 files changed

+20
-23
lines changed

.changeset/calm-lobsters-study.md

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

.changeset/ninety-baboons-help.md

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

.changeset/smooth-ears-remember.md

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

.changeset/tame-jokes-brake.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.4.0
4+
5+
### Minor Changes
6+
7+
- [#11609](https://github.com/Shopify/polaris/pull/11609) [`c9e217d9d`](https://github.com/Shopify/polaris/commit/c9e217d9d7e1291ce7b83e51c1e1876718895e93) Thanks [@sam-b-rose](https://github.com/sam-b-rose)! - Updated icon set with consistency improvements
8+
39
## 8.3.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.3.0",
3+
"version": "8.4.0",
44
"license": "SEE LICENSE IN LICENSE.md",
55
"author": "Shopify Inc.",
66
"main": "dist/index.js",

polaris-react/CHANGELOG.md

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

3+
## 12.17.0
4+
5+
### Minor Changes
6+
7+
- [#11602](https://github.com/Shopify/polaris/pull/11602) [`ae04f0d37`](https://github.com/Shopify/polaris/commit/ae04f0d37d142c7454d23533793a00ef4db65816) Thanks [@mrcthms](https://github.com/mrcthms)! - Updated `Page` sub-components to only restrict the width of the subtitle if secondary actions or action groups are present
8+
9+
### Patch Changes
10+
11+
- [#11564](https://github.com/Shopify/polaris/pull/11564) [`9839180d9`](https://github.com/Shopify/polaris/commit/9839180d9a113d92d9205a899546d493ca561f97) Thanks [@jesstelford](https://github.com/jesstelford)! - Remove .Polaris-Summer-Editions-2023 class from html element.
12+
13+
* [#11605](https://github.com/Shopify/polaris/pull/11605) [`ef91b21e2`](https://github.com/Shopify/polaris/commit/ef91b21e2bdfe6bbf410460aeef8057905f1c82a) Thanks [@yurm04](https://github.com/yurm04)! - Reduced `ActionList.Item` padding and gap
14+
315
## 12.16.0
416

517
### Minor Changes

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": "12.16.0",
4+
"version": "12.17.0",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <[email protected]>",

0 commit comments

Comments
 (0)