Skip to content

Commit b5906dd

Browse files
Version Packages (#1485)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e54ff4d commit b5906dd

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

Diff for: .changeset/beige-planes-happen.md

-5
This file was deleted.

Diff for: apps/backend/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codemod-com/backend
22

3+
## 0.0.165
4+
5+
### Patch Changes
6+
7+
- @codemod-com/runner@1.3.2
8+
39
## 0.0.164
410

511
### Patch Changes

Diff for: apps/backend/package.json

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

Diff for: packages/codemod-utils/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @codemod.com/codemod-utils
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- d9873da: Add tsup for build and add support for common js for require

Diff for: packages/codemod-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"imports": {
55
"#*": "./src/*"
66
},
7-
"version": "1.0.0",
7+
"version": "1.1.0",
88
"description": "Set of utilities for jscodeshift",
99
"type": "module",
1010
"main": "./dist/index.js",

Diff for: packages/runner/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @codemod-com/runner
22

3+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d9873da]
8+
- @codemod.com/[email protected]
9+
310
## 1.3.1
411

512
### Patch Changes

Diff for: packages/runner/package.json

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

0 commit comments

Comments
 (0)