Skip to content

Commit 974c401

Browse files
committed
Tagged 3.0.0
1 parent f937eb4 commit 974c401

18 files changed

Lines changed: 61 additions & 21 deletions

File tree

.changeset/wild-signs-sink.md

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workspace-root",
3-
"version": "2.3.5",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "Workspace root for @codemod-utils",
66
"repository": {

packages/ast/javascript/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for @codemod-utils/ast-javascript
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#159](https://github.com/ijlee2/codemod-utils/pull/159) Dropped Node 18 support ([@ijlee2](https://github.com/ijlee2))
8+
39
## 1.2.15
410

511
### Patch Changes

packages/ast/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemod-utils/ast-javascript",
3-
"version": "1.2.15",
3+
"version": "2.0.0",
44
"description": "Utilities for handling *.{js,ts} files as abstract syntax tree",
55
"keywords": [
66
"codemod",

packages/ast/template/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for @codemod-utils/ast-template
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#159](https://github.com/ijlee2/codemod-utils/pull/159) Dropped Node 18 support ([@ijlee2](https://github.com/ijlee2))
8+
39
## 1.1.8
410

511
### Patch Changes

packages/ast/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemod-utils/ast-template",
3-
"version": "1.1.8",
3+
"version": "2.0.0",
44
"description": "Utilities for handling *.hbs files as abstract syntax tree",
55
"keywords": [
66
"codemod",

packages/blueprints/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for @codemod-utils/blueprints
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#159](https://github.com/ijlee2/codemod-utils/pull/159) Dropped Node 18 support ([@ijlee2](https://github.com/ijlee2))
8+
39
## 1.1.9
410

511
### Patch Changes

packages/blueprints/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemod-utils/blueprints",
3-
"version": "1.1.9",
3+
"version": "2.0.0",
44
"description": "Utilities for blueprints",
55
"keywords": [
66
"codemod",

packages/cli/CHANGELOG.md

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

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#159](https://github.com/ijlee2/codemod-utils/pull/159) Dropped Node 18 support ([@ijlee2](https://github.com/ijlee2))
8+
9+
### Patch Changes
10+
11+
- [#159](https://github.com/ijlee2/codemod-utils/pull/159) Dropped Node 18 support ([@ijlee2](https://github.com/ijlee2))
12+
313
## 2.3.5
414

515
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemod-utils/cli",
3-
"version": "2.3.5",
3+
"version": "3.0.0",
44
"description": "CLI to create a codemod project",
55
"keywords": [
66
"codemod",

0 commit comments

Comments
 (0)