@operato/scene-grist 8.0.0-alpha.1 → 8.0.0-alpha.3
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 +3 -2
- package/tsconfig.tsbuildinfo +1 -1
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
|
+
## [8.0.0-alpha.3](https://github.com/things-scene/operato-scene/compare/v8.0.0-alpha.2...v8.0.0-alpha.3) (2024-09-15)
|
7
|
+
|
8
|
+
|
9
|
+
### :bug: Bug Fix
|
10
|
+
|
11
|
+
* missing dependency ([32ccf4f](https://github.com/things-scene/operato-scene/commit/32ccf4facfa01d95b166c8edc7dd5e93298f5750))
|
12
|
+
|
13
|
+
|
14
|
+
|
6
15
|
## [8.0.0-alpha.1](https://github.com/things-scene/operato-scene/compare/v8.0.0-alpha.0...v8.0.0-alpha.1) (2024-09-09)
|
7
16
|
|
8
17
|
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@operato/scene-grist",
|
3
3
|
"description": "Grist UI component for things-scene",
|
4
4
|
"author": "heartyoh",
|
5
|
-
"version": "8.0.0-alpha.
|
5
|
+
"version": "8.0.0-alpha.3",
|
6
6
|
"main": "dist/index.js",
|
7
7
|
"module": "dist/index.js",
|
8
8
|
"license": "MIT",
|
@@ -29,6 +29,7 @@
|
|
29
29
|
"dependencies": {
|
30
30
|
"@hatiolab/things-scene": "^8.0.0-alpha",
|
31
31
|
"@operato/data-grist": "^8.0.0-alpha",
|
32
|
+
"@operato/i18n": "^8.0.0-alpha",
|
32
33
|
"ses": "^1.5.0"
|
33
34
|
},
|
34
35
|
"devDependencies": {
|
@@ -60,5 +61,5 @@
|
|
60
61
|
"prettier --write"
|
61
62
|
]
|
62
63
|
},
|
63
|
-
"gitHead": "
|
64
|
+
"gitHead": "464ddfa271b121d79c706baea9d6c9dd8f21034d"
|
64
65
|
}
|