Skip to content

Commit

Permalink
Tagged 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Oct 29, 2023
1 parent 273e7c0 commit 75560cc
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-hairs-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-beds-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-jokes-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-ways-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-shoes-remain.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": "1.1.3",
"version": "1.2.0",
"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

## 1.2.0

### Minor Changes

- [#93](https://github.com/ijlee2/codemod-utils/pull/93) Added JSDoc to @codemod-utils/ast-javascript ([@ijlee2](https://github.com/ijlee2))

## 1.1.1

### Patch 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": "1.1.1",
"version": "1.2.0",
"description": "Utilities for handling *.{js,ts} files as abstract syntax tree",
"keywords": [
"codemod",
Expand Down
6 changes: 6 additions & 0 deletions packages/ast/template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for @codemod-utils/ast-template

## 1.1.0

### Minor Changes

- [#94](https://github.com/ijlee2/codemod-utils/pull/94) Added JSDoc to @codemod-utils/ast-template ([@ijlee2](https://github.com/ijlee2))

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ast/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-utils/ast-template",
"version": "1.0.0",
"version": "1.1.0",
"description": "Utilities for handling *.hbs files as 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

## 1.1.0

### Minor Changes

- [#92](https://github.com/ijlee2/codemod-utils/pull/92) Added JSDoc to @codemod-utils/blueprints ([@ijlee2](https://github.com/ijlee2))

## 1.0.0

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

## 1.0.3

### Patch Changes

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

## 1.0.2

### Patch Changes
Expand Down
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": "1.0.2",
"version": "1.0.3",
"description": "CLI to create a codemod project",
"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

## 1.1.1

### Patch Changes

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

## 1.1.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": "1.1.0",
"version": "1.1.1",
"description": "Utilities for handling JSON",
"keywords": [
"codemod",
Expand Down

0 comments on commit 75560cc

Please sign in to comment.