Skip to content

Commit

Permalink
Tagged 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Jul 9, 2023
1 parent 1b53f02 commit a1b5c41
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 24 deletions.
8 changes: 0 additions & 8 deletions .changeset/sweet-dragons-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-foxes-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-pears-film.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workspace-root",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"description": "Workspace root for @codemod-utils",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ast/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for @codemod-utils/ast-javascript

## 0.3.1

### Patch Changes

- [#43](https://github.com/ijlee2/codemod-utils/pull/43) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ast/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-utils/ast-javascript",
"version": "0.3.0",
"version": "0.3.1",
"description": "Utilities for handling *.{js,ts} files as abstract syntax tree",
"keywords": [
"codemod",
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Changelog for @codemod-utils/cli

## 0.1.0

### Minor Changes

- [#42](https://github.com/ijlee2/codemod-utils/pull/42) Created @codemod-utils/cli ([@ijlee2](https://github.com/ijlee2))

### Patch Changes

- [#44](https://github.com/ijlee2/codemod-utils/pull/44) Added link to the CI status badge ([@ijlee2](https://github.com/ijlee2))
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-utils/cli",
"version": "0.0.0",
"version": "0.1.0",
"description": "CLI to create a codemod",
"keywords": [
"codemod",
Expand Down
6 changes: 6 additions & 0 deletions packages/files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for @codemod-utils/files

## 0.5.2

### Patch Changes

- [#43](https://github.com/ijlee2/codemod-utils/pull/43) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-utils/files",
"version": "0.5.1",
"version": "0.5.2",
"description": "Utilities for handling files",
"keywords": [
"codemod",
Expand Down
6 changes: 6 additions & 0 deletions packages/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for @codemod-utils/json

## 0.3.3

### Patch Changes

- [#43](https://github.com/ijlee2/codemod-utils/pull/43) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-utils/json",
"version": "0.3.2",
"version": "0.3.3",
"description": "Utilities for handling JSON",
"keywords": [
"codemod",
Expand Down
6 changes: 6 additions & 0 deletions packages/tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for @codemod-utils/tests

## 0.2.5

### Patch Changes

- [#43](https://github.com/ijlee2/codemod-utils/pull/43) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-utils/tests",
"version": "0.2.4",
"version": "0.2.5",
"description": "Utilities for tests",
"keywords": [
"codemod",
Expand Down

0 comments on commit a1b5c41

Please sign in to comment.