Skip to content

Commit c84b78c

Browse files
Merge pull request #5 from glints-dev/changeset-release/main
Version Packages
2 parents aa14ca7 + 78468e9 commit c84b78c

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/nice-waves-listen.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+
## 10.19.0
4+
5+
### Minor Changes
6+
7+
- [`79863c0`](https://github.com/Shopify/polaris/commit/79863c052adcf9998f7c1a1a7a103eede2bc8174) Thanks [@ninariccimarie](https://github.com/ninariccimarie)! - update package details and include polaris-tokens on release
8+
39
## 10.18.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.18.0/build/esm/styles.css"
36+
href="https://unpkg.com/@shopify/polaris@10.19.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.18.0/build/esm/styles.css"
73+
href="https://unpkg.com/@shopify/polaris@10.19.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.18.0",
4+
"version": "10.19.0",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Glints",

0 commit comments

Comments
 (0)