Skip to content

Commit

Permalink
Tagged 0.3.0 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Jun 10, 2023
1 parent b8398a8 commit 81da682
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 35 deletions.
6 changes: 0 additions & 6 deletions .changeset/bright-needles-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-planets-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-carrots-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-ways-allow.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- [#8](https://github.com/ijlee2/codemod-utils/pull/8) Documented @codemod-utils/ast and standardized APIs ([@ijlee2](https://github.com/ijlee2))
- [#9](https://github.com/ijlee2/codemod-utils/pull/9) Updated README ([@ijlee2](https://github.com/ijlee2))

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.1.1",
"description": "Utilities for handling abstract syntax tree",
"keywords": [
"codemod",
Expand Down
7 changes: 6 additions & 1 deletion packages/blueprints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for @codemod-utils/blueprints

## 0.1.2

### Patch Changes

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

## 0.1.1 (2023-05-17)

- [#1](https://github.com/ijlee2/codemod-utils/pull/1) End-developers must call import.meta.url
Expand All @@ -8,7 +14,6 @@

- Isaac Lee ([@ijlee2](https://github.com/ijlee2))


## 0.1.0 (2023-05-17)

- Initial release
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-utils/blueprints",
"version": "0.1.1",
"version": "0.1.2",
"description": "Utilities for blueprints",
"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.3.0

### Minor Changes

- [#12](https://github.com/ijlee2/codemod-utils/pull/12) Updated API to be easier to use and maintain ([@ijlee2](https://github.com/ijlee2))

## 0.2.0

### Minor 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.2.0",
"version": "0.3.0",
"description": "Utilities for handling files",
"keywords": [
"codemod",
Expand Down
8 changes: 7 additions & 1 deletion packages/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog for @codemod-utils/json

## 0.1.2

### Patch Changes

- [#11](https://github.com/ijlee2/codemod-utils/pull/11) Updated README ([@ijlee2](https://github.com/ijlee2))
- [#10](https://github.com/ijlee2/codemod-utils/pull/10) Updated README ([@ijlee2](https://github.com/ijlee2))

## 0.1.1 (2023-05-17)

- [#2](https://github.com/ijlee2/codemod-utils/pull/2) Renamed @codemod-utils/package-json to @codemod-utils/json
Expand All @@ -8,7 +15,6 @@

- Isaac Lee ([@ijlee2](https://github.com/ijlee2))


## 0.1.0 (2023-05-17)

- Initial release
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.1.1",
"version": "0.1.2",
"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.1.2

### Patch Changes

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

## 0.1.1

### 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.1.1",
"version": "0.1.2",
"description": "Utilities for tests",
"keywords": [
"codemod",
Expand Down

0 comments on commit 81da682

Please sign in to comment.