@blaze-cms/admin 0.109.0 → 0.110.0-alpha.3

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 (3) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/lib/index.js +10 -10
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
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.110.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.2...v0.110.0-alpha.3) (2021-10-14)
7
+
8
+ **Note:** Version bump only for package @blaze-cms/admin
9
+
10
+
11
+
12
+
13
+
14
+ # [0.110.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.1...v0.110.0-alpha.2) (2021-10-13)
15
+
16
+ **Note:** Version bump only for package @blaze-cms/admin
17
+
18
+
19
+
20
+
21
+
22
+ # [0.110.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.0...v0.110.0-alpha.1) (2021-10-13)
23
+
24
+ **Note:** Version bump only for package @blaze-cms/admin
25
+
26
+
27
+
28
+
29
+
30
+ # [0.110.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.109.0...v0.110.0-alpha.0) (2021-10-08)
31
+
32
+ **Note:** Version bump only for package @blaze-cms/admin
33
+
34
+
35
+
36
+
37
+
6
38
  # [0.109.0](https://github.com/thebyte9/blaze/compare/v0.109.0-alpha.1...v0.109.0) (2021-10-05)
7
39
 
8
40
  **Note:** Version bump only for package @blaze-cms/admin
package/lib/index.js CHANGED
@@ -7,28 +7,28 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
7
7
  Object.defineProperty(exports, "__esModule", {
8
8
  value: true
9
9
  });
10
- Object.defineProperty(exports, "PageHeader", {
10
+ Object.defineProperty(exports, "CardPrompt", {
11
11
  enumerable: true,
12
12
  get: function get() {
13
- return _PageHeader["default"];
13
+ return _CardPrompt["default"];
14
14
  }
15
15
  });
16
- Object.defineProperty(exports, "DeleteAction", {
16
+ Object.defineProperty(exports, "CopyDataFromAction", {
17
17
  enumerable: true,
18
18
  get: function get() {
19
- return _DeleteAction["default"];
19
+ return _CopyDataFromAction["default"];
20
20
  }
21
21
  });
22
- Object.defineProperty(exports, "CardPrompt", {
22
+ Object.defineProperty(exports, "DeleteAction", {
23
23
  enumerable: true,
24
24
  get: function get() {
25
- return _CardPrompt["default"];
25
+ return _DeleteAction["default"];
26
26
  }
27
27
  });
28
- Object.defineProperty(exports, "CopyDataFromAction", {
28
+ Object.defineProperty(exports, "LeaveAction", {
29
29
  enumerable: true,
30
30
  get: function get() {
31
- return _CopyDataFromAction["default"];
31
+ return _LeaveAction["default"];
32
32
  }
33
33
  });
34
34
  Object.defineProperty(exports, "MetaTitle", {
@@ -37,10 +37,10 @@ Object.defineProperty(exports, "MetaTitle", {
37
37
  return _MetaTitle["default"];
38
38
  }
39
39
  });
40
- Object.defineProperty(exports, "LeaveAction", {
40
+ Object.defineProperty(exports, "PageHeader", {
41
41
  enumerable: true,
42
42
  get: function get() {
43
- return _LeaveAction["default"];
43
+ return _PageHeader["default"];
44
44
  }
45
45
  });
46
46
  Object.defineProperty(exports, "RevertToTemplate", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/admin",
3
- "version": "0.109.0",
3
+ "version": "0.110.0-alpha.3",
4
4
  "description": "Blaze example project",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-es/index.js",
@@ -29,15 +29,15 @@
29
29
  "dependencies": {
30
30
  "@blaze-cms/admin-ui-utils": "^0.102.0",
31
31
  "@blaze-cms/core-errors-ui": "^0.92.0",
32
- "@blaze-cms/core-ui": "^0.102.0",
33
- "@blaze-cms/plugin-admin-core-ui": "^0.105.0",
34
- "@blaze-cms/plugin-auth-local-ui": "^0.105.0",
35
- "@blaze-cms/plugin-auth-ui": "^0.105.0",
36
- "@blaze-cms/plugin-data-ui": "^0.109.0",
37
- "@blaze-cms/plugin-google-maps-ui": "^0.106.0",
38
- "@blaze-cms/plugin-gtm-ui": "^0.106.0",
39
- "@blaze-cms/plugin-media-ui": "^0.106.0",
40
- "@blaze-cms/plugin-page-builder-ui": "^0.107.0",
32
+ "@blaze-cms/core-ui": "^0.110.0-alpha.1",
33
+ "@blaze-cms/plugin-admin-core-ui": "^0.110.0-alpha.1",
34
+ "@blaze-cms/plugin-auth-local-ui": "^0.110.0-alpha.1",
35
+ "@blaze-cms/plugin-auth-ui": "^0.110.0-alpha.1",
36
+ "@blaze-cms/plugin-data-ui": "^0.110.0-alpha.3",
37
+ "@blaze-cms/plugin-google-maps-ui": "^0.110.0-alpha.1",
38
+ "@blaze-cms/plugin-gtm-ui": "^0.110.0-alpha.1",
39
+ "@blaze-cms/plugin-media-ui": "^0.110.0-alpha.1",
40
+ "@blaze-cms/plugin-page-builder-ui": "^0.110.0-alpha.3",
41
41
  "@blaze-cms/react-form-builder": "^0.106.0",
42
42
  "@blaze-cms/setup-ui": "^0.92.0",
43
43
  "@blaze-react/alert": "0.5.19",
@@ -66,5 +66,5 @@
66
66
  "lib/*",
67
67
  "lib-es/*"
68
68
  ],
69
- "gitHead": "434f2a4a80d5f1f90a1a31a30e84777a7bde31cf"
69
+ "gitHead": "2366724bebbbae11413f5168f4ecc0d127442eaf"
70
70
  }