Skip to content

Commit ece9acd

Browse files
github-actions[bot]Release
andauthored
chore: Bump version (0.9.32) (#155)
Co-authored-by: Release <[email protected]>
1 parent 1e32091 commit ece9acd

File tree

5 files changed

+4647
-5062
lines changed

5 files changed

+4647
-5062
lines changed

lerna.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"lerna": "2.4.0",
3-
"version": "0.9.31",
4-
"packages": ["packages/*"]
5-
}
2+
"lerna": "2.4.0",
3+
"version": "0.9.32",
4+
"packages": [
5+
"packages/*"
6+
]
7+
}
Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"name": "mobx-devtools-mst",
3-
"version": "0.9.30",
4-
"main": "lib/index.js",
5-
"typings": "index.d.ts",
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/mobxjs/mobx-devtools.git"
9-
},
10-
"author": "Andy Kogut",
11-
"license": "MIT",
12-
"bugs": {
13-
"url": "https://github.com/mobxjs/mobx/issues"
14-
},
15-
"homepage": "https://mobxjs.github.io/mobx",
16-
"keywords": [
17-
"mobx",
18-
"mobx-state-tree",
19-
"mst",
20-
"devtools"
21-
],
22-
"scripts": {
23-
"build": "cross-env NODE_ENV=production webpack"
24-
},
25-
"peerDependencies": {
26-
"mobx": "^2.2.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
27-
"mobx-state-tree": "*"
28-
}
29-
}
2+
"name": "mobx-devtools-mst",
3+
"version": "0.9.32",
4+
"main": "lib/index.js",
5+
"typings": "index.d.ts",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/mobxjs/mobx-devtools.git"
9+
},
10+
"author": "Andy Kogut",
11+
"license": "MIT",
12+
"bugs": {
13+
"url": "https://github.com/mobxjs/mobx/issues"
14+
},
15+
"homepage": "https://mobxjs.github.io/mobx",
16+
"keywords": [
17+
"mobx",
18+
"mobx-state-tree",
19+
"mst",
20+
"devtools"
21+
],
22+
"scripts": {
23+
"build": "cross-env NODE_ENV=production webpack"
24+
},
25+
"peerDependencies": {
26+
"mobx": "^2.2.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
27+
"mobx-state-tree": "*"
28+
}
29+
}
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "mobx-devtools",
3-
"version": "0.9.27",
4-
"repository": {
5-
"type": "git",
6-
"url": "https://github.com/mobxjs/mobx-devtools.git"
7-
},
8-
"author": "Andy Kogut",
9-
"license": "MIT",
10-
"scripts": {
11-
"build": "webpack"
12-
},
13-
"bin": {
14-
"mobx-devtools": "./bin.js"
15-
},
16-
"bugs": {
17-
"url": "https://github.com/mobxjs/mobx/issues"
18-
},
19-
"homepage": "https://mobxjs.github.io/mobx",
20-
"dependencies": {
21-
"electron": "^11.0.1",
22-
"ip": "^1.1.5",
23-
"ws": "^7.3.1"
24-
}
25-
}
2+
"name": "mobx-devtools",
3+
"version": "0.9.32",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/mobxjs/mobx-devtools.git"
7+
},
8+
"author": "Andy Kogut",
9+
"license": "MIT",
10+
"scripts": {
11+
"build": "webpack"
12+
},
13+
"bin": {
14+
"mobx-devtools": "./bin.js"
15+
},
16+
"bugs": {
17+
"url": "https://github.com/mobxjs/mobx/issues"
18+
},
19+
"homepage": "https://mobxjs.github.io/mobx",
20+
"dependencies": {
21+
"electron": "^11.0.1",
22+
"ip": "^1.1.5",
23+
"ws": "^7.3.1"
24+
}
25+
}

0 commit comments

Comments
 (0)