Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitotsubashi committed Oct 26, 2023
1 parent 7133675 commit 0ee0116
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/cmd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sagaroute/cmd",
"version": "0.0.2",
"version": "0.0.3",
"description": "A command-line tool for generating conventional routes built on top of @sagaroute/react",
"author": "Hitotsubashi",
"keywords": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"nyc": "^15.1.0"
},
"dependencies": {
"@sagaroute/react": "^0.0.2",
"@sagaroute/react": "^0.0.3",
"colorette": "^2.0.20",
"single-line-log": "^1.1.2",
"yargs": "^17.7.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sagaroute/react",
"version": "0.0.2",
"version": "0.0.3",
"description": "A conventional routing plugin for generating routes that suitable for React Router@6+",
"keywords": [
"routes",
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"publisher": "ocean-sagaroute",
"description": "A VSCode plugin based on @sagaroute/react for quickly generating generating routes that suitable for React Router@6+",
"version": "0.0.5",
"version": "0.1.0",
"icon": "LOGO.png",
"engines": {
"vscode": "^1.55.2",
Expand Down Expand Up @@ -132,7 +132,7 @@
"@babel/parser": "^7.21.2",
"@babel/traverse": "^7.21.2",
"@babel/types": "^7.21.3",
"@sagaroute/react": "^0.0.2",
"@sagaroute/react": "^0.0.3",
"chokidar": "^3.5.3",
"glob": "^7.1.4",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 0ee0116

Please sign in to comment.