Skip to content

Commit

Permalink
Tagged 0.2.0 (#7)
Browse files Browse the repository at this point in the history
* Tagged 0.1.2

* chore: Updated workspace root version to 0.2.0

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Jun 8, 2023
1 parent a744ff6 commit ea3873b
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-windows-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-cats-care.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.1.1",
"version": "0.2.0",
"private": true,
"description": "Workspace root for @codemod-utils",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Changelog for @codemod-utils/ast

## 0.1.0

### Minor Changes

- [#5](https://github.com/ijlee2/codemod-utils/pull/5) Created @codemod-utils/ast ([@ijlee2](https://github.com/ijlee2))
2 changes: 1 addition & 1 deletion packages/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-utils/ast",
"version": "0.0.0",
"version": "0.1.0",
"description": "Utilities for handling abstract syntax tree",
"keywords": [
"codemod",
Expand Down
10 changes: 10 additions & 0 deletions packages/files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog for @codemod-utils/files

## 0.2.0

### Minor Changes

- [#6](https://github.com/ijlee2/codemod-utils/pull/6) Extracted renameFile from ember-codemod-pod-to-octane ([@ijlee2](https://github.com/ijlee2))

### Patch Changes

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

## 0.1.0 (2023-05-17)

- Initial release
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.1.0",
"version": "0.2.0",
"description": "Utilities for handling files",
"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.1.1

### Patch Changes

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

## 0.1.0 (2023-05-17)

- Initial release
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.1.0",
"version": "0.1.1",
"description": "Utilities for tests",
"keywords": [
"codemod",
Expand Down

0 comments on commit ea3873b

Please sign in to comment.