@operato/scene-grist 1.0.0-alpha.33 → 1.0.0-alpha.34

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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.34](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2022-07-11)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * latest [@things-factory](https://github.com/things-factory) ([03247f1](https://github.com/things-scene/operato-scene/commit/03247f188183fd784721521ff06ef49c440849bf))
12
+ * latest dependencies ([a9f062a](https://github.com/things-scene/operato-scene/commit/a9f062a08e4b3ffc89e7b99f3043520a5caea78b))
13
+
14
+
15
+
6
16
  ## [1.0.0-alpha.33](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2022-07-09)
7
17
 
8
18
  **Note:** Version bump only for package @operato/scene-grist
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.33",
6
+ "version": "1.0.0-alpha.34",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.js",
9
9
  "things-scene": true,
@@ -27,12 +27,12 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@hatiolab/things-scene": "^3.0.18",
30
- "@operato/data-grist": "^1.0.0-beta.45"
30
+ "@operato/data-grist": "^1.0.0-beta.46"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@hatiolab/prettier-config": "^1.0.0",
34
- "@things-factory/builder": "^5.0.0-zeta.14",
35
- "@things-factory/operato-board": "^5.0.0-zeta.14",
34
+ "@things-factory/builder": "^5.0.0-zeta.16",
35
+ "@things-factory/operato-board": "^5.0.0-zeta.16",
36
36
  "@types/lodash-es": "^4.17.5",
37
37
  "@typescript-eslint/eslint-plugin": "^4.33.0",
38
38
  "@typescript-eslint/parser": "^4.33.0",
@@ -58,5 +58,5 @@
58
58
  "prettier --write"
59
59
  ]
60
60
  },
61
- "gitHead": "e5e75469ed573a82fc972e3ad7fd044d94a5e981"
61
+ "gitHead": "6c871517949addad3dbb8cc1127dbc7bdcf2d90b"
62
62
  }