Skip to content

Commit

Permalink
Version Packages (#1445)
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 Jan 10, 2025
1 parent d0c2110 commit 8b97926
Show file tree
Hide file tree
Showing 15 changed files with 63 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/honest-vans-hope.md

This file was deleted.

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

## 0.0.18

### Patch Changes

- Updated dependencies [d0c2110]
- @codemod-com/utilities@1.2.0
- @codemod-com/database@1.0.0

## 0.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/auth-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-com/auth-service",
"version": "0.0.17",
"version": "0.0.18",
"scripts": {
"build": "tsc && node esbuild.config.js",
"start": "node build/index.js"
Expand Down
9 changes: 9 additions & 0 deletions apps/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codemod-com/backend

## 0.0.164

### Patch Changes

- Updated dependencies [d0c2110]
- @codemod-com/utilities@1.2.0
- @codemod-com/database@1.0.0
- @codemod-com/runner@1.3.1

## 0.0.163

### Patch Changes
Expand Down
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.163",
"version": "0.0.164",
"scripts": {
"build": "tsc && node esbuild.config.js",
"start": "node build/index.js",
Expand Down
10 changes: 10 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# codemod

## 0.17.0

### Minor Changes

- d0c2110: Change the README.md boilerplate to use the new format for the codemod init command.

### Patch Changes

- @codemod.com/[email protected]

## 0.16.0

### Minor Changes
Expand Down
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.16.0",
"version": "0.17.0",
"description": "A codemod engine for Node.js libraries (jscodeshift, ts-morph, etc.)",
"type": "module",
"exports": null,
Expand Down
7 changes: 7 additions & 0 deletions apps/run-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @codemod-com/run-service

## 0.0.5

### Patch Changes

- Updated dependencies [d0c2110]
- @codemod-com/utilities@1.2.0

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/run-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-com/run-service",
"version": "0.0.4",
"version": "0.0.5",
"scripts": {
"build": "tsc && node esbuild.config.js",
"start": "node build/index.js",
Expand Down
7 changes: 7 additions & 0 deletions apps/vsce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.38.35

### Patch Changes

- Updated dependencies [d0c2110]
- @codemod-com/utilities@1.2.0

## 0.38.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/vsce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Codemod, Inc.",
"displayName": "Codemod.com",
"description": " Discover, run & manage codemods faster & easier.",
"version": "0.38.34",
"version": "0.38.35",
"publisher": "codemod",
"icon": "img/codemod_square128.png",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codemod-com/runner

## 1.3.1

### Patch Changes

- Updated dependencies [d0c2110]
- @codemod-com/utilities@1.2.0
- @codemod-com/printer@1.0.1
- @codemod.com/[email protected]

## 1.3.0

### Minor Changes
Expand Down
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.3.0",
"version": "1.3.1",
"description": "The codemod runner used in Codemod.com ecosystem",
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codemod-com/utilities

## 1.2.0

### Minor Changes

- d0c2110: Change the README.md boilerplate to use the new format for the codemod init command.

## 1.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"imports": {
"#*": "./src/*"
},
"version": "1.1.8",
"version": "1.2.0",
"description": "The utilities used across Codemod.com packages",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 8b97926

Please sign in to comment.