Skip to content

Commit cbbb499

Browse files
Version Packages (#1490)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4b59d50 commit cbbb499

File tree

7 files changed

+22
-9
lines changed

7 files changed

+22
-9
lines changed

.changeset/ninety-candles-lie.md

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

apps/backend/CHANGELOG.md

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

3+
## 0.0.167
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4b59d50]
8+
- @codemod-com/runner@1.3.4
9+
310
## 0.0.166
411

512
### Patch Changes

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemod-com/backend",
3-
"version": "0.0.166",
3+
"version": "0.0.167",
44
"scripts": {
55
"build": "tsc && node esbuild.config.js",
66
"start": "node build/index.js",

apps/cli/CHANGELOG.md

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

3+
## 0.18.1
4+
5+
### Patch Changes
6+
7+
- 4b59d50: fix: add child process support for specific codemod execution
8+
39
## 0.18.0
410

511
### Minor Changes

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"imports": {
55
"#*": "./src/*"
66
},
7-
"version": "0.18.0",
7+
"version": "0.18.1",
88
"description": "A codemod engine for Node.js libraries (jscodeshift, ts-morph, etc.)",
99
"type": "module",
1010
"exports": null,

packages/runner/CHANGELOG.md

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

3+
## 1.3.4
4+
5+
### Patch Changes
6+
7+
- 4b59d50: fix: add child process support for specific codemod execution
8+
39
## 1.3.3
410

511
### Patch Changes

packages/runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"#*": "./src/*"
66
},
77
"private": true,
8-
"version": "1.3.3",
8+
"version": "1.3.4",
99
"description": "The codemod runner used in Codemod.com ecosystem",
1010
"type": "module",
1111
"main": "./dist/index.js",

0 commit comments

Comments
 (0)