Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 19, 2022
1 parent 380ed84 commit 9789717
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 22 deletions.
11 changes: 0 additions & 11 deletions .changeset/poor-eyes-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-jokes-yell.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
16 changes: 16 additions & 0 deletions packages/initializer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/initializer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/publisher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @codeshift/publisher

## 0.1.13

### Patch Changes

- Updated dependencies [380ed84]
- @codeshift/initializer@0.3.0

## 0.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9789717

Please sign in to comment.