@blaze-cms/admin 0.139.0-alpha.4 → 0.139.0-alpha.7
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 +27 -0
- package/blaze.config.js +2 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
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.139.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.6...v0.139.0-alpha.7) (2024-01-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @blaze-cms/admin
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [0.139.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.5...v0.139.0-alpha.6) (2024-01-30)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# [0.129.0-project-admin-customisations.1](https://github.com/thebyte9/blaze/compare/v0.129.0-project-admin-customisations.0...v0.129.0-project-admin-customisations.1) (2023-05-05)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [0.129.0-project-admin-customisations.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-project-admin-customisations.0) (2023-05-03)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* add initial admin renderhook plugin with first hook ([#3785](https://github.com/thebyte9/blaze/issues/3785)) ([c535036](https://github.com/thebyte9/blaze/commit/c5350369d28e870afe8a10de1a284fd63592be33))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [0.139.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.3...v0.139.0-alpha.4) (2024-01-19)
|
|
7
34
|
|
|
8
35
|
|
package/blaze.config.js
CHANGED
|
@@ -6,6 +6,7 @@ import pageBuilder from '@blaze-cms/plugin-page-builder-ui';
|
|
|
6
6
|
import media from '@blaze-cms/plugin-media-ui';
|
|
7
7
|
import gtm from '@blaze-cms/plugin-gtm-ui';
|
|
8
8
|
import googleMaps from '@blaze-cms/plugin-google-maps-ui';
|
|
9
|
+
import renderHooks from '@blaze-cms/plugin-render-hooks-ui';
|
|
9
10
|
|
|
10
11
|
const plugins = new Map();
|
|
11
12
|
plugins.set(authLocal, {});
|
|
@@ -16,6 +17,7 @@ plugins.set(pageBuilder, {});
|
|
|
16
17
|
plugins.set(media, {});
|
|
17
18
|
plugins.set(gtm, {});
|
|
18
19
|
plugins.set(googleMaps, {});
|
|
20
|
+
plugins.set(renderHooks, {});
|
|
19
21
|
|
|
20
22
|
const apollo = { addTypename: false };
|
|
21
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blaze-cms/admin",
|
|
3
|
-
"version": "0.139.0-alpha.
|
|
3
|
+
"version": "0.139.0-alpha.7",
|
|
4
4
|
"description": "Blaze example project",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib-es/index.js",
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
"license": "GPL-3.0",
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@apollo/client": "3.5.x",
|
|
31
|
-
"@blaze-cms/admin-ui-utils": "0.139.0-alpha.
|
|
32
|
-
"@blaze-cms/core-errors-ui": "
|
|
33
|
-
"@blaze-cms/core-ui": "
|
|
34
|
-
"@blaze-cms/plugin-admin-core-ui": "0.139.0-alpha.
|
|
35
|
-
"@blaze-cms/plugin-auth-local-ui": "0.139.0-alpha.
|
|
36
|
-
"@blaze-cms/plugin-auth-ui": "0.139.0-alpha.
|
|
37
|
-
"@blaze-cms/plugin-data-ui": "0.139.0-alpha.
|
|
38
|
-
"@blaze-cms/plugin-google-maps-ui": "0.139.0-alpha.
|
|
39
|
-
"@blaze-cms/plugin-gtm-ui": "0.139.0-alpha.
|
|
40
|
-
"@blaze-cms/plugin-media-ui": "0.139.0-alpha.
|
|
41
|
-
"@blaze-cms/plugin-page-builder-ui": "0.139.0-alpha.
|
|
42
|
-
"@blaze-cms/react-form-builder": "0.139.0-alpha.
|
|
43
|
-
"@blaze-cms/setup-ui": "
|
|
31
|
+
"@blaze-cms/admin-ui-utils": "0.139.0-alpha.7",
|
|
32
|
+
"@blaze-cms/core-errors-ui": "0.139.0-alpha.7",
|
|
33
|
+
"@blaze-cms/core-ui": "0.139.0-alpha.7",
|
|
34
|
+
"@blaze-cms/plugin-admin-core-ui": "0.139.0-alpha.7",
|
|
35
|
+
"@blaze-cms/plugin-auth-local-ui": "0.139.0-alpha.7",
|
|
36
|
+
"@blaze-cms/plugin-auth-ui": "0.139.0-alpha.7",
|
|
37
|
+
"@blaze-cms/plugin-data-ui": "0.139.0-alpha.7",
|
|
38
|
+
"@blaze-cms/plugin-google-maps-ui": "0.139.0-alpha.7",
|
|
39
|
+
"@blaze-cms/plugin-gtm-ui": "0.139.0-alpha.7",
|
|
40
|
+
"@blaze-cms/plugin-media-ui": "0.139.0-alpha.7",
|
|
41
|
+
"@blaze-cms/plugin-page-builder-ui": "0.139.0-alpha.7",
|
|
42
|
+
"@blaze-cms/react-form-builder": "0.139.0-alpha.7",
|
|
43
|
+
"@blaze-cms/setup-ui": "0.139.0-alpha.7",
|
|
44
44
|
"@blaze-react/alert": "0.5.19",
|
|
45
45
|
"@blaze-react/modal": "0.5.19",
|
|
46
46
|
"@blaze-react/toaster": "0.5.17",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"lib/*",
|
|
67
67
|
"lib-es/*"
|
|
68
68
|
],
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "897401103ed3147f7713c7d5656938a831b15ec1"
|
|
70
70
|
}
|