Skip to content

Commit

Permalink
Version Packages (#1287)
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 Sep 2, 2024
1 parent 6497280 commit 4a9cd42
Show file tree
Hide file tree
Showing 16 changed files with 80 additions and 28 deletions.
8 changes: 0 additions & 8 deletions .changeset/mighty-boxes-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-cooks-leave.md

This file was deleted.

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

## 0.0.16

### Patch Changes

- Updated dependencies [daea47d]
- @codemod-com/utilities@1.1.8
- @codemod-com/database@1.0.0
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.15",
"version": "0.0.16",
"scripts": {
"build": "tsc && node esbuild.config.js",
"start": "node build/index.js"
Expand Down
10 changes: 10 additions & 0 deletions apps/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @codemod-com/backend

## 0.0.159

### Patch Changes

- daea47d: add support for ESM
- Updated dependencies [daea47d]
- @codemod-com/runner@1.2.0
- @codemod-com/utilities@1.1.8
- @codemod-com/database@1.0.0

## 0.0.158

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

## 0.14.0

### Minor Changes

- daea47d: add support for ESM

### Patch Changes

- 6497280: pass engine while executing run
- @codemod.com/[email protected]

## 0.13.11

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

## 0.0.4

### Patch Changes

- Updated dependencies [daea47d]
- @codemod-com/utilities@1.1.8
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.3",
"version": "0.0.4",
"scripts": {
"build": "tsc && node esbuild.config.js",
"start": "node build/index.js",
Expand Down
23 changes: 15 additions & 8 deletions apps/vsce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.38.34

### Patch Changes

- Updated dependencies [daea47d]
- @codemod-com/utilities@1.1.8

This page lists highlights, releases, bug fixes, and progress for official releases of Codemod VSCode Extension.

> **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).
Expand All @@ -10,17 +17,17 @@ _Release date: December 1, 2023_

### **Highlights**

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

**Notable Changes**

- ⌛ Some time saving highlight ([#1234](https://github.com), [#1234](https://github.com)).
- 🏃 Some performance improvement ([#1234](https://github.com), [#1234](https://github.com)).
- 🛁 Some code cleanup ([#1234](https://github.com), [#1234](https://github.com)).
- 💅 Some visual improvement ([#1234](https://github.com), [#1234](https://github.com)).
- ⌛ Some time saving highlight ([#1234](https://github.com), [#1234](https://github.com)).
- 🏃 Some performance improvement ([#1234](https://github.com), [#1234](https://github.com)).
- 🛁 Some code cleanup ([#1234](https://github.com), [#1234](https://github.com)).
- 💅 Some visual improvement ([#1234](https://github.com), [#1234](https://github.com)).

**Bug fixes & other changes**

- 🦗 Bug fix: Description of bug fix ([#1234](https://github.com/)). Thanks, [Community Member](https://github.com)!
- 🦎 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)!
- 🦗 Bug fix: Description of bug fix ([#1234](https://github.com/)). Thanks, [Community Member](https://github.com)!
- 🦎 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)!
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.33",
"version": "0.38.34",
"publisher": "codemod",
"icon": "img/codemod_square128.png",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @codemod-com/runner

## 1.2.0

### Minor Changes

- daea47d: add support for ESM

### Patch Changes

- Updated dependencies [daea47d]
- @codemod-com/utilities@1.1.8
- @codemod-com/printer@1.0.1
- @codemod.com/[email protected]

## 1.1.2

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

## 1.1.8

### Patch Changes

- daea47d: add support for ESM
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.7",
"version": "1.1.8",
"description": "The utilities used across Codemod.com packages",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 4a9cd42

Please sign in to comment.