Skip to content

Commit b5072af

Browse files
committed
chore: Release 0.9.33
1 parent f6fc5a3 commit b5072af

8 files changed

Lines changed: 149 additions & 311 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 182 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-devtools-root",
3-
"version": "0.9.32",
3+
"version": "0.9.33",
44
"private": true,
55
"workspaces": [
66
"packages/*"
@@ -29,7 +29,8 @@
2929
"debug": "node scripts/launch-chromium-for-debugging.js",
3030
"lint": "eslint '**/*.js' '**/*.jsx'",
3131
"lint-fix": "eslint --fix '**/*.js' '**/*.jsx'",
32-
"precommit": "lint-staged"
32+
"precommit": "lint-staged",
33+
"release": "bash scripts/release.sh"
3334
},
3435
"lint-staged": {
3536
"*.{js,jsx}": [
@@ -91,4 +92,4 @@
9192
"geckodriver": "^1.10.0",
9293
"node-polyfill-webpack-plugin": "^4.0.0"
9394
}
94-
}
95+
}
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"name": "mobx-devtools-mst",
3-
"version": "0.9.32",
4-
"engines": {
5-
"node": ">=20"
6-
},
7-
"main": "lib/index.js",
8-
"typings": "index.d.ts",
9-
"repository": {
10-
"type": "git",
11-
"url": "https://github.com/mobxjs/mobx-devtools.git"
12-
},
13-
"author": "Andy Kogut",
14-
"license": "MIT",
15-
"bugs": {
16-
"url": "https://github.com/mobxjs/mobx/issues"
17-
},
18-
"homepage": "https://mobxjs.github.io/mobx",
19-
"keywords": [
20-
"mobx",
21-
"mobx-state-tree",
22-
"mst",
23-
"devtools"
24-
],
25-
"scripts": {
26-
"build": "cross-env NODE_ENV=production webpack"
27-
},
28-
"peerDependencies": {
29-
"mobx": "^2.2.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
30-
"mobx-state-tree": "*"
31-
}
2+
"name": "mobx-devtools-mst",
3+
"version": "0.9.33",
4+
"engines": {
5+
"node": ">=20"
6+
},
7+
"main": "lib/index.js",
8+
"typings": "index.d.ts",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/mobxjs/mobx-devtools.git"
12+
},
13+
"author": "Andy Kogut",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/mobxjs/mobx/issues"
17+
},
18+
"homepage": "https://mobxjs.github.io/mobx",
19+
"keywords": [
20+
"mobx",
21+
"mobx-state-tree",
22+
"mst",
23+
"devtools"
24+
],
25+
"scripts": {
26+
"build": "cross-env NODE_ENV=production webpack"
27+
},
28+
"peerDependencies": {
29+
"mobx": "^2.2.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
30+
"mobx-state-tree": "*"
31+
}
3232
}
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "mobx-devtools",
3-
"version": "0.9.32",
4-
"engines": {
5-
"node": ">=20"
6-
},
7-
"repository": {
8-
"type": "git",
9-
"url": "https://github.com/mobxjs/mobx-devtools.git"
10-
},
11-
"author": "Andy Kogut",
12-
"license": "MIT",
13-
"scripts": {
14-
"build": "webpack"
15-
},
16-
"bugs": {
17-
"url": "https://github.com/mobxjs/mobx/issues"
18-
},
19-
"homepage": "https://mobxjs.github.io/mobx",
20-
"dependencies": {
21-
"ip": "^1.1.5",
22-
"ws": "^7.3.1"
23-
}
2+
"name": "mobx-devtools",
3+
"version": "0.9.33",
4+
"engines": {
5+
"node": ">=20"
6+
},
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/mobxjs/mobx-devtools.git"
10+
},
11+
"author": "Andy Kogut",
12+
"license": "MIT",
13+
"scripts": {
14+
"build": "webpack"
15+
},
16+
"bugs": {
17+
"url": "https://github.com/mobxjs/mobx/issues"
18+
},
19+
"homepage": "https://mobxjs.github.io/mobx",
20+
"dependencies": {
21+
"ip": "^1.1.5",
22+
"ws": "^7.3.1"
23+
}
2424
}

0 commit comments

Comments
 (0)