Skip to content

Commit

Permalink
chore: release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bisquit committed Aug 13, 2023
1 parent 906db39 commit adea6ee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ts-rename-all",
"private": true,
"description": "Once rename, then others are also renamed the same way.",
"version": "0.8.0",
"version": "0.9.0",
"license": "MIT",
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ts-rename-all/cli",
"description": "Once rename, then others are also renamed the same way.",
"version": "0.8.0",
"version": "0.9.0",
"license": "MIT",
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ts-rename-all/core",
"description": "Once rename, then others are also renamed the same way.",
"version": "0.8.0",
"version": "0.9.0",
"license": "MIT",
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-rename-all/shared",
"version": "0.8.0",
"version": "0.9.0",
"license": "MIT",
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"displayName": "TS Rename All",
"description": "Once rename, then others are also renamed the same way.",
"version": "0.8.0",
"version": "0.9.0",
"license": "MIT",
"publisher": "bisquit",
"icon": "assets/icon.png",
Expand Down

0 comments on commit adea6ee

Please sign in to comment.