@operato/scene-progressbar 1.2.46 → 1.2.49
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/package.json +2 -2
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.2.49](https://github.com/things-scene/operato-scene/compare/v1.2.48...v1.2.49) (2023-06-26)
|
7
|
+
|
8
|
+
|
9
|
+
### :bug: Bug Fix
|
10
|
+
|
11
|
+
* missing .npmignore ([61ba4f2](https://github.com/things-scene/operato-scene/commit/61ba4f2ae22a865d700a971d62eb01f950c34d0e))
|
12
|
+
|
13
|
+
|
14
|
+
|
6
15
|
## [1.2.46](https://github.com/things-scene/operato-scene/compare/v1.2.45...v1.2.46) (2023-06-10)
|
7
16
|
|
8
17
|
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@operato/scene-progressbar",
|
3
3
|
"description": "Progressbar component for things-scene",
|
4
4
|
"author": "heartyoh",
|
5
|
-
"version": "1.2.
|
5
|
+
"version": "1.2.49",
|
6
6
|
"main": "dist/index.js",
|
7
7
|
"module": "dist/index.js",
|
8
8
|
"license": "MIT",
|
@@ -57,5 +57,5 @@
|
|
57
57
|
"prettier --write"
|
58
58
|
]
|
59
59
|
},
|
60
|
-
"gitHead": "
|
60
|
+
"gitHead": "f91b0d45641177ae36015ebd23b780a48715349b"
|
61
61
|
}
|