Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tagged 2.0.0 #113

Merged
merged 2 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/fast-starfishes-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-bags-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-mails-yell.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Isaac J. Lee
Copyright (c) 2024 Isaac J. Lee

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
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.2.7",
"version": "2.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.2.4

### Patch Changes

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

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ast/javascript/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Isaac J. Lee
Copyright (c) 2024 Isaac J. Lee

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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.3",
"version": "1.2.4",
"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.2

### Patch Changes

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

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ast/template/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Isaac J. Lee
Copyright (c) 2024 Isaac J. Lee

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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.1",
"version": "1.1.2",
"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.2

### Patch Changes

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

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprints/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Isaac J. Lee
Copyright (c) 2024 Isaac J. Lee

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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

## 1.1.6

### Patch Changes

- [#112](https://github.com/Sijlee2/codemod-utils/pull/112) Updated latestVersions ([@ijlee2](https://github.com/ijlee2))
- [#111](https://github.com/ijlee2/codemod-utils/pull/111) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 1.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Isaac J. Lee
Copyright (c) 2024 Isaac J. Lee

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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.1.5",
"version": "1.1.6",
"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.1.2

### Patch Changes

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

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-cli-string/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Isaac J. Lee
Copyright (c) 2024 Isaac J. Lee

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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": "1.1.1",
"version": "1.1.2",
"description": "Utilities for string, as used by Ember CLI",
"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

## 2.0.0

### Major Changes

- [#110](https://github.com/ijlee2/codemod-utils/pull/110) Removed deprecated utilities from @codemod-utils/files ([@ijlee2](https://github.com/ijlee2))

### Patch Changes

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

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/files/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Isaac J. Lee
Copyright (c) 2024 Isaac J. Lee

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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": "1.1.1",
"version": "2.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.1.5

### Patch Changes

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

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/json/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Isaac J. Lee
Copyright (c) 2024 Isaac J. Lee

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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.4",
"version": "1.1.5",
"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.1.3

### Patch Changes

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

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Isaac J. Lee
Copyright (c) 2024 Isaac J. Lee

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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