Skip to content

Commit

Permalink
chore: release v0.28.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Aug 31, 2023
1 parent f9e9834 commit caa774e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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.28.3",
"version": "0.28.4",
"private": true,
"description": "a mock framework",
"author": "chizuki",
Expand Down
2 changes: 1 addition & 1 deletion 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.28.3",
"version": "0.28.4",
"description": "",
"author": "chizuki",
"license": "MIT",
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.28.3",
"version": "0.28.4",
"license": "MIT",
"exports": {
".": {
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.28.3",
"version": "0.28.4",
"description": "",
"author": "chizuki",
"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.28.3",
"version": "0.28.4",
"description": "",
"author": "chizuki",
"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.28.3",
"version": "0.28.4",
"description": "",
"author": "chizuki",
"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.28.3",
"version": "0.28.4",
"description": "",
"author": "chizuki",
"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.28.3",
"version": "0.28.4",
"description": "",
"author": "chizuki",
"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.28.3",
"version": "0.28.4",
"description": "",
"author": "chizuki",
"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.28.3",
"version": "0.28.4",
"description": "",
"author": "chizuki",
"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.28.3",
"version": "0.28.4",
"description": "",
"author": "chizuki",
"license": "MIT",
Expand Down

0 comments on commit caa774e

Please sign in to comment.