@operato/scene-progressbar 1.0.0-alpha.24 → 1.0.0-alpha.25

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.25](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2022-06-20)
7
+
8
+ **Note:** Version bump only for package @operato/scene-progressbar
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.0.0-alpha.24](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2022-06-20)
7
15
 
8
16
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Progressbar component for things-scene",
4
4
  "license": "MIT",
5
5
  "author": "heartyoh",
6
- "version": "1.0.0-alpha.24",
6
+ "version": "1.0.0-alpha.25",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.js",
9
9
  "things-scene": true,
@@ -57,5 +57,5 @@
57
57
  "prettier --write"
58
58
  ]
59
59
  },
60
- "gitHead": "7562bd8a81815fe82aa33550d052904704df6c4d"
60
+ "gitHead": "ff8d846d5ddb255a8dfc4b692b55f6fec3587de3"
61
61
  }