@operato/scene-half-roundrect 1.0.0-alpha.33 → 1.0.0-alpha.34

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
+ ## [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)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * latest [@things-factory](https://github.com/things-factory) ([03247f1](https://github.com/things-scene/operato-scene/commit/03247f188183fd784721521ff06ef49c440849bf))
12
+
13
+
14
+
6
15
  ## [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)
7
16
 
8
17
  **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.33",
3
+ "version": "1.0.0-alpha.34",
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.14",
34
- "@things-factory/operato-board": "^5.0.0-zeta.14",
33
+ "@things-factory/builder": "^5.0.0-zeta.16",
34
+ "@things-factory/operato-board": "^5.0.0-zeta.16",
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": "e5e75469ed573a82fc972e3ad7fd044d94a5e981"
59
+ "gitHead": "6c871517949addad3dbb8cc1127dbc7bdcf2d90b"
60
60
  }