Skip to content

Commit 433498e

Browse files
Version Packages
1 parent 25e0cb9 commit 433498e

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/moody-monkeys-wave.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+
## 15.12.0
4+
5+
### Minor Changes
6+
7+
- [`4416257`](https://github.com/Shopify/polaris/commit/4416257883f1aee76c62b725d5ef357040f74e8e) Thanks [@ninariccimarie](https://github.com/ninariccimarie)! - Popover fitContent
8+
39
## 15.11.0
410

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

0 commit comments

Comments
 (0)