@operato/scene-label 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-label
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-label
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-label
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@operato/scene-label",
3
3
  "description": "Barcode Label component for things-scene",
4
- "version": "1.2.62",
4
+ "version": "1.2.66",
5
5
  "license": "MIT",
6
6
  "things-scene": true,
7
7
  "main": "dist/index.js",
@@ -62,5 +62,5 @@
62
62
  "prettier --write"
63
63
  ]
64
64
  },
65
- "gitHead": "be3109453bba40b787b5992bd2b8359215bee1a1"
65
+ "gitHead": "7216f5867ad09928146234ddad5fb188023f66fe"
66
66
  }