@operato/scene-progressbar 1.0.0-alpha.27 → 1.0.0-alpha.28

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 +12 -0
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.28](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.27...v1.0.0-alpha.28) (2022-07-03)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * latest [@operato](https://github.com/operato) [@things-factory](https://github.com/things-factory) ([6ef27eb](https://github.com/things-scene/operato-scene/commit/6ef27eba820d7641e6c7cc3cedf815c0af74a6c7))
12
+ * latest @hatiolab/things-scene [@operato](https://github.com/operato) ([353d090](https://github.com/things-scene/operato-scene/commit/353d0900a24a96aabde48405ee6ec18b1b227e09))
13
+ * latest dependencies ([4ad53db](https://github.com/things-scene/operato-scene/commit/4ad53db21b0f88856f93fcbc3a12b80011d73a1b))
14
+ * latest dependencies ([7328b85](https://github.com/things-scene/operato-scene/commit/7328b85c151feb718ca1bcdaf9ac36f9f721ed57))
15
+
16
+
17
+
6
18
  ## [1.0.0-alpha.27](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.26...v1.0.0-alpha.27) (2022-06-22)
7
19
 
8
20
 
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.27",
6
+ "version": "1.0.0-alpha.28",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.js",
9
9
  "things-scene": true,
@@ -26,13 +26,12 @@
26
26
  "migration": "things-factory-migration"
27
27
  },
28
28
  "dependencies": {
29
- "@hatiolab/things-scene": "^3.0.15"
29
+ "@hatiolab/things-scene": "^3.0.18"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@hatiolab/prettier-config": "^1.0.0",
33
- "@operato/board": "^1.0.0-beta.39",
34
- "@things-factory/builder": "^5.0.0-zeta.7",
35
- "@things-factory/operato-board": "^5.0.0-zeta.7",
33
+ "@things-factory/builder": "^5.0.0-zeta.11",
34
+ "@things-factory/operato-board": "^5.0.0-zeta.11",
36
35
  "@typescript-eslint/eslint-plugin": "^4.33.0",
37
36
  "@typescript-eslint/parser": "^4.33.0",
38
37
  "@web/dev-server": "^0.1.28",
@@ -57,5 +56,5 @@
57
56
  "prettier --write"
58
57
  ]
59
58
  },
60
- "gitHead": "358c62cb7d29f40c6d00aea77ea5574057275cc5"
59
+ "gitHead": "831ffc8fc38caeb622952daf798899534847b4fc"
61
60
  }