Skip to content

Commit

Permalink
chore(release): publish v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Oct 31, 2023
1 parent 90c03ba commit ac8b734
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 25 deletions.
4 changes: 2 additions & 2 deletions examples/esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esm-example",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"scripts": {
"dev": "browser-sync start --server --serveStatic '../../packages/mocat/build/' --no-open --no-ui --port 3001 --watch",
Expand All @@ -11,6 +11,6 @@
"browser-sync": "^2.26.12"
},
"dependencies": {
"mocat": "^0.3.0"
"mocat": "^0.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/global/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "global-example",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"scripts": {
"dev": "browser-sync start --server --serveStatic '../../packages/mocat/build/' --no-open --no-ui --port 3002 --watch",
Expand All @@ -11,6 +11,6 @@
"browser-sync": "^2.26.12"
},
"dependencies": {
"mocat": "^0.3.0"
"mocat": "^0.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/spa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-spa-example",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -15,7 +15,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"mocat": "^0.3.0",
"mocat": "^0.3.1",
"vite": "^2.9.12",
"vue-tsc": "^0.37.3"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.0",
"version": "0.3.1",
"npmClient": "pnpm",
"command": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocat/eslint-config",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "ESLint configuration",
"author": "lawvs",
Expand Down
2 changes: 1 addition & 1 deletion packages/interceptor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocat/interceptor",
"version": "0.3.0",
"version": "0.3.1",
"description": "Interceptor for Mocat",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/mocat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocat",
"version": "0.3.0",
"version": "0.3.1",
"description": "a development toolbar for mocking",
"keywords": [
"ajax",
Expand Down Expand Up @@ -31,14 +31,14 @@
"clean": "rm -rf build"
},
"dependencies": {
"@mocat/interceptor": "^0.3.0",
"@mocat/ui": "^0.3.0"
"@mocat/interceptor": "^0.3.1",
"@mocat/ui": "^0.3.1"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@mocat/rollup-config": "^0.3.0",
"@mocat/rollup-config": "^0.3.1",
"rollup": "^2.26.11"
}
}
5 changes: 2 additions & 3 deletions packages/rollup-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocat/rollup-config",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Rollup configuration",
"author": "lawvs",
Expand All @@ -12,6 +12,5 @@
"@rollup/plugin-replace": "^2.3.3",
"rollup": "^2.26.11",
"rollup-plugin-typescript2": "^0.32.1"
},
"devDependencies": {}
}
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocat/ui",
"version": "0.3.0",
"version": "0.3.1",
"description": "User Interface for Mocat",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mocat/interceptor": "^0.3.0",
"@mocat/interceptor": "^0.3.1",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.2.5",
"eventemitter2": "^6.4.3",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac8b734

Please sign in to comment.