Skip to content

Commit

Permalink
chore(release): publish version 0.3.37 --tag=latest
Browse files Browse the repository at this point in the history
  • Loading branch information
github-bot committed Feb 5, 2024
1 parent dffabef commit c4dc2cd
Show file tree
Hide file tree
Showing 18 changed files with 59 additions and 59 deletions.
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.36",
"version": "0.3.37",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 3 additions & 3 deletions packages/mona-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytedance/mona-cli",
"version": "0.3.36",
"version": "0.3.37",
"displayName": "mona",
"description": "Merchant app's developing and building tools",
"main": "./bin/mona",
Expand All @@ -20,8 +20,8 @@
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@bytedance/mona-cli-commands": "0.3.36",
"@bytedance/mona-manager": "0.3.36"
"@bytedance/mona-cli-commands": "0.3.37",
"@bytedance/mona-manager": "0.3.37"
},
"devDependencies": {
"@types/node": "^16.4.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/mona-clients/mona-client-max/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytedance/mona-client-max",
"version": "0.3.36",
"version": "0.3.37",
"description": "max for mona",
"main": "./dist/index.js",
"files": [
Expand All @@ -19,9 +19,9 @@
"mona"
],
"dependencies": {
"@bytedance/mona": "0.3.36",
"@bytedance/mona-client-web": "0.3.36",
"@bytedance/mona-shared": "0.3.36",
"@bytedance/mona": "0.3.37",
"@bytedance/mona-client-web": "0.3.37",
"@bytedance/mona-shared": "0.3.37",
"@bytedance/mona-speedy-components": "0.0.37",
"axios": "^1.6.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/mona-clients/mona-client-mini/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytedance/mona-client-mini",
"version": "0.3.36",
"version": "0.3.37",
"description": "miniapp for mona",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -21,8 +21,8 @@
"license": "MIT",
"sideEffects": false,
"dependencies": {
"@bytedance/mona": "0.3.36",
"@bytedance/mona-shared": "0.3.36",
"@bytedance/mona": "0.3.37",
"@bytedance/mona-shared": "0.3.37",
"react-reconciler": "^0.26.2",
"scheduler": "^0.20.2"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/mona-clients/mona-client-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytedance/mona-client-plugin",
"version": "0.3.36",
"version": "0.3.37",
"description": "plugin for mona",
"main": "./dist/index.js",
"files": [
Expand All @@ -17,10 +17,10 @@
"mona"
],
"dependencies": {
"@bytedance/mona": "0.3.36",
"@bytedance/mona-client-web": "0.3.36",
"@bytedance/mona-plugin-events": "0.3.36",
"@bytedance/mona-shared": "0.3.36"
"@bytedance/mona": "0.3.37",
"@bytedance/mona-client-web": "0.3.37",
"@bytedance/mona-plugin-events": "0.3.37",
"@bytedance/mona-shared": "0.3.37"
},
"peerDependencies": {
"react": "^17.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/mona-clients/mona-client-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytedance/mona-client-web",
"version": "0.3.36",
"version": "0.3.37",
"description": "web for mona",
"main": "./dist/index.js",
"files": [
Expand All @@ -19,8 +19,8 @@
"mona"
],
"dependencies": {
"@bytedance/mona": "0.3.36",
"@bytedance/mona-shared": "0.3.36",
"@bytedance/mona": "0.3.37",
"@bytedance/mona-shared": "0.3.37",
"ahooks": "^3.7.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/mona-manager-plugins/mona-cli-commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytedance/mona-cli-commands",
"version": "0.3.36",
"version": "0.3.37",
"displayName": "mona-cli-commands",
"description": "mona-cli commands plugins for mona-manager",
"main": "./dist/index",
Expand All @@ -16,8 +16,8 @@
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@bytedance/mona-manager": "0.3.36",
"@bytedance/mona-shared": "0.3.36",
"@bytedance/mona-manager": "0.3.37",
"@bytedance/mona-shared": "0.3.37",
"@koa/cors": "^4.0.0",
"@koa/router": "^12.0.0",
"axios": "^1.6.5",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bytedance/mona-manager-plugins-shared",
"displayName": "mona-manager-plugins-shared",
"version": "0.3.36",
"version": "0.3.37",
"description": "mona-manager plugins shared utils and plugins",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand All @@ -17,7 +17,7 @@
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@bytedance/mona-manager": "0.3.36",
"@bytedance/mona-manager": "0.3.37",
"copy-webpack-plugin": "^10.2.0",
"webpack": "^5.58.2"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytedance/mona-service-commands",
"version": "0.3.36",
"version": "0.3.37",
"displayName": "mona-service-commands",
"description": "mona-service commands plugins for mona-manager",
"main": "./dist/index.js",
Expand All @@ -17,8 +17,8 @@
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@bytedance/mona-manager": "0.3.36",
"@bytedance/mona-shared": "0.3.36",
"@bytedance/mona-manager": "0.3.37",
"@bytedance/mona-shared": "0.3.37",
"archiver": "^5.3.0",
"assert": "^2.0.0",
"axios": "^1.6.5",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytedance/mona-service-target-lynx",
"version": "0.3.36",
"version": "0.3.37",
"displayName": "mona-service-target-lynx",
"description": "mona-service lynx target plugin for mona-manager",
"main": "./dist/index.js",
Expand All @@ -24,8 +24,8 @@
"@babel/preset-typescript": "^7.16.5",
"@babel/traverse": "^7.16.5",
"@babel/types": "^7.16.0",
"@bytedance/mona-manager": "0.3.36",
"@bytedance/mona-manager-plugins-shared": "0.3.36",
"@bytedance/mona-manager": "0.3.37",
"@bytedance/mona-manager-plugins-shared": "0.3.37",
"@bytedance/mona-speedy": "0.0.37",
"@bytedance/mona-speedy-components": "0.0.37",
"@bytedance/mona-speedy-runtime": "0.0.37",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytedance/mona-service-target-mini",
"version": "0.3.36",
"version": "0.3.37",
"displayName": "mona-service-target-mini",
"description": "mona-service mini target plugin for mona-manager",
"main": "./dist/index.js",
Expand All @@ -25,10 +25,10 @@
"@babel/preset-typescript": "^7.16.5",
"@babel/traverse": "^7.16.5",
"@babel/types": "^7.16.0",
"@bytedance/mona": "0.3.36",
"@bytedance/mona-manager-plugins-shared": "0.3.36",
"@bytedance/mona-runtime": "0.3.36",
"@bytedance/mona-shared": "0.3.36",
"@bytedance/mona": "0.3.37",
"@bytedance/mona-manager-plugins-shared": "0.3.37",
"@bytedance/mona-runtime": "0.3.37",
"@bytedance/mona-shared": "0.3.37",
"@teamsupercell/typings-for-css-modules-loader": "^2.5.1",
"acorn-walk": "^8.2.0",
"babel-loader": "^8.2.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytedance/mona-service-target-web",
"version": "0.3.36",
"version": "0.3.37",
"displayName": "mona-service-target-web",
"description": "mona-service web target plugin for mona-manager",
"main": "./dist/index.js",
Expand All @@ -24,9 +24,9 @@
"@babel/preset-react": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@babel/types": "^7.16.0",
"@bytedance/mona-manager-plugins-shared": "0.3.36",
"@bytedance/mona-runtime": "0.3.36",
"@bytedance/mona-shared": "0.3.36",
"@bytedance/mona-manager-plugins-shared": "0.3.37",
"@bytedance/mona-runtime": "0.3.37",
"@bytedance/mona-shared": "0.3.37",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@svgr/webpack": "^8.1.0",
"@teamsupercell/typings-for-css-modules-loader": "^2.5.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/mona-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytedance/mona-manager",
"version": "0.3.36",
"version": "0.3.37",
"displayName": "mona-manager",
"description": "mona cli plugin system",
"main": "./dist/index.js",
Expand All @@ -17,8 +17,8 @@
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@bytedance/mona": "0.3.36",
"@bytedance/mona-shared": "0.3.36",
"@bytedance/mona": "0.3.37",
"@bytedance/mona-shared": "0.3.37",
"chalk": "^4.1.2",
"command-line-usage": "^6.1.1",
"lodash.merge": "^4.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mona-plugin-events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytedance/mona-plugin-events",
"version": "0.3.36",
"version": "0.3.37",
"description": "Merchant application plugin side communication package",
"author": "[email protected]",
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions packages/mona-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytedance/mona-runtime",
"version": "0.3.36",
"version": "0.3.37",
"description": "Merchant app's developing and building tools",
"main": "./dist/index",
"lynx": "./dist/index.max.js",
Expand All @@ -26,13 +26,13 @@
"typescript-transform-paths": "^2.2.4"
},
"dependencies": {
"@bytedance/mona": "0.3.36",
"@bytedance/mona-client-max": "0.3.36",
"@bytedance/mona-client-mini": "0.3.36",
"@bytedance/mona-client-plugin": "0.3.36",
"@bytedance/mona-client-web": "0.3.36",
"@bytedance/mona-plugin-events": "0.3.36",
"@bytedance/mona-shared": "0.3.36"
"@bytedance/mona": "0.3.37",
"@bytedance/mona-client-max": "0.3.37",
"@bytedance/mona-client-mini": "0.3.37",
"@bytedance/mona-client-plugin": "0.3.37",
"@bytedance/mona-client-web": "0.3.37",
"@bytedance/mona-plugin-events": "0.3.37",
"@bytedance/mona-shared": "0.3.37"
},
"publishConfig": {
"access": "public",
Expand Down
12 changes: 6 additions & 6 deletions packages/mona-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytedance/mona-service",
"version": "0.3.36",
"version": "0.3.37",
"displayName": "mona",
"description": "Merchant app's developing and building tools",
"main": "./dist/index.js",
Expand All @@ -21,11 +21,11 @@
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@bytedance/mona-manager": "0.3.36",
"@bytedance/mona-service-commands": "0.3.36",
"@bytedance/mona-service-target-lynx": "0.3.36",
"@bytedance/mona-service-target-mini": "0.3.36",
"@bytedance/mona-service-target-web": "0.3.36",
"@bytedance/mona-manager": "0.3.37",
"@bytedance/mona-service-commands": "0.3.37",
"@bytedance/mona-service-target-lynx": "0.3.37",
"@bytedance/mona-service-target-mini": "0.3.37",
"@bytedance/mona-service-target-web": "0.3.37",
"dotenv": "^10.0.0",
"minimist": "^1.2.5",
"pkg-updater": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/mona-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bytedance/mona-shared",
"displayName": "mona-shared",
"version": "0.3.36",
"version": "0.3.37",
"description": "mona shared utils",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/mona/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytedance/mona",
"version": "0.3.36",
"version": "0.3.37",
"description": "Merchant app's developing and building tools",
"main": "./dist/index",
"scripts": {
Expand Down

0 comments on commit c4dc2cd

Please sign in to comment.