Skip to content

Commit

Permalink
Tagged 0.4.0 (#26)
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 11, 2023
1 parent 83de5fb commit 141d73e
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 30 deletions.
6 changes: 0 additions & 6 deletions .changeset/curvy-vans-lie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dull-drinks-float.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smart-paws-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-pumpkins-sniff.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.3.3",
"version": "0.4.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,5 +1,11 @@
# Changelog for @codemod-utils/ast

## 0.2.0

### Minor Changes

- [#25](https://github.com/ijlee2/codemod-utils/pull/25) Introduced TypeScript ([@ijlee2](https://github.com/ijlee2))

## 0.1.1

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

## 0.2.0

### Minor Changes

- [#22](https://github.com/ijlee2/codemod-utils/pull/22) Introduced TypeScript ([@ijlee2](https://github.com/ijlee2))

## 0.1.2

### Patch Changes
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.2",
"version": "0.2.0",
"description": "Utilities for blueprints",
"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.4.0

### Minor Changes

- [#21](https://github.com/ijlee2/codemod-utils/pull/21) Introduced TypeScript ([@ijlee2](https://github.com/ijlee2))

### Patch Changes

- [#25](https://github.com/ijlee2/codemod-utils/pull/25) Introduced TypeScript ([@ijlee2](https://github.com/ijlee2))

## 0.3.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.3.1",
"version": "0.4.0",
"description": "Utilities for handling files",
"keywords": [
"codemod",
Expand Down
10 changes: 10 additions & 0 deletions packages/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog for @codemod-utils/json

## 0.3.0

### Minor Changes

- [#20](https://github.com/ijlee2/codemod-utils/pull/20) Introduced TypeScript ([@ijlee2](https://github.com/ijlee2))

### Patch Changes

- [#21](https://github.com/ijlee2/codemod-utils/pull/21) Introduced TypeScript ([@ijlee2](https://github.com/ijlee2))

## 0.2.0

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

## 0.2.1

### Patch Changes

- [#20](https://github.com/ijlee2/codemod-utils/pull/20) Introduced TypeScript ([@ijlee2](https://github.com/ijlee2))
- [#21](https://github.com/ijlee2/codemod-utils/pull/21) Introduced TypeScript ([@ijlee2](https://github.com/ijlee2))

## 0.2.0

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

0 comments on commit 141d73e

Please sign in to comment.