@operato/scene-half-roundrect 0.0.22 → 0.0.23

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 +6 -6
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
+ ### [0.0.23](https://github.com/things-scene/operato-scene/compare/v0.0.22...v0.0.23) (2021-12-16)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * upgrade dependencies ([3939f9f](https://github.com/things-scene/operato-scene/commit/3939f9f4069f97a5370b616375e3ecf36cf41704))
12
+
13
+
14
+
6
15
  ### [0.0.22](https://github.com/things-scene/operato-scene/compare/v0.0.21...v0.0.22) (2021-12-14)
7
16
 
8
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/scene-half-roundrect",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "Half roundrect component for things-scene",
5
5
  "license": "MIT",
6
6
  "author": "heartyoh",
@@ -26,13 +26,13 @@
26
26
  "migration": "things-factory-migration"
27
27
  },
28
28
  "dependencies": {
29
- "@hatiolab/things-scene": "^2.7.28"
29
+ "@hatiolab/things-scene": "^2.7.30"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@hatiolab/prettier-config": "^1.0.0",
33
- "@operato/board": "^0.2.49",
34
- "@things-factory/builder": "^4.0.17",
35
- "@things-factory/operato-board": "^4.0.17",
33
+ "@operato/board": "^0.2.51",
34
+ "@things-factory/builder": "^4.0.23",
35
+ "@things-factory/operato-board": "^4.0.23",
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": "7e822f1e624ce53025a7e960578ad43b100b3f01"
60
+ "gitHead": "25276846c3b00cb1367c58465fcbbd70d7acdd73"
61
61
  }