storybooker 0.1.0 → 0.2.0

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # storybooker
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2dce2e6: Update UI to be more composable. Update EasyAuth to have better default authorise.
8
+
9
+ ## 0.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 862a451: Accept generic User type for AuthService
14
+
3
15
  ## 0.1.0
4
16
 
5
17
  ### Minor Changes
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ import { tmpdir } from "node:os";
14
14
 
15
15
  //#region package.json
16
16
  var name = "storybooker";
17
- var version = "0.0.3";
17
+ var version = "0.1.1";
18
18
 
19
19
  //#endregion
20
20
  //#region src/utils/auth-utils.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "storybooker",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "bin": "./dist/index.js",
6
6
  "description": "Storybooker CLI for uploading builds and files.",