@operato/scene-grist 0.0.17 → 0.0.18

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 +9 -0
  2. package/package.json +4 -4
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
+ ### [0.0.18](https://github.com/things-scene/operato-scene/compare/v0.0.17...v0.0.18) (2021-12-11)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * upgrade things-factory version ([e7fc142](https://github.com/things-scene/operato-scene/commit/e7fc142a70d3d54b61fdd076522dede8a5908dcd))
12
+
13
+
14
+
6
15
  ### [0.0.17](https://github.com/things-scene/operato-scene/compare/v0.0.16...v0.0.17) (2021-12-11)
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": "0.0.17",
6
+ "version": "0.0.18",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.js",
9
9
  "things-scene": true,
@@ -33,8 +33,8 @@
33
33
  "devDependencies": {
34
34
  "@hatiolab/prettier-config": "^1.0.0",
35
35
  "@operato/board": "^0.2.45",
36
- "@things-factory/builder": "^4.0.12",
37
- "@things-factory/operato-board": "^4.0.12",
36
+ "@things-factory/builder": "^4.0.13",
37
+ "@things-factory/operato-board": "^4.0.13",
38
38
  "@types/chance": "^1.1.3",
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": "73c1f297d63e6a7c92516c206bcce3f5310c77ee"
63
+ "gitHead": "df5990dadb9e9933e69b56810c179dc079eabd0e"
64
64
  }