Skip to content

Commit 799c794

Browse files
committed
Tagged 3.10.4
1 parent 22d610b commit 799c794

23 files changed

Lines changed: 71 additions & 29 deletions

.changeset/bold-pillows-tan.md

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

.changeset/small-buckets-find.md

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

docs/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#266](https://github.com/ijlee2/codemod-utils/pull/266) Updated Quickstart ([@ijlee2](https://github.com/ijlee2))
8+
39
## 1.1.0
410

511
### Minor Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs-app-for-codemod-utils",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"description": "Docs app for codemod-utils",
66
"homepage": "https://codemod-utils.netlify.app/",

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": "3.10.3",
3+
"version": "3.10.4",
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
# @codemod-utils/ast-javascript
22

3+
## 2.1.6
4+
5+
### Patch Changes
6+
7+
- [#267](https://github.com/ijlee2/codemod-utils/pull/267) Updated homepage field ([@ijlee2](https://github.com/ijlee2))
8+
39
## 2.1.5
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": "2.1.5",
3+
"version": "2.1.6",
44
"description": "Utilities for handling *.{js,ts} files as abstract syntax tree",
55
"keywords": [
66
"codemod",

packages/ast/template-tag/CHANGELOG.md

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

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- [#267](https://github.com/ijlee2/codemod-utils/pull/267) Updated homepage field ([@ijlee2](https://github.com/ijlee2))
8+
39
## 1.2.3
410

511
### Patch Changes

packages/ast/template-tag/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-tag",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Utilities for handling *.{gjs,gts} files",
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
# @codemod-utils/ast-template
22

3+
## 2.1.5
4+
5+
### Patch Changes
6+
7+
- [#267](https://github.com/ijlee2/codemod-utils/pull/267) Updated homepage field ([@ijlee2](https://github.com/ijlee2))
8+
39
## 2.1.4
410

511
### Patch Changes

0 commit comments

Comments
 (0)