Skip to content

Commit

Permalink
Merge pull request #100 from CodeshiftCommunity/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
danieldelcore authored Jan 28, 2022
2 parents 427405c + 12779fb commit 06c835d
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-toes-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-stingrays-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-bulldogs-refuse.md

This file was deleted.

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

## 0.7.8

### Patch Changes

- d0ebfd5: Fixed bug where --version & --help are presented as errors
- Updated dependencies [427405c]
- Updated dependencies [49b7bcb]
- @codeshift/initializer@0.1.9

## 0.7.7

### 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.7.7",
"version": "0.7.8",
"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.0.2",
"@codeshift/initializer": "0.1.8",
"@codeshift/initializer": "0.1.9",
"@codeshift/types": "*",
"@codeshift/validator": "0.2.4",
"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.1.9

### Patch Changes

- 427405c: Fixed a bug where npmignore in the template directory was being ignored my npm (hehe). This has now been moved into a static string as part of the main pacakge
- 49b7bcb: Usage path module over string concatinations for better cross OS support

## 0.1.8

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

## 0.1.9

### Patch Changes

- Updated dependencies [427405c]
- Updated dependencies [49b7bcb]
- @codeshift/initializer@0.1.9

## 0.1.8

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

0 comments on commit 06c835d

Please sign in to comment.