Skip to content

Commit

Permalink
chore(projects): release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
songyf committed Sep 19, 2023
1 parent a11eec6 commit 9aa7d78
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stats.html
# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
!../zx-componments-sdk/.vscode/settings.json
!.vscode/launch.json
.idea
*.suo
Expand All @@ -34,4 +34,4 @@ package-lock.json
yarn.lock
pnmp-lock.yaml

.VSCodeCounter
.VSCodeCounter
2 changes: 1 addition & 1 deletion examples/template-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "template-vue",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elegant-router",
"version": "0.2.2",
"version": "0.2.3",
"description": "A plugin to create router elegantly",
"private": true,
"author": {
Expand All @@ -25,7 +25,7 @@
"cleanup": "soy cleanup",
"ncu": "soy ncu",
"publish-pkg": "pnpm -r publish --access public",
"release": "pnpm soy release && pnpm build && pnpm publish-pkg",
"release": "pnpm soy release && pnpm && pnpm publish-pkg",
"prepare": "pnpm -r run stub"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elegant-router/core",
"version": "0.2.2",
"version": "0.2.3",
"description": "A plugin to create router elegantly",
"author": {
"name": "Soybean",
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": "@elegant-router/react",
"version": "0.2.2",
"version": "0.2.3",
"description": "A React Router plugin to create router elegantly",
"private": true,
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elegant-router/solid",
"version": "0.2.2",
"version": "0.2.3",
"description": "A Solid Router plugin to create router elegantly",
"private": true,
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elegant-router/svelte",
"version": "0.2.2",
"version": "0.2.3",
"description": "A Svelte Router plugin to create router elegantly",
"private": true,
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elegant-router/vue",
"version": "0.2.2",
"version": "0.2.3",
"description": "A Vue3 Router plugin to create router elegantly",
"author": {
"name": "Soybean",
Expand Down

0 comments on commit 9aa7d78

Please sign in to comment.