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 Jun 21, 2022
1 parent fb7c59a commit 124b6e3
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/yellow-snails-exercise.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @codeshift/cli

## 0.11.3

### Patch Changes

- fb7c59a: dependencies installed by the CLI will now be output to a nested node_modules dir instead of .plugin_packages
- @codeshift/initializer@0.3.4

## 0.11.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeshift/cli",
"version": "0.11.2",
"version": "0.11.3",
"main": "dist/codeshift-cli.cjs.js",
"module": "dist/codeshift-cli.esm.js",
"types": "dist/codeshift-cli.cjs.d.ts",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@codeshift/fetcher": "^0.1.1",
"@codeshift/initializer": "^0.3.3",
"@codeshift/initializer": "^0.3.4",
"@codeshift/types": "*",
"@codeshift/validator": "^0.4.2",
"chalk": "^4.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/initializer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @codeshift/initializer

## 0.3.4

### Patch Changes

- Updated dependencies [fb7c59a]
- @codeshift/cli@0.11.3

## 0.3.3

### 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.3.3",
"version": "0.3.4",
"main": "dist/codeshift-initializer.cjs.js",
"types": "dist/codeshift-initializer.cjs.d.ts",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/publisher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codeshift/publisher

## 0.1.17

### Patch Changes

- @codeshift/initializer@0.3.4

## 0.1.16

### 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.16",
"version": "0.1.17",
"main": "dist/codeshift-publisher.cjs.js",
"types": "dist/codeshift-publisher.cjs.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 124b6e3

Please sign in to comment.