Skip to content

Commit

Permalink
Tagged 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Dec 2, 2024
1 parent d0d73e4 commit 04ac224
Show file tree
Hide file tree
Showing 20 changed files with 66 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-elephants-argue.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/few-squids-cough.md

This file was deleted.

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

## 1.2.9

### Patch Changes

- [#141](https://github.com/ijlee2/codemod-utils/pull/141) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
- [#137](https://github.com/ijlee2/codemod-utils/pull/137) Updated typescript and @typescript-eslint/\* ([@ijlee2](https://github.com/ijlee2))

## 1.2.8

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

## 1.1.5

### Patch Changes

- [#141](https://github.com/ijlee2/codemod-utils/pull/141) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
- [#137](https://github.com/ijlee2/codemod-utils/pull/137) Updated typescript and @typescript-eslint/\* ([@ijlee2](https://github.com/ijlee2))

## 1.1.4

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

## 1.1.6

### Patch Changes

- [#141](https://github.com/ijlee2/codemod-utils/pull/141) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
- [#137](https://github.com/ijlee2/codemod-utils/pull/137) Updated typescript and @typescript-eslint/\* ([@ijlee2](https://github.com/ijlee2))

## 1.1.5

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

## 2.0.3

### Patch Changes

- [#142](https://github.com/ijlee2/codemod-utils/pull/142) Updated latestVersions ([@ijlee2](https://github.com/ijlee2))
- [#141](https://github.com/ijlee2/codemod-utils/pull/141) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
- [#137](https://github.com/ijlee2/codemod-utils/pull/137) Updated typescript and @typescript-eslint/\* ([@ijlee2](https://github.com/ijlee2))

## 2.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": "2.0.2",
"version": "2.0.3",
"description": "CLI to create a codemod project",
"keywords": [
"codemod",
Expand Down
7 changes: 7 additions & 0 deletions packages/ember/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog for @codemod-utils/ember

## 2.0.1

### Patch Changes

- [#141](https://github.com/ijlee2/codemod-utils/pull/141) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
- [#137](https://github.com/ijlee2/codemod-utils/pull/137) Updated typescript and @typescript-eslint/\* ([@ijlee2](https://github.com/ijlee2))

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-utils/ember",
"version": "2.0.0",
"version": "2.0.1",
"description": "Utilities for Ember",
"keywords": [
"codemod",
Expand Down
7 changes: 7 additions & 0 deletions packages/files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog for @codemod-utils/files

## 2.0.5

### Patch Changes

- [#141](https://github.com/ijlee2/codemod-utils/pull/141) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
- [#137](https://github.com/ijlee2/codemod-utils/pull/137) Updated typescript and @typescript-eslint/\* ([@ijlee2](https://github.com/ijlee2))

## 2.0.4

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

## 1.1.10

### Patch Changes

- [#141](https://github.com/ijlee2/codemod-utils/pull/141) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
- [#137](https://github.com/ijlee2/codemod-utils/pull/137) Updated typescript and @typescript-eslint/\* ([@ijlee2](https://github.com/ijlee2))

## 1.1.9

### 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": "1.1.9",
"version": "1.1.10",
"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

## 1.1.8

### Patch Changes

- [#141](https://github.com/ijlee2/codemod-utils/pull/141) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
- [#137](https://github.com/ijlee2/codemod-utils/pull/137) Updated typescript and @typescript-eslint/\* ([@ijlee2](https://github.com/ijlee2))

## 1.1.7

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

0 comments on commit 04ac224

Please sign in to comment.