Skip to content

Commit

Permalink
chore: release v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
InfernalAzazel committed Nov 26, 2024
1 parent 10eb074 commit b12fdb7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"description": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"type": "module",
"scripts": {
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": "monorepo",
"version": "0.0.7",
"version": "0.0.8",
"description": "",
"scripts": {
"build": "pnpm run build:resolver && pnpm run build:components",
Expand Down
2 changes: 1 addition & 1 deletion packages/k-naiveui-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "k-naiveui-pro",
"type": "module",
"private": false,
"version": "0.0.7",
"version": "0.0.8",
"description": "",
"author": "kylin <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "k-naiveui-pro-resolver",
"version": "0.0.7",
"version": "0.0.8",
"description": "",
"private": false,
"author": "kylin <[email protected]>",
Expand Down

0 comments on commit b12fdb7

Please sign in to comment.