Skip to content

Commit 4f8fc2c

Browse files
Merge pull request #118 from CodeshiftCommunity/changeset-release/main
Version Packages
2 parents 380ed84 + 9789717 commit 4f8fc2c

File tree

10 files changed

+56
-22
lines changed

10 files changed

+56
-22
lines changed

.changeset/poor-eyes-chew.md

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

.changeset/stupid-jokes-yell.md

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

packages/cli/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @codeshift/cli
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- 380ed84: Codeshift projects can now be initialized a config file only via the `init --config-only` command.
8+
9+
Initialized projects now contain a README with helpful getting started information.
10+
11+
The init command now outputs getting started tips + commands
12+
13+
### Patch Changes
14+
15+
- 1d034ab: The internal package fetching logic has now been abstracted and reused in both the list and main CLI commands
16+
- Updated dependencies [380ed84]
17+
- @codeshift/initializer@0.3.0
18+
- @codeshift/validator@0.4.0
19+
320
## 0.9.1
421

522
### Patch Changes

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeshift/cli",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"main": "dist/codeshift-cli.cjs.js",
55
"module": "dist/codeshift-cli.esm.js",
66
"types": "dist/codeshift-cli.cjs.d.ts",
@@ -16,9 +16,9 @@
1616
},
1717
"dependencies": {
1818
"@codeshift/fetcher": "^0.0.3",
19-
"@codeshift/initializer": "^0.2.2",
19+
"@codeshift/initializer": "^0.3.0",
2020
"@codeshift/types": "*",
21-
"@codeshift/validator": "^0.3.1",
21+
"@codeshift/validator": "^0.4.0",
2222
"chalk": "^4.1.0",
2323
"commander": "^8.2.0",
2424
"fs-extra": "^9.1.0",

packages/initializer/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @codeshift/initializer
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 380ed84: Codeshift projects can now be initialized a config file only via the `init --config-only` command.
8+
9+
Initialized projects now contain a README with helpful getting started information.
10+
11+
The init command now outputs getting started tips + commands
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [380ed84]
16+
- Updated dependencies [1d034ab]
17+
- @codeshift/cli@0.10.0
18+
319
## 0.2.2
420

521
### Patch Changes

packages/initializer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeshift/initializer",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"main": "dist/codeshift-initializer.cjs.js",
55
"types": "dist/codeshift-initializer.cjs.d.ts",
66
"license": "MIT",

packages/publisher/CHANGELOG.md

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

3+
## 0.1.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [380ed84]
8+
- @codeshift/initializer@0.3.0
9+
310
## 0.1.12
411

512
### Patch Changes

packages/publisher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeshift/publisher",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"main": "dist/codeshift-publisher.cjs.js",
55
"types": "dist/codeshift-publisher.cjs.d.ts",
66
"license": "MIT",

packages/validator/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @codeshift/validator
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 380ed84: Codeshift projects can now be initialized a config file only via the `init --config-only` command.
8+
9+
Initialized projects now contain a README with helpful getting started information.
10+
11+
The init command now outputs getting started tips + commands
12+
313
## 0.3.1
414

515
### Patch Changes

packages/validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeshift/validator",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"main": "dist/codeshift-validator.cjs.js",
55
"types": "dist/codeshift-validator.cjs.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)