Skip to content

Commit c7f80a4

Browse files
Merge pull request #14 from glints-dev/changeset-release/main
Version Packages
2 parents 5716688 + 514b4c0 commit c7f80a4

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/thin-guests-lay.md

-5
This file was deleted.

polaris-react/CHANGELOG.md

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

3+
## 13.0.0
4+
5+
### Major Changes
6+
7+
- [`8e51956`](https://github.com/Shopify/polaris/commit/8e519563be68d254a5739dca8cfea3ec6e39418e) Thanks [@ninariccimarie](https://github.com/ninariccimarie)! - IndexTable selecting heading and row
8+
39
## 12.0.1
410

511
### 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/polaris@12.0.1/build/esm/styles.css"
36+
href="https://unpkg.com/@shopify/polaris@13.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@12.0.1/build/esm/styles.css"
73+
href="https://unpkg.com/@shopify/polaris@13.0.0/build/esm/styles.css"
7474
/>
7575
```
7676

polaris-react/package.json

+1-1
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": "12.0.1",
4+
"version": "13.0.0",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE.md",
77
"author": "Glints",

0 commit comments

Comments
 (0)