Skip to content

Commit

Permalink
Version Packages (#1283)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 27, 2024
1 parent c78ebc5 commit 4a8919c
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/rare-pianos-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-carpets-marry.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @codemod-com/backend

## 0.0.158

### Patch Changes

- Updated dependencies [c78ebc5]
- @codemod-com/runner@1.1.2
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-com/backend",
"version": "0.0.157",
"version": "0.0.158",
"scripts": {
"build": "tsc && node esbuild.config.js",
"start": "node build/index.js",
Expand Down
8 changes: 8 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# codemod

## 0.13.11

### Patch Changes

- c78ebc5: handles execution error when file path could not be read from
- 29cbaa3: stdout noop bugfix
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"imports": {
"#*": "./src/*"
},
"version": "0.13.10",
"version": "0.13.11",
"description": "A codemod engine for Node.js libraries (jscodeshift, ts-morph, etc.)",
"type": "module",
"exports": null,
Expand Down
7 changes: 7 additions & 0 deletions packages/runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @codemod-com/runner

## 1.1.2

### Patch Changes

- c78ebc5: handles execution error when file path could not be read from
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"#*": "./src/*"
},
"private": true,
"version": "1.1.1",
"version": "1.1.2",
"description": "The codemod runner used in Codemod.com ecosystem",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 4a8919c

Please sign in to comment.