@blaze-cms/admin 0.139.0-alpha.3 → 0.139.0-core-styles.2

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
@@ -3,7 +3,7 @@
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.3](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.2...v0.139.0-alpha.3) (2024-01-09)
6
+ # [0.139.0-core-styles.2](https://github.com/thebyte9/blaze/compare/v0.139.0-core-styles.1...v0.139.0-core-styles.2) (2024-01-09)
7
7
 
8
8
  **Note:** Version bump only for package @blaze-cms/admin
9
9
 
@@ -11,17 +11,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [0.139.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.0...v0.139.0-alpha.1) (2023-12-20)
14
+ # [0.139.0-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.138.0...v0.139.0-core-styles.0) (2024-01-03)
15
15
 
16
- **Note:** Version bump only for package @blaze-cms/admin
17
16
 
18
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
19
 
20
20
 
21
21
 
22
- # [0.139.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.138.0...v0.139.0-alpha.0) (2023-12-19)
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
23
 
24
- **Note:** Version bump only for package @blaze-cms/admin
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))
25
28
 
26
29
 
27
30
 
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",
3
+ "version": "0.139.0-core-styles.2",
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.136.0",
32
- "@blaze-cms/core-errors-ui": "^0.131.0",
33
- "@blaze-cms/core-ui": "^0.131.0",
34
- "@blaze-cms/plugin-admin-core-ui": "0.139.0-alpha.3",
35
- "@blaze-cms/plugin-auth-local-ui": "^0.136.0",
36
- "@blaze-cms/plugin-auth-ui": "0.139.0-alpha.3",
37
- "@blaze-cms/plugin-data-ui": "0.139.0-alpha.3",
38
- "@blaze-cms/plugin-google-maps-ui": "0.139.0-alpha.3",
39
- "@blaze-cms/plugin-gtm-ui": "0.139.0-alpha.3",
40
- "@blaze-cms/plugin-media-ui": "0.139.0-alpha.3",
41
- "@blaze-cms/plugin-page-builder-ui": "0.139.0-alpha.3",
42
- "@blaze-cms/react-form-builder": "0.139.0-alpha.3",
43
- "@blaze-cms/setup-ui": "^0.131.0",
31
+ "@blaze-cms/admin-ui-utils": "0.139.0-core-styles.0",
32
+ "@blaze-cms/core-errors-ui": "0.139.0-core-styles.0",
33
+ "@blaze-cms/core-ui": "0.139.0-core-styles.0",
34
+ "@blaze-cms/plugin-admin-core-ui": "0.139.0-core-styles.2",
35
+ "@blaze-cms/plugin-auth-local-ui": "0.139.0-core-styles.0",
36
+ "@blaze-cms/plugin-auth-ui": "0.139.0-core-styles.2",
37
+ "@blaze-cms/plugin-data-ui": "0.139.0-core-styles.2",
38
+ "@blaze-cms/plugin-google-maps-ui": "0.139.0-core-styles.2",
39
+ "@blaze-cms/plugin-gtm-ui": "0.139.0-core-styles.2",
40
+ "@blaze-cms/plugin-media-ui": "0.139.0-core-styles.2",
41
+ "@blaze-cms/plugin-page-builder-ui": "0.139.0-core-styles.2",
42
+ "@blaze-cms/react-form-builder": "0.139.0-core-styles.2",
43
+ "@blaze-cms/setup-ui": "0.139.0-core-styles.0",
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": "00aa8ba6ed9d34f0b2651f8afd810ae8ec136a3c"
69
+ "gitHead": "19a50e947f969314b40706f864e106223237c63a"
70
70
  }