@operato/scene-half-roundrect 1.0.0-alpha.27 → 1.0.0-alpha.28
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +12 -0
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,18 @@
|
|
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.28](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.27...v1.0.0-alpha.28) (2022-07-03)
|
7
|
+
|
8
|
+
|
9
|
+
### :bug: Bug Fix
|
10
|
+
|
11
|
+
* latest [@operato](https://github.com/operato) [@things-factory](https://github.com/things-factory) ([6ef27eb](https://github.com/things-scene/operato-scene/commit/6ef27eba820d7641e6c7cc3cedf815c0af74a6c7))
|
12
|
+
* latest @hatiolab/things-scene [@operato](https://github.com/operato) ([353d090](https://github.com/things-scene/operato-scene/commit/353d0900a24a96aabde48405ee6ec18b1b227e09))
|
13
|
+
* latest dependencies ([4ad53db](https://github.com/things-scene/operato-scene/commit/4ad53db21b0f88856f93fcbc3a12b80011d73a1b))
|
14
|
+
* latest dependencies ([7328b85](https://github.com/things-scene/operato-scene/commit/7328b85c151feb718ca1bcdaf9ac36f9f721ed57))
|
15
|
+
|
16
|
+
|
17
|
+
|
6
18
|
## [1.0.0-alpha.27](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.26...v1.0.0-alpha.27) (2022-06-22)
|
7
19
|
|
8
20
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@operato/scene-half-roundrect",
|
3
|
-
"version": "1.0.0-alpha.
|
3
|
+
"version": "1.0.0-alpha.28",
|
4
4
|
"description": "Half roundrect component for things-scene",
|
5
5
|
"license": "MIT",
|
6
6
|
"author": "heartyoh",
|
@@ -26,13 +26,12 @@
|
|
26
26
|
"migration": "things-factory-migration"
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
|
-
"@hatiolab/things-scene": "^3.0.
|
29
|
+
"@hatiolab/things-scene": "^3.0.18"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
32
|
"@hatiolab/prettier-config": "^1.0.0",
|
33
|
-
"@
|
34
|
-
"@things-factory/
|
35
|
-
"@things-factory/operato-board": "^5.0.0-zeta.7",
|
33
|
+
"@things-factory/builder": "^5.0.0-zeta.11",
|
34
|
+
"@things-factory/operato-board": "^5.0.0-zeta.11",
|
36
35
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
37
36
|
"@typescript-eslint/parser": "^4.33.0",
|
38
37
|
"@web/dev-server": "^0.1.28",
|
@@ -57,5 +56,5 @@
|
|
57
56
|
"prettier --write"
|
58
57
|
]
|
59
58
|
},
|
60
|
-
"gitHead": "
|
59
|
+
"gitHead": "831ffc8fc38caeb622952daf798899534847b4fc"
|
61
60
|
}
|