@operato/scene-half-roundrect 1.0.0-alpha.4 → 1.0.0-alpha.5

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 +5 -5
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
+ ## [1.0.0-alpha.5](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-04-03)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * upgrade lit and operato, things-factory ([f056300](https://github.com/things-scene/operato-scene/commit/f056300c0e2f85c41715d3178f12c39bf3110a34))
12
+
13
+
14
+
6
15
  ## [1.0.0-alpha.4](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-03-13)
7
16
 
8
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/scene-half-roundrect",
3
- "version": "1.0.0-alpha.4",
3
+ "version": "1.0.0-alpha.5",
4
4
  "description": "Half roundrect component for things-scene",
5
5
  "license": "MIT",
6
6
  "author": "heartyoh",
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@hatiolab/prettier-config": "^1.0.0",
33
- "@operato/board": "^1.0.0-alpha.17",
34
- "@things-factory/builder": "^5.0.0-alpha.6",
35
- "@things-factory/operato-board": "^5.0.0-alpha.6",
33
+ "@operato/board": "^1.0.0-alpha.48",
34
+ "@things-factory/builder": "^5.0.0-alpha.26",
35
+ "@things-factory/operato-board": "^5.0.0-alpha.26",
36
36
  "@typescript-eslint/eslint-plugin": "^4.33.0",
37
37
  "@typescript-eslint/parser": "^4.33.0",
38
38
  "@web/dev-server": "^0.1.28",
@@ -57,5 +57,5 @@
57
57
  "prettier --write"
58
58
  ]
59
59
  },
60
- "gitHead": "2f1eb91ee3db540e686a1e6094657c5688f299f5"
60
+ "gitHead": "ed432f01509b87d9a37fbfa63647119a55337598"
61
61
  }