Skip to content

Commit ebc05c3

Browse files
Version Packages
1 parent 8cf9a4b commit ebc05c3

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/witty-cherries-cross.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @codeshift/cli
22

3+
## 0.15.3
4+
5+
### Patch Changes
6+
7+
- 8cf9a4b: Fixes config path parsing
8+
- Updated dependencies [8cf9a4b]
9+
- @codeshift/core@0.1.2
10+
311
## 0.15.2
412

513
### Patch Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeshift/cli",
3-
"version": "0.15.2",
3+
"version": "0.15.3",
44
"source": "src/index.ts",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -15,7 +15,7 @@
1515
"start:dev": "ts-node src/index.ts"
1616
},
1717
"dependencies": {
18-
"@codeshift/core": "^0.1.1",
18+
"@codeshift/core": "^0.1.2",
1919
"@codeshift/fetcher": "^0.3.1",
2020
"@codeshift/initializer": "^0.4.9",
2121
"@codeshift/types": "*",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codeshift/core
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 8cf9a4b: Fixes config path parsing
8+
39
## 0.1.1
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeshift/core",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"source": "src/index.ts",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)