Skip to content

Commit

Permalink
chore: release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sukbearai committed Jan 21, 2025
1 parent 3b12632 commit f27e232
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apps/my-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "my-app",
"type": "module",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"scripts": {
"docs:dev": "vitepress dev",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-xui-preset-only/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-xui-preset-only",
"type": "module",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-xui-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-xui-vue",
"type": "module",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suwujs/monorepo",
"type": "module",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"packageManager": "[email protected]+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suwujs/logger",
"type": "module",
"version": "0.1.5",
"version": "0.1.6",
"description": "dev logger",
"author": "suk.bear <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suwujs/nuxt-kit",
"type": "module",
"version": "0.1.5",
"version": "0.1.6",
"description": "dev logger",
"author": "suk.bear <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suwujs/preset",
"type": "module",
"version": "0.1.5",
"version": "0.1.6",
"description": " css rules for unocss preset",
"author": "suk.bear <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suwujs/ui",
"type": "module",
"version": "0.1.5",
"version": "0.1.6",
"description": "vue3 component library",
"author": "suk.bear <[email protected]>",
"license": "MIT",
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": "@suwujs/utils",
"type": "module",
"version": "0.1.5",
"version": "0.1.6",
"description": "x-dev-tools utils library",
"author": "suk.bear <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-dev-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suwujs/x-dev-tools",
"type": "module",
"version": "0.1.5",
"version": "0.1.6",
"description": "some basic developing tools",
"author": "suk.bear <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit f27e232

Please sign in to comment.