@operato/scene-half-roundrect 1.2.62 → 1.2.66

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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.2.66](https://github.com/things-scene/operato-scene/compare/v1.2.65...v1.2.66) (2023-09-14)
7
+
8
+ **Note:** Version bump only for package @operato/scene-half-roundrect
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.2.65](https://github.com/things-scene/operato-scene/compare/v1.2.64...v1.2.65) (2023-09-14)
15
+
16
+ **Note:** Version bump only for package @operato/scene-half-roundrect
17
+
18
+
19
+
20
+
21
+
6
22
  ## [1.2.62](https://github.com/things-scene/operato-scene/compare/v1.2.61...v1.2.62) (2023-09-11)
7
23
 
8
24
  **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.2.62",
3
+ "version": "1.2.66",
4
4
  "description": "Half roundrect component for things-scene",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/index.js",
@@ -57,5 +57,5 @@
57
57
  "prettier --write"
58
58
  ]
59
59
  },
60
- "gitHead": "be3109453bba40b787b5992bd2b8359215bee1a1"
60
+ "gitHead": "7216f5867ad09928146234ddad5fb188023f66fe"
61
61
  }