Skip to content

Commit eb6c083

Browse files
Version Packages
1 parent c4a39a3 commit eb6c083

File tree

7 files changed

+27
-9
lines changed

7 files changed

+27
-9
lines changed

.changeset/fair-waves-grin.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- bbc8fb8: Allow for an alternate npm registry and registryToken to be passed when calling the cli.
8+
9+
### Patch Changes
10+
11+
- @codeshift/initializer@0.4.4
12+
313
## 0.13.0
414

515
### Minor 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.13.0",
3+
"version": "0.14.0",
44
"main": "dist/codeshift-cli.cjs.js",
55
"module": "dist/codeshift-cli.esm.js",
66
"types": "dist/codeshift-cli.cjs.d.ts",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@codeshift/fetcher": "^0.2.0",
19-
"@codeshift/initializer": "^0.4.3",
19+
"@codeshift/initializer": "^0.4.4",
2020
"@codeshift/types": "*",
2121
"@codeshift/validator": "^0.4.3",
2222
"chalk": "^4.1.0",

packages/initializer/CHANGELOG.md

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

3+
## 0.4.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bbc8fb8]
8+
- @codeshift/cli@0.14.0
9+
310
## 0.4.3
411

512
### Patch Changes

packages/initializer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeshift/initializer",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"main": "dist/codeshift-initializer.cjs.js",
55
"types": "dist/codeshift-initializer.cjs.d.ts",
66
"license": "MIT",

packages/publisher/CHANGELOG.md

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

3+
## 0.1.24
4+
5+
### Patch Changes
6+
7+
- @codeshift/initializer@0.4.4
8+
39
## 0.1.23
410

511
### Patch Changes

packages/publisher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeshift/publisher",
3-
"version": "0.1.23",
3+
"version": "0.1.24",
44
"main": "dist/codeshift-publisher.cjs.js",
55
"types": "dist/codeshift-publisher.cjs.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)