@operato/scene-grist 0.1.0 → 0.1.1

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
+ ### [0.1.1](https://github.com/things-scene/operato-scene/compare/v0.1.0...v0.1.1) (2022-01-03)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * [@things-factory](https://github.com/things-factory) 4.0.27 for webpack 5 ([c1b8ce2](https://github.com/things-scene/operato-scene/commit/c1b8ce2a4f069a77b75c82ef8abe2b52974fa5a2))
12
+ * @operato/board@0.3.4 ([9f7a868](https://github.com/things-scene/operato-scene/commit/9f7a86820280d24b08dabfd9c9b0f46b4c74feed))
13
+
14
+
15
+
6
16
  ## [0.1.0](https://github.com/things-scene/operato-scene/compare/v0.0.26...v0.1.0) (2022-01-03)
7
17
 
8
18
 
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.1.0",
6
+ "version": "0.1.1",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.js",
9
9
  "things-scene": true,
@@ -32,9 +32,9 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@hatiolab/prettier-config": "^1.0.0",
35
- "@operato/board": "^0.3.1",
36
- "@things-factory/builder": "^4.0.26",
37
- "@things-factory/operato-board": "^4.0.26",
35
+ "@operato/board": "^0.3.4",
36
+ "@things-factory/builder": "^4.0.27",
37
+ "@things-factory/operato-board": "^4.0.27",
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": "ea310c514bb1bb5b60f14ca455e62515e05fe2c4"
63
+ "gitHead": "3725a87f97dc196896b89044fd4191fc8ce704ff"
64
64
  }