Skip to content

Commit 4d5d86c

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

File tree

7 files changed

+22
-8
lines changed

7 files changed

+22
-8
lines changed

.changeset/tasty-kiwis-rest.md

-5
This file was deleted.

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.170
4+
5+
### Patch Changes
6+
7+
- @codemod-com/runner@1.3.7
8+
39
## 0.0.169
410

511
### Patch Changes

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.169",
3+
"version": "0.0.170",
44
"scripts": {
55
"build": "tsc && node esbuild.config.js",
66
"start": "node build/index.js",

packages/codemod-utils/CHANGELOG.md

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

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- 10486ab: Add prepublishOnly script for build before release procces
8+
39
## 1.1.1
410

511
### Patch Changes

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.1.1",
7+
"version": "1.1.2",
88
"description": "Set of utilities for jscodeshift",
99
"type": "module",
1010
"exports": {

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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [10486ab]
8+
- @codemod.com/[email protected]
9+
310
## 1.3.6
411

512
### Patch Changes

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.6",
8+
"version": "1.3.7",
99
"description": "The codemod runner used in Codemod.com ecosystem",
1010
"type": "module",
1111
"main": "./dist/index.js",

0 commit comments

Comments
 (0)