Skip to content

Commit

Permalink
chore: release v0.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Nov 29, 2023
1 parent 4a86768 commit 3e2ea08
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fourze/monorepo",
"version": "0.30.1",
"version": "0.30.2",
"private": true,
"description": "a mock framework",
"author": "Chizuki <chizukicn@outlook.com>",
Expand Down
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fourze/core",
"type": "module",
"version": "0.30.1",
"version": "0.30.2",
"description": "",
"author": "Chizuki <chizukicn@outlook.com>",
"license": "MIT",
Expand All @@ -17,7 +17,6 @@
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",

"files": [
"dist/"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fourze/nuxt",
"type": "module",
"version": "0.30.1",
"version": "0.30.2",
"license": "MIT",
"homepage": "https://github.com/chizukicn/fourze/tree/main/packages/nuxt#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/swagger-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fourze/swagger-middleware",
"version": "0.30.1",
"version": "0.30.2",
"description": "",
"author": "Chizuki <chizukicn@outlook.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/swagger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fourze/swagger",
"version": "0.30.1",
"version": "0.30.2",
"description": "",
"author": "Chizuki <chizukicn@outlook.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fourze/unplugin",
"version": "0.30.1",
"version": "0.30.2",
"description": "",
"author": "Chizuki <chizukicn@outlook.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fourze/vite",
"version": "0.30.1",
"version": "0.30.2",
"description": "",
"author": "Chizuki <chizukicn@outlook.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fourze/webpack",
"version": "0.30.1",
"version": "0.30.2",
"description": "",
"author": "Chizuki <chizukicn@outlook.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/middlewares/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fourze/middlewares",
"version": "0.30.1",
"version": "0.30.2",
"description": "",
"author": "Chizuki <chizukicn@outlook.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fourze/mock",
"version": "0.30.1",
"version": "0.30.2",
"description": "",
"author": "Chizuki <chizukicn@outlook.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fourze/server",
"version": "0.30.1",
"version": "0.30.2",
"description": "",
"author": "Chizuki <chizukicn@outlook.com>",
"license": "MIT",
Expand Down

0 comments on commit 3e2ea08

Please sign in to comment.