Skip to content

Commit

Permalink
chore: release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
imba97 committed Oct 18, 2024
1 parent 8b9cb53 commit 2a8abc6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@initx/monorepo",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"packageManager": "[email protected]",
"description": "More convenient initialization tool",
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": "initx",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"packageManager": "[email protected]",
"description": "More convenient initialization tool",
"author": "imba97",
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": "@initx-plugin/core",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"packageManager": "[email protected]",
"description": "core module for initx plugins",
"author": "imba97",
Expand Down
2 changes: 1 addition & 1 deletion packages/cp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@initx-plugin/cp",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"packageManager": "[email protected]",
"description": "initx plugin, copy some text to clipboard",
"author": "imba97",
Expand Down
2 changes: 1 addition & 1 deletion packages/git/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@initx-plugin/git",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"packageManager": "[email protected]",
"description": "initx plugin, git operations",
"author": "imba97",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@initx-plugin/utils",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"packageManager": "[email protected]",
"description": "More convenient initialization tool",
"author": "imba97",
Expand Down

0 comments on commit 2a8abc6

Please sign in to comment.