Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,18 @@
"@shopify/stylelint-polaris": "0.0.0-alpha.6"
},
"changesets": [
"chilly-bees-knock",
"cuddly-chefs-cheat",
"eight-pumas-drive",
"fast-dots-notice",
"gold-donkeys-work",
"modern-moons-build"
"good-knives-taste",
"metal-bulldogs-lie",
"modern-moons-build",
"nice-coins-play",
"silent-sheep-protect",
"strange-ducks-return",
"swift-dryers-switch",
"wicked-toes-switch"
]
}
7 changes: 7 additions & 0 deletions polaris-for-figma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# polaris-for-figma

## 0.0.2-next.1

### Patch Changes

- Updated dependencies [[`82e081b18`](https://github.com/Shopify/polaris/commit/82e081b1876308aedf5f8fd24d4b06163f1f5b9c), [`68a647348`](https://github.com/Shopify/polaris/commit/68a64734828d058dcf4f4974f45183b26f67d8b5), [`affb94a8f`](https://github.com/Shopify/polaris/commit/affb94a8f58dea735ec9890ed71a97cff22c1c7a), [`42331f399`](https://github.com/Shopify/polaris/commit/42331f399ee071787b847366e2f8308948dedcde), [`81db203ed`](https://github.com/Shopify/polaris/commit/81db203edb83f4bd071338902251a74e4f357252)]:
- @shopify/polaris@9.9.0-next.1

## 0.0.2-next.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions polaris-for-figma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polaris-for-figma",
"version": "0.0.2-next.0",
"version": "0.0.2-next.1",
"private": true,
"scripts": {
"build": "webpack --mode=production",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@shopify/polaris": "9.9.0-next.0",
"@shopify/polaris": "9.9.0-next.1",
"antd": "^4.20.4",
"lodash": "^4.17.15",
"react": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion polaris-for-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@shopify/polaris-tokens": "5.0.2-next.0",
"@shopify/polaris-tokens": "5.1.0-next.1",
"@types/glob": "^7.2.0",
"@types/node": "14.x",
"@types/vscode": "^1.64.0",
Expand Down
6 changes: 6 additions & 0 deletions polaris-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.22.0-next.1

### Minor Changes

- [#5896](https://github.com/Shopify/polaris/pull/5896) [`c7c6295a4`](https://github.com/Shopify/polaris/commit/c7c6295a4c6b75a01545dbbfa16aaebe3330f4ce) Thanks [@aveline](https://github.com/aveline)! - Update `MinusMinor` icon

## 4.21.1-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion polaris-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-icons",
"version": "4.21.1-next.0",
"version": "4.22.0-next.1",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify Inc.",
"main": "dist/index.js",
Expand Down
20 changes: 20 additions & 0 deletions polaris-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 9.9.0-next.1

### Minor Changes

- [#5659](https://github.com/Shopify/polaris/pull/5659) [`82e081b18`](https://github.com/Shopify/polaris/commit/82e081b1876308aedf5f8fd24d4b06163f1f5b9c) Thanks [@romellogoodman](https://github.com/romellogoodman)! - Updated @shopify/polaris-tokens to v5 and integrated the SCSS stylesheet in the `CustomProperties` component

* [#5865](https://github.com/Shopify/polaris/pull/5865) [`68a647348`](https://github.com/Shopify/polaris/commit/68a64734828d058dcf4f4974f45183b26f67d8b5) Thanks [@alex-page](https://github.com/alex-page)! - Added underline to Link on hover when removeUnderline property is used

- [#5894](https://github.com/Shopify/polaris/pull/5894) [`affb94a8f`](https://github.com/Shopify/polaris/commit/affb94a8f58dea735ec9890ed71a97cff22c1c7a) Thanks [@alex-page](https://github.com/alex-page)! - Deprecated `badge`, `icon` and `image` props in ActionList.Item as the `prefix` and `suffix` properties can replace them.

* [#5879](https://github.com/Shopify/polaris/pull/5879) [`42331f399`](https://github.com/Shopify/polaris/commit/42331f399ee071787b847366e2f8308948dedcde) Thanks [@rmleg](https://github.com/rmleg)! - Fixed spacing above action group titles when they are the first element in a Page's action list menu on mobile

- [#5748](https://github.com/Shopify/polaris/pull/5748) [`81db203ed`](https://github.com/Shopify/polaris/commit/81db203edb83f4bd071338902251a74e4f357252) Thanks [@kyledurand](https://github.com/kyledurand)! - Add grid component

### Patch Changes

- Updated dependencies [[`07702ad51`](https://github.com/Shopify/polaris/commit/07702ad513bab12be071e30e121997ef2f7ae7d7), [`c7c6295a4`](https://github.com/Shopify/polaris/commit/c7c6295a4c6b75a01545dbbfa16aaebe3330f4ce)]:
- @shopify/polaris-tokens@5.1.0-next.1
- @shopify/polaris-icons@4.22.0-next.1

## 9.9.0-next.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions polaris-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopify/polaris",
"description": "Shopify’s admin product component library",
"version": "9.9.0-next.0",
"version": "9.9.0-next.1",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Shopify <dev@shopify.com>",
Expand Down Expand Up @@ -57,8 +57,8 @@
"version": "node ./scripts/readme-update-version"
},
"dependencies": {
"@shopify/polaris-icons": "4.21.1-next.0",
"@shopify/polaris-tokens": "*",
"@shopify/polaris-icons": "4.22.0-next.1",
"@shopify/polaris-tokens": "5.1.0-next.1",
"@types/react": "*",
"@types/react-dom": "*",
"@types/react-transition-group": "^4.4.2",
Expand Down
6 changes: 6 additions & 0 deletions polaris-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.1.0-next.1

### Minor Changes

- [`07702ad51`](https://github.com/Shopify/polaris/commit/07702ad513bab12be071e30e121997ef2f7ae7d7) Thanks [@romellogoodman](https://github.com/romellogoodman)! - Expose the .scss css file under dist/scss

## 5.0.2-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion polaris-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/polaris-tokens",
"version": "5.0.2-next.0",
"version": "5.1.0-next.1",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.mjs",
Expand Down
6 changes: 3 additions & 3 deletions polaris.shopify.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@shopify/polaris": "9.9.0-next.0",
"@shopify/polaris-tokens": "5.0.2-next.0",
"@shopify/polaris-icons": "4.21.1-next.0",
"@shopify/polaris": "9.9.0-next.1",
"@shopify/polaris-tokens": "5.1.0-next.1",
"@shopify/polaris-icons": "4.22.0-next.1",
"downshift": "^6.1.7",
"fuse.js": "^6.5.3",
"next": "12.1.0",
Expand Down
7 changes: 7 additions & 0 deletions stylelint-polaris/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/stylelint-polaris

## 0.0.0-next.8

### Patch Changes

- Updated dependencies [[`07702ad51`](https://github.com/Shopify/polaris/commit/07702ad513bab12be071e30e121997ef2f7ae7d7)]:
- @shopify/polaris-tokens@5.1.0-next.1

## 0.0.0-next.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions stylelint-polaris/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopify/stylelint-polaris",
"description": "Polaris Design System Stylelint tooling",
"version": "0.0.0-next.7",
"version": "0.0.0-next.8",
"private": false,
"license": "MIT",
"author": "Shopify <dev@shopify.com>",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"peerDependencies": {
"stylelint": "^14.1.0",
"@shopify/polaris-tokens": "^5.0.2-next.0"
"@shopify/polaris-tokens": "^5.1.0-next.1"
},
"jest": {
"preset": "jest-preset-stylelint"
Expand Down