Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brown-owls-confess.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/lemon-peaches-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-fishes-march.md

This file was deleted.

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

## 0.15.2

### Patch Changes

- 4d55055: Parcel now bundles these deps with a Node target
- 157f755: Removes typescript/js interop layer from the CLI in favour of just pointing to the built dist files.
- Updated dependencies [157f755]
- Updated dependencies [4d55055]
- @codeshift/core@0.1.1
- @codeshift/initializer@0.4.9
- @codeshift/validator@0.5.1
- @codeshift/fetcher@0.3.1

## 0.15.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeshift/cli",
"version": "0.15.1",
"version": "0.15.2",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,11 +15,11 @@
"start:dev": "ts-node src/index.ts"
},
"dependencies": {
"@codeshift/core": "^0.1.0",
"@codeshift/fetcher": "^0.3.0",
"@codeshift/initializer": "^0.4.7",
"@codeshift/core": "^0.1.1",
"@codeshift/fetcher": "^0.3.1",
"@codeshift/initializer": "^0.4.9",
"@codeshift/types": "*",
"@codeshift/validator": "^0.5.0",
"@codeshift/validator": "^0.5.1",
"chalk": "^4.1.0",
"commander": "^8.2.0",
"find-up": "^5.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @codeshift/core

## 0.1.1

### Patch Changes

- 157f755: Only use a single path when importing the Worker regardless of process.env
- 4d55055: Parcel now bundles these deps with a Node target

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeshift/core",
"version": "0.1.0",
"version": "0.1.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/fetcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codeshift/fetcher

## 0.3.1

### Patch Changes

- 4d55055: Parcel now bundles these deps with a Node target

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeshift/fetcher",
"version": "0.3.0",
"version": "0.3.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/initializer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codeshift/initializer

## 0.4.9

### Patch Changes

- 4d55055: Parcel now bundles these deps with a Node target
- Updated dependencies [4d55055]
- Updated dependencies [157f755]
- @codeshift/test-utils@0.3.2
- @codeshift/utils@0.2.4
- @codeshift/cli@0.15.2

## 0.4.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.4.8",
"version": "0.4.9",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codeshift/test-utils

## 0.3.2

### Patch Changes

- 4d55055: Parcel now bundles these deps with a Node target

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeshift/test-utils",
"version": "0.3.1",
"version": "0.3.2",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codeshift/utils

## 0.2.4

### Patch Changes

- 4d55055: Parcel now bundles these deps with a Node target

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeshift/utils",
"version": "0.2.3",
"version": "0.2.4",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @codeshift/validator

## 0.5.1

### Patch Changes

- 4d55055: Parcel now bundles these deps with a Node target
- Updated dependencies [4d55055]
- @codeshift/fetcher@0.3.1

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@codeshift/validator",
"version": "0.5.0",
"version": "0.5.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/packages/validator",
"dependencies": {
"@codeshift/fetcher": "^0.3.0",
"@codeshift/fetcher": "^0.3.1",
"@codeshift/types": "^0.0.7",
"fs-extra": "^9.1.0",
"lodash": "^4.17.21",
Expand Down