@operato/scene-label 1.0.0-alpha.3 → 1.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -20
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -3,53 +3,48 @@
|
|
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.
|
6
|
+
## [1.0.0-alpha.4](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-03-13)
|
7
7
|
|
8
8
|
|
9
9
|
### :bug: Bug Fix
|
10
10
|
|
11
|
-
* [@operato](https://github.com/operato) 1.0.0-alpha.
|
12
|
-
|
11
|
+
* [@operato](https://github.com/operato) 1.0.0-alpha.17 ([a8a147c](https://github.com/things-scene/operato-scene/commit/a8a147c972ed571e35d210feb3bfbc7cd31f280b))
|
13
12
|
|
14
13
|
|
15
|
-
## [1.0.0-alpha.2](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-13)
|
16
14
|
|
15
|
+
## [1.0.0-alpha.3](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-03-13)
|
17
16
|
|
18
17
|
### :bug: Bug Fix
|
19
18
|
|
20
|
-
|
19
|
+
- [@operato](https://github.com/operato) 1.0.0-alpha.17 ([52c63fe](https://github.com/things-scene/operato-scene/commit/52c63fe1efde1a8fe6a9dc3b6852b1b2e12322bf))
|
21
20
|
|
21
|
+
## [1.0.0-alpha.2](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-13)
|
22
|
+
|
23
|
+
### :bug: Bug Fix
|
22
24
|
|
25
|
+
- [@operato](https://github.com/operato) 1.0.0-alpha.14 ([c124d67](https://github.com/things-scene/operato-scene/commit/c124d672260ac940175a2a831f702aa3b5f5c996))
|
23
26
|
|
24
27
|
## [1.0.0-alpha.1](https://github.com/things-scene/operato-scene/compare/v0.1.5...v1.0.0-alpha.1) (2022-03-13)
|
25
28
|
|
26
|
-
|
27
29
|
### :rocket: New Features
|
28
30
|
|
29
|
-
|
30
|
-
|
31
|
-
|
31
|
+
- [@operato](https://github.com/operato) 1.0.0-alpha and [@things-factory](https://github.com/things-factory) 5.0.0-alpha ([5f7f2d4](https://github.com/things-scene/operato-scene/commit/5f7f2d45ccc8300822e712c93948850bcdb43687))
|
32
32
|
|
33
33
|
### [0.1.5](https://github.com/things-scene/operato-scene/compare/v0.1.4...v0.1.5) (2022-02-10)
|
34
34
|
|
35
|
-
|
36
35
|
### :rocket: New Features
|
37
36
|
|
38
|
-
|
39
|
-
|
40
|
-
|
37
|
+
- move news-ticker to here ([c5e565d](https://github.com/things-scene/operato-scene/commit/c5e565dff6016977766e54b3b74c4f80838f7cd2))
|
41
38
|
|
42
39
|
### [0.1.4](https://github.com/things-scene/operato-scene/compare/v0.1.3...v0.1.4) (2022-01-30)
|
43
40
|
|
44
|
-
|
45
41
|
### :rocket: New Features
|
46
42
|
|
47
|
-
|
48
|
-
|
43
|
+
- scene-label migrated from things-factory project ([3c9033c](https://github.com/things-scene/operato-scene/commit/3c9033c9af28bdd0377ac4a538ef7d4bfd38d488))
|
49
44
|
|
50
45
|
### :bug: Bug Fix
|
51
46
|
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
47
|
+
- applied [@operato](https://github.com/operato) 0.3.24 ([fb4fed0](https://github.com/things-scene/operato-scene/commit/fb4fed0d9fd44d6ae38db6359fdca15fc61f167c))
|
48
|
+
- escape build error ([0258c5f](https://github.com/things-scene/operato-scene/commit/0258c5f6e01fae369607541c63aba64b412b99fe))
|
49
|
+
- upgrade [@operato](https://github.com/operato) dependencies ([7d2478e](https://github.com/things-scene/operato-scene/commit/7d2478e72586b662e6c219f0720c78cde5dd7a2d))
|
50
|
+
- upgrade [@things-factory](https://github.com/things-factory) and [@operato](https://github.com/operato) ([4d97897](https://github.com/things-scene/operato-scene/commit/4d978970d3c8aba6ecae99e3fa98e431a647e8cb))
|
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.0.0-alpha.
|
4
|
+
"version": "1.0.0-alpha.4",
|
5
5
|
"things-scene": true,
|
6
6
|
"main": "dist/index.js",
|
7
7
|
"module": "dist/index.js",
|
@@ -27,12 +27,12 @@
|
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
29
|
"@hatiolab/things-scene": "^2.7.34",
|
30
|
-
"@operato/input": "^1.0.0-alpha.
|
30
|
+
"@operato/input": "^1.0.0-alpha.17",
|
31
31
|
"bwip-js": "^3.0.4"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
34
|
"@hatiolab/prettier-config": "^1.0.0",
|
35
|
-
"@operato/board": "^1.0.0-alpha.
|
35
|
+
"@operato/board": "^1.0.0-alpha.17",
|
36
36
|
"@things-factory/builder": "^5.0.0-alpha.6",
|
37
37
|
"@things-factory/operato-board": "^5.0.0-alpha.6",
|
38
38
|
"@types/codemirror": "^5.60.5",
|
@@ -61,5 +61,5 @@
|
|
61
61
|
"prettier --write"
|
62
62
|
]
|
63
63
|
},
|
64
|
-
"gitHead": "
|
64
|
+
"gitHead": "2f1eb91ee3db540e686a1e6094657c5688f299f5"
|
65
65
|
}
|