Skip to content

Commit

Permalink
Tagged 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Sep 14, 2023
1 parent dd6ce1d commit 9cfa5e7
Show file tree
Hide file tree
Showing 18 changed files with 57 additions and 21 deletions.
12 changes: 0 additions & 12 deletions .changeset/blue-apes-train.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.5.10",
"version": "1.0.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.0.0

### Major Changes

- [#71](https://github.com/ijlee2/codemod-utils/pull/71) Dropped Node 16 support and marked stable ([@ijlee2](https://github.com/ijlee2))

## 0.3.4

### 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": "0.3.4",
"version": "1.0.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.0.0

### Major Changes

- [#71](https://github.com/ijlee2/codemod-utils/pull/71) Dropped Node 16 support and marked stable ([@ijlee2](https://github.com/ijlee2))

## 0.3.1

### 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": "0.3.1",
"version": "1.0.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.0.0

### Major Changes

- [#71](https://github.com/ijlee2/codemod-utils/pull/71) Dropped Node 16 support and marked stable ([@ijlee2](https://github.com/ijlee2))

## 0.2.1

### 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.2.1",
"version": "1.0.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.0

### Major Changes

- [#71](https://github.com/ijlee2/codemod-utils/pull/71) Dropped Node 16 support and marked stable ([@ijlee2](https://github.com/ijlee2))

## 0.2.5

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

## 1.0.0

### Major Changes

- [#71](https://github.com/ijlee2/codemod-utils/pull/71) Dropped Node 16 support and marked stable ([@ijlee2](https://github.com/ijlee2))

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-cli-string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-utils/ember-cli-string",
"version": "0.1.1",
"version": "1.0.0",
"description": "Utilities for string, as used by Ember CLI",
"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

## 1.0.0

### Major Changes

- [#71](https://github.com/ijlee2/codemod-utils/pull/71) Dropped Node 16 support and marked stable ([@ijlee2](https://github.com/ijlee2))

## 0.5.3

### 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.5.3",
"version": "1.0.0",
"description": "Utilities for handling files",
"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.0.0

### Major Changes

- [#71](https://github.com/ijlee2/codemod-utils/pull/71) Dropped Node 16 support and marked stable ([@ijlee2](https://github.com/ijlee2))

## 0.4.2

### 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": "0.4.2",
"version": "1.0.0",
"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

## 1.0.0

### Major Changes

- [#71](https://github.com/ijlee2/codemod-utils/pull/71) Dropped Node 16 support and marked stable ([@ijlee2](https://github.com/ijlee2))

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

0 comments on commit 9cfa5e7

Please sign in to comment.