Skip to content

Commit 951a4b9

Browse files
Version Packages
1 parent b9d4ba1 commit 951a4b9

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/hot-countries-perform.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.6
4+
5+
### Patch Changes
6+
7+
- b9d4ba1: Bumps defective version of live-plugin-manager
8+
- Updated dependencies [b9d4ba1]
9+
- @codeshift/fetcher@0.3.4
10+
311
## 0.15.5
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.5",
3+
"version": "0.15.6",
44
"source": "src/index.ts",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@codeshift/core": "^0.1.2",
19-
"@codeshift/fetcher": "^0.3.3",
19+
"@codeshift/fetcher": "^0.3.4",
2020
"@codeshift/initializer": "^0.4.9",
2121
"@codeshift/types": "*",
2222
"@codeshift/validator": "^0.5.1",

packages/fetcher/CHANGELOG.md

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

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- b9d4ba1: Bumps defective version of live-plugin-manager
8+
39
## 0.3.3
410

511
### Patch Changes

packages/fetcher/package.json

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

0 commit comments

Comments
 (0)