@operato/scene-half-roundrect 1.0.0-alpha.31 → 1.0.0-alpha.35

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 +36 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,42 @@
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.35](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2022-07-15)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * latest dependencies ([f5ea226](https://github.com/things-scene/operato-scene/commit/f5ea2264cde9ee6a0e20586ce9e86e47a3d8d922))
12
+ * latest dependencies ([7438dd3](https://github.com/things-scene/operato-scene/commit/7438dd3de9bdef939051ff72aad4c1b5608b6ab9))
13
+
14
+
15
+
16
+ ## [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)
17
+
18
+
19
+ ### :bug: Bug Fix
20
+
21
+ * latest [@things-factory](https://github.com/things-factory) ([03247f1](https://github.com/things-scene/operato-scene/commit/03247f188183fd784721521ff06ef49c440849bf))
22
+
23
+
24
+
25
+ ## [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)
26
+
27
+ **Note:** Version bump only for package @operato/scene-half-roundrect
28
+
29
+
30
+
31
+
32
+
33
+ ## [1.0.0-alpha.32](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2022-07-09)
34
+
35
+
36
+ ### :bug: Bug Fix
37
+
38
+ * latest [@things-factory](https://github.com/things-factory) ([a5ea8ba](https://github.com/things-scene/operato-scene/commit/a5ea8ba70af7ac74e7cdee77fb74a152a0079366))
39
+
40
+
41
+
6
42
  ## [1.0.0-alpha.31](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2022-07-07)
7
43
 
8
44
  **Note:** Version bump only for package @operato/scene-half-roundrect
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/scene-half-roundrect",
3
- "version": "1.0.0-alpha.31",
3
+ "version": "1.0.0-alpha.35",
4
4
  "description": "Half roundrect component for things-scene",
5
5
  "license": "MIT",
6
6
  "author": "heartyoh",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@hatiolab/prettier-config": "^1.0.0",
33
- "@things-factory/builder": "^5.0.0-zeta.12",
34
- "@things-factory/operato-board": "^5.0.0-zeta.12",
33
+ "@things-factory/builder": "^5.0.0-zeta.19",
34
+ "@things-factory/operato-board": "^5.0.0-zeta.19",
35
35
  "@typescript-eslint/eslint-plugin": "^4.33.0",
36
36
  "@typescript-eslint/parser": "^4.33.0",
37
37
  "@web/dev-server": "^0.1.28",
@@ -56,5 +56,5 @@
56
56
  "prettier --write"
57
57
  ]
58
58
  },
59
- "gitHead": "fb1a4858502ff0175af0303e99a7d5987b6701c5"
59
+ "gitHead": "75b82d7276c8c6e5a8139ae624505a4ec743b2d3"
60
60
  }