@operato/scene-grist 1.0.0-alpha.13 → 1.0.0-alpha.14
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,15 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [1.0.0-alpha.14](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2022-05-01)
|
7
|
+
|
8
|
+
|
9
|
+
### :bug: Bug Fix
|
10
|
+
|
11
|
+
* apply @hatiolab/things-scene 3.0.6 - memory free ([5778610](https://github.com/things-scene/operato-scene/commit/5778610aa6456709cb931a3185b189f1d3bd1ff9))
|
12
|
+
|
13
|
+
|
14
|
+
|
6
15
|
## [1.0.0-alpha.13](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2022-04-24)
|
7
16
|
|
8
17
|
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"description": "Grist UI component for things-scene",
|
4
4
|
"license": "MIT",
|
5
5
|
"author": "heartyoh",
|
6
|
-
"version": "1.0.0-alpha.
|
6
|
+
"version": "1.0.0-alpha.14",
|
7
7
|
"main": "dist/index.js",
|
8
8
|
"module": "dist/index.js",
|
9
9
|
"things-scene": true,
|
@@ -26,15 +26,15 @@
|
|
26
26
|
"migration": "things-factory-migration"
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
|
-
"@hatiolab/things-scene": "^3.0.
|
29
|
+
"@hatiolab/things-scene": "^3.0.6",
|
30
30
|
"@operato/data-grist": "^1.0.0-alpha.51",
|
31
31
|
"uuid": "^3.4.0"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
34
|
"@hatiolab/prettier-config": "^1.0.0",
|
35
|
-
"@operato/board": "^1.0.0-beta.
|
36
|
-
"@things-factory/builder": "^5.0.0-alpha.
|
37
|
-
"@things-factory/operato-board": "^5.0.0-alpha.
|
35
|
+
"@operato/board": "^1.0.0-beta.11",
|
36
|
+
"@things-factory/builder": "^5.0.0-alpha.41",
|
37
|
+
"@things-factory/operato-board": "^5.0.0-alpha.41",
|
38
38
|
"@types/lodash-es": "^4.17.5",
|
39
39
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
40
40
|
"@typescript-eslint/parser": "^4.33.0",
|
@@ -60,5 +60,5 @@
|
|
60
60
|
"prettier --write"
|
61
61
|
]
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "9eb96c445b5bcb463a4b92371ef0b2c72964a411"
|
64
64
|
}
|