@blaze-cms/admin 0.114.0-alpha.1 → 0.114.0-alpha.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,46 @@
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
+ # [0.114.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.4...v0.114.0-alpha.5) (2021-11-30)
7
+
8
+ **Note:** Version bump only for package @blaze-cms/admin
9
+
10
+
11
+
12
+
13
+
14
+ # [0.114.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.3...v0.114.0-alpha.4) (2021-11-29)
15
+
16
+ **Note:** Version bump only for package @blaze-cms/admin
17
+
18
+
19
+
20
+
21
+
22
+ # [0.114.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.2...v0.114.0-alpha.3) (2021-11-25)
23
+
24
+ **Note:** Version bump only for package @blaze-cms/admin
25
+
26
+
27
+
28
+
29
+
30
+ # [0.114.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.113.1...v0.114.0-alpha.2) (2021-11-25)
31
+
32
+
33
+
34
+ # [0.114.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.0...v0.114.0-alpha.1) (2021-11-24)
35
+
36
+
37
+
38
+ # [0.114.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.113.0...v0.114.0-alpha.0) (2021-11-22)
39
+
40
+ **Note:** Version bump only for package @blaze-cms/admin
41
+
42
+
43
+
44
+
45
+
6
46
  # [0.114.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.0...v0.114.0-alpha.1) (2021-11-24)
7
47
 
8
48
  **Note:** Version bump only for package @blaze-cms/admin
@@ -13,6 +53,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
13
53
 
14
54
  # [0.114.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.113.0...v0.114.0-alpha.0) (2021-11-22)
15
55
 
56
+
57
+ **Note:** Version bump only for package @blaze-cms/admin
58
+
59
+
60
+
61
+ ## [0.113.1](https://github.com/thebyte9/blaze/compare/v0.113.0...v0.113.1) (2021-11-24)
62
+
16
63
  **Note:** Version bump only for package @blaze-cms/admin
17
64
 
18
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/admin",
3
- "version": "0.114.0-alpha.1",
3
+ "version": "0.114.0-alpha.5",
4
4
  "description": "Blaze example project",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-es/index.js",
@@ -33,7 +33,7 @@
33
33
  "@blaze-cms/plugin-admin-core-ui": "^0.113.0",
34
34
  "@blaze-cms/plugin-auth-local-ui": "^0.113.0",
35
35
  "@blaze-cms/plugin-auth-ui": "^0.113.0",
36
- "@blaze-cms/plugin-data-ui": "^0.114.0-alpha.1",
36
+ "@blaze-cms/plugin-data-ui": "^0.114.0-alpha.5",
37
37
  "@blaze-cms/plugin-google-maps-ui": "^0.113.0",
38
38
  "@blaze-cms/plugin-gtm-ui": "^0.113.0",
39
39
  "@blaze-cms/plugin-media-ui": "^0.113.0",
@@ -66,5 +66,5 @@
66
66
  "lib/*",
67
67
  "lib-es/*"
68
68
  ],
69
- "gitHead": "afa1f76f62004ccdd452d59043ac378a87e08be1"
69
+ "gitHead": "0be6611c7eec3b27764b130f19bdd8d5e7d7d41a"
70
70
  }