diff --git a/.changeset/poor-eyes-chew.md b/.changeset/poor-eyes-chew.md deleted file mode 100644 index c58b2126c..000000000 --- a/.changeset/poor-eyes-chew.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@codeshift/cli': minor -'@codeshift/initializer': minor -'@codeshift/validator': minor ---- - -Codeshift projects can now be initialized a config file only via the `init --config-only` command. - -Initialized projects now contain a README with helpful getting started information. - -The init command now outputs getting started tips + commands diff --git a/.changeset/stupid-jokes-yell.md b/.changeset/stupid-jokes-yell.md deleted file mode 100644 index 8825a7e2e..000000000 --- a/.changeset/stupid-jokes-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codeshift/cli': patch ---- - -The internal package fetching logic has now been abstracted and reused in both the list and main CLI commands diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2c8d37d95..b0e0ec5b9 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,22 @@ # @codeshift/cli +## 0.10.0 + +### Minor Changes + +- 380ed84: Codeshift projects can now be initialized a config file only via the `init --config-only` command. + + Initialized projects now contain a README with helpful getting started information. + + The init command now outputs getting started tips + commands + +### Patch Changes + +- 1d034ab: The internal package fetching logic has now been abstracted and reused in both the list and main CLI commands +- Updated dependencies [380ed84] + - @codeshift/initializer@0.3.0 + - @codeshift/validator@0.4.0 + ## 0.9.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 08ce23e5e..0fe6201d6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/cli", - "version": "0.9.1", + "version": "0.10.0", "main": "dist/codeshift-cli.cjs.js", "module": "dist/codeshift-cli.esm.js", "types": "dist/codeshift-cli.cjs.d.ts", @@ -16,9 +16,9 @@ }, "dependencies": { "@codeshift/fetcher": "^0.0.3", - "@codeshift/initializer": "^0.2.2", + "@codeshift/initializer": "^0.3.0", "@codeshift/types": "*", - "@codeshift/validator": "^0.3.1", + "@codeshift/validator": "^0.4.0", "chalk": "^4.1.0", "commander": "^8.2.0", "fs-extra": "^9.1.0", diff --git a/packages/initializer/CHANGELOG.md b/packages/initializer/CHANGELOG.md index 32f57ce38..a00713757 100644 --- a/packages/initializer/CHANGELOG.md +++ b/packages/initializer/CHANGELOG.md @@ -1,5 +1,21 @@ # @codeshift/initializer +## 0.3.0 + +### Minor Changes + +- 380ed84: Codeshift projects can now be initialized a config file only via the `init --config-only` command. + + Initialized projects now contain a README with helpful getting started information. + + The init command now outputs getting started tips + commands + +### Patch Changes + +- Updated dependencies [380ed84] +- Updated dependencies [1d034ab] + - @codeshift/cli@0.10.0 + ## 0.2.2 ### Patch Changes diff --git a/packages/initializer/package.json b/packages/initializer/package.json index ca6d86154..3f78a12d3 100644 --- a/packages/initializer/package.json +++ b/packages/initializer/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/initializer", - "version": "0.2.2", + "version": "0.3.0", "main": "dist/codeshift-initializer.cjs.js", "types": "dist/codeshift-initializer.cjs.d.ts", "license": "MIT", diff --git a/packages/publisher/CHANGELOG.md b/packages/publisher/CHANGELOG.md index 163a02966..fac178ac0 100644 --- a/packages/publisher/CHANGELOG.md +++ b/packages/publisher/CHANGELOG.md @@ -1,5 +1,12 @@ # @codeshift/publisher +## 0.1.13 + +### Patch Changes + +- Updated dependencies [380ed84] + - @codeshift/initializer@0.3.0 + ## 0.1.12 ### Patch Changes diff --git a/packages/publisher/package.json b/packages/publisher/package.json index e0b9b4789..8d05a1e6e 100644 --- a/packages/publisher/package.json +++ b/packages/publisher/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/publisher", - "version": "0.1.12", + "version": "0.1.13", "main": "dist/codeshift-publisher.cjs.js", "types": "dist/codeshift-publisher.cjs.d.ts", "license": "MIT", diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index e210b1657..7043f8d26 100644 --- a/packages/validator/CHANGELOG.md +++ b/packages/validator/CHANGELOG.md @@ -1,5 +1,15 @@ # @codeshift/validator +## 0.4.0 + +### Minor Changes + +- 380ed84: Codeshift projects can now be initialized a config file only via the `init --config-only` command. + + Initialized projects now contain a README with helpful getting started information. + + The init command now outputs getting started tips + commands + ## 0.3.1 ### Patch Changes diff --git a/packages/validator/package.json b/packages/validator/package.json index 58e73d8a9..5442f207e 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,6 +1,6 @@ { "name": "@codeshift/validator", - "version": "0.3.1", + "version": "0.4.0", "main": "dist/codeshift-validator.cjs.js", "types": "dist/codeshift-validator.cjs.d.ts", "license": "MIT",