Skip to content

Commit 4418738

Browse files
Version Packages (Shopify#7108)
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 - [Shopify#7105](Shopify#7105) [`811af5907`](Shopify@811af59) Thanks [@Rusty-UX](https://github.com/Rusty-UX)! - Add dynamic source icons ## @shopify/[email protected] ### Patch Changes - Updated dependencies \[[`811af5907`](Shopify@811af59)]: - @shopify/[email protected] ## [email protected] ### Minor Changes - [Shopify#7095](Shopify#7095) [`06c6744a5`](Shopify@06c6744) Thanks [@selenehinkley](https://github.com/selenehinkley)! - Update new badge pattern guidelines ### Patch Changes - Updated dependencies \[[`811af5907`](Shopify@811af59)]: - @shopify/[email protected] - @shopify/[email protected] ## [email protected] ### Patch Changes - Updated dependencies \[]: - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 811af59 commit 4418738

File tree

11 files changed

+42
-20
lines changed

11 files changed

+42
-20
lines changed

.changeset/beans-much-more.md

-5
This file was deleted.

.changeset/sweet-lamps-relate.md

-5
This file was deleted.

polaris-for-figma/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.0.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @shopify/[email protected]
9+
310
## 0.0.12
411

512
### Patch Changes

polaris-for-figma/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polaris-for-figma",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"private": true,
55
"scripts": {
66
"build": "webpack --mode=production",
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@ant-design/icons": "^4.7.0",
15-
"@shopify/polaris": "^10.1.1",
15+
"@shopify/polaris": "^10.1.2",
1616
"antd": "^4.20.4",
1717
"lodash": "^4.17.15",
1818
"react": "^17.0.2",

polaris-icons/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- [#7105](https://github.com/Shopify/polaris/pull/7105) [`811af5907`](https://github.com/Shopify/polaris/commit/811af590780f4546b4add345205382f87b429569) Thanks [@Rusty-UX](https://github.com/Rusty-UX)! - Add dynamic source icons
8+
39
## 6.0.0
410

511
### Major Changes

polaris-icons/package.json

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

polaris-react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 10.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`811af5907`](https://github.com/Shopify/polaris/commit/811af590780f4546b4add345205382f87b429569)]:
8+
- @shopify/[email protected]
9+
310
## 10.1.1
411

512
### Patch Changes

polaris-react/README.md

+2-2
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/[email protected].1/build/esm/styles.css"
36+
href="https://unpkg.com/@shopify/[email protected].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/[email protected].1/build/esm/styles.css"
73+
href="https://unpkg.com/@shopify/[email protected].2/build/esm/styles.css"
7474
/>
7575
```
7676

polaris-react/package.json

+2-2
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.1.1",
4+
"version": "10.1.2",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Shopify <[email protected]>",
@@ -62,7 +62,7 @@
6262
"preversion": "node ./scripts/readme-update-version"
6363
},
6464
"dependencies": {
65-
"@shopify/polaris-icons": "^6.0.0",
65+
"@shopify/polaris-icons": "^6.1.0",
6666
"@shopify/polaris-tokens": "^6.0.0",
6767
"@types/react": "*",
6868
"@types/react-dom": "*",

polaris.shopify.com/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# polaris.shopify.com
22

3+
## 0.16.0
4+
5+
### Minor Changes
6+
7+
- [#7095](https://github.com/Shopify/polaris/pull/7095) [`06c6744a5`](https://github.com/Shopify/polaris/commit/06c6744a5b7d5642cede5f13a376d60fabaff702) Thanks [@selenehinkley](https://github.com/selenehinkley)! - Update new badge pattern guidelines
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`811af5907`](https://github.com/Shopify/polaris/commit/811af590780f4546b4add345205382f87b429569)]:
12+
- @shopify/[email protected]
13+
- @shopify/[email protected]
14+
315
## 0.15.0
416

517
### Minor Changes

polaris.shopify.com/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polaris.shopify.com",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"private": true,
55
"scripts": {
66
"build": "yarn gen-assets && next build",
@@ -19,8 +19,8 @@
1919
"dependencies": {
2020
"@floating-ui/react-dom-interactions": "^0.6.1",
2121
"@headlessui/react": "^1.6.5",
22-
"@shopify/polaris": "^10.1.1",
23-
"@shopify/polaris-icons": "^6.0.0",
22+
"@shopify/polaris": "^10.1.2",
23+
"@shopify/polaris-icons": "^6.1.0",
2424
"@shopify/polaris-tokens": "^6.0.0",
2525
"codesandbox": "^2.2.3",
2626
"fuse.js": "^6.5.3",

0 commit comments

Comments
 (0)