Skip to content

Commit 294326f

Browse files
committed
Fix merge conflict
2 parents 1333261 + cc7009d commit 294326f

File tree

24 files changed

+190
-70
lines changed

24 files changed

+190
-70
lines changed

.changeset/brown-gifts-notice.md

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

.changeset/kind-jobs-beg.md

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

.changeset/quick-pets-protect.md

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

polaris-cli/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
# @shopify/plugin-polaris
1+
# @shopify/polaris-cli
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#8223](https://github.com/Shopify/polaris/pull/8223) [`de7987c42`](https://github.com/Shopify/polaris/commit/de7987c426174b73d67e54eacf197da9490c76ec) Thanks [@samrose3](https://github.com/samrose3)! - Renamed Polaris CLI package and add docs to website
8+
9+
## 0.0.32
10+
11+
### Patch Changes
12+
13+
- Updated dependencies []:
14+
- @shopify/polaris-migrator@0.11.3
215

316
## 0.0.31
417

polaris-cli/README.md

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,7 @@
44

55
[Shopify CLI][] plugin for managing Shopify Apps using [Polaris][].
66

7-
## Installation
7+
[Polaris CLI documentation](https://polaris.shopify.com/tools/polaris-cli)
88

9-
You can install the Polaris plugin using the Shopify CLI by running the following command:
10-
11-
```sh
12-
shopify plugins install polaris
13-
```
14-
15-
> Note: run the `shopify` CLI using the [following syntax](https://shopify.dev/apps/tools/cli/commands#command-syntax) based on your package manager (ex: npm, Yarn, or pnpm).
16-
17-
## Commands
18-
19-
This reference lists the [Shopify CLI][] commands for Polaris.
20-
21-
### `migrate`
22-
23-
Codemod transformations to help upgrade your Polaris codebase.
24-
25-
```sh
26-
shopify polaris migrate <migration> <path>
27-
```
28-
29-
- `migration` - name of migration, see available migrations on the docs site below.
30-
- `path` - files or directory to perform migration
31-
32-
#### Flags
33-
34-
| Flag | Description |
35-
| --------- | ---------------------------------------------------- |
36-
| `--dry` | Do a dry-run, no code will be edited |
37-
| `--print` | Prints the changed output for comparison |
38-
| `--force` | Bypass Git safety checks and forcibly run migrations |
39-
40-
[shopify cli]: https://shopify.dev/apps/tools/cli
9+
[shopify cli]: https://shopify.dev/apps/tools/cli/commands
4110
[polaris]: https://polaris.shopify.com

polaris-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "@shopify/plugin-polaris",
3-
"version": "0.0.31",
2+
"name": "@shopify/polaris-cli",
3+
"version": "0.1.0",
44
"description": "Commands for building Shopify Apps with Polaris",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <dev@shopify.com>",
7-
"homepage": "https://polaris.shopify.com",
7+
"homepage": "https://polaris.shopify.com/tools/cli",
88
"repository": "https://github.com/Shopify/polaris",
99
"bugs": {
1010
"url": "https://github.com/Shopify/polaris/issues"
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@oclif/core": "^1.13.10",
27-
"@shopify/polaris-migrator": "^0.11.2"
27+
"@shopify/polaris-migrator": "^0.11.3"
2828
},
2929
"devDependencies": {
3030
"typescript": "^4.7.4"

polaris-icons/CHANGELOG.md

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

3+
## 6.11.0
4+
5+
### Minor Changes
6+
7+
- [#8159](https://github.com/Shopify/polaris/pull/8159) [`977e70a84`](https://github.com/Shopify/polaris/commit/977e70a847cdc446c28c2b06dc771e5970aa0f4f) Thanks [@kmeleta](https://github.com/kmeleta)! - Added Rows2Major icon
8+
39
## 6.10.0
410

511
### Minor Changes

polaris-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-icons",
3-
"version": "6.10.0",
3+
"version": "6.11.0",
44
"license": "SEE LICENSE IN LICENSE.md",
55
"author": "Shopify Inc.",
66
"main": "dist/index.js",

polaris-migrator/CHANGELOG.md

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

3+
## 0.11.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`69d27dbf6`](https://github.com/Shopify/polaris/commit/69d27dbf63d360a7cb3722fa8cd16e605288b3b9)]:
8+
- @shopify/stylelint-polaris@5.1.3
9+
310
## 0.11.2
411

512
### Patch Changes

polaris-migrator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/polaris-migrator",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "Codemod transformations to help upgrade your Polaris codebase",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "Shopify <dev@shopify.com>",
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@shopify/polaris-tokens": "^6.3.0",
40-
"@shopify/stylelint-polaris": "^5.1.2",
40+
"@shopify/stylelint-polaris": "^5.1.3",
4141
"chalk": "^4.1.0",
4242
"globby": "11.0.1",
4343
"is-git-clean": "^1.1.0",
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@types/is-git-clean": "^1.1.0",
5353
"@types/jscodeshift": "^0.11.5",
54-
"@shopify/polaris": "^10.24.0",
54+
"@shopify/polaris": "^10.24.2",
5555
"plop": "^3.1.1",
5656
"plop-dir": "^0.0.5",
5757
"prettier": "^2.7.1",

0 commit comments

Comments
 (0)