Skip to content

Commit c8a191c

Browse files
committed
Tagged 3.9.2
1 parent 5b97ac7 commit c8a191c

File tree

21 files changed

+65
-28
lines changed

21 files changed

+65
-28
lines changed

.changeset/bumpy-dancers-rest.md

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

.changeset/moody-parks-build.md

Lines changed: 0 additions & 13 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": "3.9.1",
3+
"version": "3.9.2",
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.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/ijlee2/codemod-utils/pull/236) Added repository.directory ([@ijlee2](https://github.com/ijlee2))
8+
39
## 2.1.0
410

511
### Minor 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.0",
3+
"version": "2.1.1",
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.1.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/ijlee2/codemod-utils/pull/236) Added repository.directory ([@ijlee2](https://github.com/ijlee2))
8+
39
## 1.1.0
410

511
### Minor 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.1.0",
3+
"version": "1.1.1",
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.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/ijlee2/codemod-utils/pull/236) Added repository.directory ([@ijlee2](https://github.com/ijlee2))
8+
39
## 2.1.0
410

511
### Minor 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": "2.1.0",
3+
"version": "2.1.1",
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
# @codemod-utils/blueprints
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#236](https://github.com/ijlee2/codemod-utils/pull/236) Added repository.directory ([@ijlee2](https://github.com/ijlee2))
8+
39
## 2.1.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)