Skip to content

Commit a51d8f9

Browse files
Merge pull request #8 from glints-dev/changeset-release/main
Version Packages
2 parents da8aa98 + d3b1f32 commit a51d8f9

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/sweet-books-sip.md

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

polaris-react/CHANGELOG.md

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

3+
## 11.0.0
4+
5+
### Major Changes
6+
7+
- [`422cd30`](https://github.com/Shopify/polaris/commit/422cd3003657a5a2887eb308e74518690ef22c78) Thanks [@marthayaputra](https://github.com/marthayaputra)! - remove app-provider deps frm popover
8+
39
## 10.19.0
410

511
### Minor 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.19.0/build/esm/styles.css"
36+
href="https://unpkg.com/@shopify/polaris@11.0.0/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.19.0/build/esm/styles.css"
73+
href="https://unpkg.com/@shopify/polaris@11.0.0/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": "polaris-glints",
33
"description": "Glints forked polaris react",
4-
"version": "10.19.0",
4+
"version": "11.0.0",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Glints",

0 commit comments

Comments
 (0)