Skip to content

Commit 4a9cd42

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

File tree

16 files changed

+80
-28
lines changed

16 files changed

+80
-28
lines changed

.changeset/mighty-boxes-protect.md

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

.changeset/rare-cooks-leave.md

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

apps/auth-service/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @codemod-com/auth-service
2+
3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [daea47d]
8+
- @codemod-com/utilities@1.1.8
9+
- @codemod-com/database@1.0.0

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

apps/backend/CHANGELOG.md

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

3+
## 0.0.159
4+
5+
### Patch Changes
6+
7+
- daea47d: add support for ESM
8+
- Updated dependencies [daea47d]
9+
- @codemod-com/runner@1.2.0
10+
- @codemod-com/utilities@1.1.8
11+
- @codemod-com/database@1.0.0
12+
313
## 0.0.158
414

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

apps/cli/CHANGELOG.md

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

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- daea47d: add support for ESM
8+
9+
### Patch Changes
10+
11+
- 6497280: pass engine while executing run
12+
- @codemod.com/[email protected]
13+
314
## 0.13.11
415

516
### Patch 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.13.13",
7+
"version": "0.14.0",
88
"description": "A codemod engine for Node.js libraries (jscodeshift, ts-morph, etc.)",
99
"type": "module",
1010
"exports": null,

apps/run-service/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @codemod-com/run-service
2+
3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [daea47d]
8+
- @codemod-com/utilities@1.1.8

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

apps/vsce/CHANGELOG.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.38.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [daea47d]
8+
- @codemod-com/utilities@1.1.8
9+
310
This page lists highlights, releases, bug fixes, and progress for official releases of Codemod VSCode Extension.
411

512
> **Tip:** If there are features you would like to see in the upcoming releases, please let us know though our [feedback page](https://feedback.codemod.com/), or directly through our [Slack community](https://codemod.com/community).
@@ -10,17 +17,17 @@ _Release date: December 1, 2023_
1017

1118
### **Highlights**
1219

13-
- 🔲 Fetch the latest codemods from codemod registry every 15 minutes ([#831](https://github.com/codemod-com/intuita-vscode-extension/pull/831))
14-
- 🐍 Another item
20+
- 🔲 Fetch the latest codemods from codemod registry every 15 minutes ([#831](https://github.com/codemod-com/intuita-vscode-extension/pull/831))
21+
- 🐍 Another item
1522

1623
**Notable Changes**
1724

18-
- ⌛ Some time saving highlight ([#1234](https://github.com), [#1234](https://github.com)).
19-
- 🏃 Some performance improvement ([#1234](https://github.com), [#1234](https://github.com)).
20-
- 🛁 Some code cleanup ([#1234](https://github.com), [#1234](https://github.com)).
21-
- 💅 Some visual improvement ([#1234](https://github.com), [#1234](https://github.com)).
25+
- ⌛ Some time saving highlight ([#1234](https://github.com), [#1234](https://github.com)).
26+
- 🏃 Some performance improvement ([#1234](https://github.com), [#1234](https://github.com)).
27+
- 🛁 Some code cleanup ([#1234](https://github.com), [#1234](https://github.com)).
28+
- 💅 Some visual improvement ([#1234](https://github.com), [#1234](https://github.com)).
2229

2330
**Bug fixes & other changes**
2431

25-
- 🦗 Bug fix: Description of bug fix ([#1234](https://github.com/)). Thanks, [Community Member](https://github.com)!
26-
- 🦎 Bug fix: Description of another bug fix ([#1234](https://github.com/), [#1234](https://github.com/), [#1234](https://github.com/)). Thanks, [Community Member](https://github.com)!
32+
- 🦗 Bug fix: Description of bug fix ([#1234](https://github.com/)). Thanks, [Community Member](https://github.com)!
33+
- 🦎 Bug fix: Description of another bug fix ([#1234](https://github.com/), [#1234](https://github.com/), [#1234](https://github.com/)). Thanks, [Community Member](https://github.com)!

apps/vsce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Codemod, Inc.",
44
"displayName": "Codemod.com",
55
"description": " Discover, run & manage codemods faster & easier.",
6-
"version": "0.38.33",
6+
"version": "0.38.34",
77
"publisher": "codemod",
88
"icon": "img/codemod_square128.png",
99
"repository": {

packages/runner/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- daea47d: add support for ESM
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [daea47d]
12+
- @codemod-com/utilities@1.1.8
13+
- @codemod-com/printer@1.0.1
14+
- @codemod.com/[email protected]
15+
316
## 1.1.2
417

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

packages/utilities/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @codemod-com/utilities
2+
3+
## 1.1.8
4+
5+
### Patch Changes
6+
7+
- daea47d: add support for ESM

packages/utilities/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": "1.1.7",
7+
"version": "1.1.8",
88
"description": "The utilities used across Codemod.com packages",
99
"type": "module",
1010
"main": "./dist/index.js",

0 commit comments

Comments
 (0)