@operato/scene-grist 7.3.7 → 7.3.11

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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
+ ## [7.3.11](https://github.com/things-scene/operato-scene/compare/v7.3.10...v7.3.11) (2024-09-13)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * missing dependency ([e3f017d](https://github.com/things-scene/operato-scene/commit/e3f017d20eeb8d015974c24bbe0635ade704ec12))
12
+
13
+
14
+
15
+ ## [7.3.9](https://github.com/things-scene/operato-scene/compare/v7.3.8...v7.3.9) (2024-09-11)
16
+
17
+
18
+ ### :bug: Bug Fix
19
+
20
+ * @hatiolab/things-scene version ([5260171](https://github.com/things-scene/operato-scene/commit/52601719115288709ca7e0eee0974cc4677f219e))
21
+
22
+
23
+
6
24
  ## [7.3.7](https://github.com/things-scene/operato-scene/compare/v7.3.6...v7.3.7) (2024-08-27)
7
25
 
8
26
 
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": "7.3.7",
5
+ "version": "7.3.11",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
8
  "license": "MIT",
@@ -27,8 +27,9 @@
27
27
  "migration": "things-factory-migration"
28
28
  },
29
29
  "dependencies": {
30
- "@hatiolab/things-scene": "^3.2.0",
30
+ "@hatiolab/things-scene": "^3.4.0",
31
31
  "@operato/data-grist": "^7.0.0",
32
+ "@operato/i18n": "^7.0.0",
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": "48593f2287c9f0087cf2cab784242e9095a36c36"
64
+ "gitHead": "a5d3a89b1c933a01f345a2ccebbd242e24715812"
64
65
  }