Skip to content

Commit 896320e

Browse files
Version Packages (#7084)
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 - [#6890](#6890) [`267e1a9bd`](267e1a9) Thanks [@alex-page](https://github.com/alex-page)! - Add deprecated scss API to stylelint-polaris and use regex tests in the config ## @shopify/[email protected] ### Patch Changes - [#6840](#6840) [`90f325460`](90f3254) Thanks [@AndrewMusgrave](https://github.com/AndrewMusgrave)! - Removed additional reflows from IndexTable ## [email protected] ### Minor Changes - [#7074](#7074) [`ddfacd855`](ddfacd8) Thanks [@alex-page](https://github.com/alex-page)! - Replace data/\*.json files with build time .cache/site.json - [#7082](#7082) [`8ebb9fc3c`](8ebb9fc) Thanks [@selenehinkley](https://github.com/selenehinkley)! - Large edit of /contributing - [#7087](#7087) [`43ea7e5d5`](43ea7e5) Thanks [@alex-page](https://github.com/alex-page)! - Add automation to generate .cache/nav.json ### Patch Changes - [#7037](#7037) [`7dafdee00`](7dafdee) Thanks [@alex-page](https://github.com/alex-page)! - Move header logic to the API and out of next.config.js - [#7075](#7075) [`5933fc547`](5933fc5) Thanks [@alex-page](https://github.com/alex-page)! - Run gen-assets on build of website - Updated dependencies \[[`90f325460`](90f3254)]: - @shopify/[email protected] ## [email protected] ### Patch Changes - Updated dependencies \[[`90f325460`](90f3254)]: - @shopify/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 267e1a9 commit 896320e

File tree

16 files changed

+46
-43
lines changed

16 files changed

+46
-43
lines changed

.changeset/dry-trees-double.md

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

.changeset/eighty-cups-retire.md

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

.changeset/nasty-moles-juggle.md

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

.changeset/popular-zebras-hammer.md

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

.changeset/sixty-schools-taste.md

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

.changeset/tasty-poets-impress.md

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

.changeset/three-donuts-taste.md

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

polaris-for-figma/CHANGELOG.md

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

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`90f325460`](https://github.com/Shopify/polaris/commit/90f32546022103e2bba1a4659306152d7facc149)]:
8+
- @shopify/polaris@10.1.1
9+
310
## 0.0.11
411

512
### Patch Changes

polaris-for-figma/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polaris-for-figma",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
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.0",
15+
"@shopify/polaris": "^10.1.1",
1616
"antd": "^4.20.4",
1717
"lodash": "^4.17.15",
1818
"react": "^17.0.2",

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.1.1
4+
5+
### Patch Changes
6+
7+
- [#6840](https://github.com/Shopify/polaris/pull/6840) [`90f325460`](https://github.com/Shopify/polaris/commit/90f32546022103e2bba1a4659306152d7facc149) Thanks [@AndrewMusgrave](https://github.com/AndrewMusgrave)! - Removed additional reflows from IndexTable
8+
39
## 10.1.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)