@blaze-cms/admin 0.129.0-project-admin-customisations.1 → 0.130.0-admin-updates.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
@@ -3,7 +3,18 @@
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.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)
6
+ # [0.130.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.129.0...v0.130.0-admin-updates.0) (2023-05-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * revert to template modal ([#3823](https://github.com/thebyte9/blaze/issues/3823)) ([7263ad5](https://github.com/thebyte9/blaze/commit/7263ad57cde4ab21a8b44b446444cd5ea40bc959))
12
+
13
+
14
+
15
+
16
+
17
+ # [0.129.0](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.1...v0.129.0) (2023-05-23)
7
18
 
8
19
  **Note:** Version bump only for package @blaze-cms/admin
9
20
 
@@ -11,17 +22,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
22
 
12
23
 
13
24
 
14
- # [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)
25
+ # [0.129.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.0...v0.129.0-alpha.1) (2023-05-17)
15
26
 
27
+ **Note:** Version bump only for package @blaze-cms/admin
16
28
 
17
- ### Bug Fixes
18
29
 
19
- * revert to template modal ([#3823](https://github.com/thebyte9/blaze/issues/3823)) ([7263ad5](https://github.com/thebyte9/blaze/commit/7263ad57cde4ab21a8b44b446444cd5ea40bc959))
20
30
 
21
31
 
22
- ### Features
23
32
 
24
- * add initial admin renderhook plugin with first hook ([#3785](https://github.com/thebyte9/blaze/issues/3785)) ([c535036](https://github.com/thebyte9/blaze/commit/c5350369d28e870afe8a10de1a284fd63592be33))
33
+ # [0.129.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-alpha.0) (2023-05-10)
34
+
35
+ **Note:** Version bump only for package @blaze-cms/admin
25
36
 
26
37
 
27
38
 
package/blaze.config.js CHANGED
@@ -6,7 +6,6 @@ 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';
10
9
 
11
10
  const plugins = new Map();
12
11
  plugins.set(authLocal, {});
@@ -17,7 +16,6 @@ plugins.set(pageBuilder, {});
17
16
  plugins.set(media, {});
18
17
  plugins.set(gtm, {});
19
18
  plugins.set(googleMaps, {});
20
- plugins.set(renderHooks, {});
21
19
 
22
20
  const apollo = { addTypename: false };
23
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/admin",
3
- "version": "0.129.0-project-admin-customisations.1",
3
+ "version": "0.130.0-admin-updates.0",
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.129.0-project-admin-customisations.1",
32
- "@blaze-cms/core-errors-ui": "0.129.0-project-admin-customisations.0",
33
- "@blaze-cms/core-ui": "0.129.0-project-admin-customisations.0",
34
- "@blaze-cms/plugin-admin-core-ui": "0.129.0-project-admin-customisations.1",
35
- "@blaze-cms/plugin-auth-local-ui": "0.129.0-project-admin-customisations.1",
36
- "@blaze-cms/plugin-auth-ui": "0.129.0-project-admin-customisations.1",
37
- "@blaze-cms/plugin-data-ui": "0.129.0-project-admin-customisations.1",
38
- "@blaze-cms/plugin-google-maps-ui": "0.129.0-project-admin-customisations.1",
39
- "@blaze-cms/plugin-gtm-ui": "0.129.0-project-admin-customisations.1",
40
- "@blaze-cms/plugin-media-ui": "0.129.0-project-admin-customisations.1",
41
- "@blaze-cms/plugin-page-builder-ui": "0.129.0-project-admin-customisations.1",
42
- "@blaze-cms/react-form-builder": "0.129.0-project-admin-customisations.1",
43
- "@blaze-cms/setup-ui": "0.129.0-project-admin-customisations.0",
31
+ "@blaze-cms/admin-ui-utils": "0.130.0-admin-updates.0",
32
+ "@blaze-cms/core-errors-ui": "0.130.0-admin-updates.0",
33
+ "@blaze-cms/core-ui": "0.130.0-admin-updates.0",
34
+ "@blaze-cms/plugin-admin-core-ui": "0.130.0-admin-updates.0",
35
+ "@blaze-cms/plugin-auth-local-ui": "0.130.0-admin-updates.0",
36
+ "@blaze-cms/plugin-auth-ui": "0.130.0-admin-updates.0",
37
+ "@blaze-cms/plugin-data-ui": "0.130.0-admin-updates.0",
38
+ "@blaze-cms/plugin-google-maps-ui": "0.130.0-admin-updates.0",
39
+ "@blaze-cms/plugin-gtm-ui": "0.130.0-admin-updates.0",
40
+ "@blaze-cms/plugin-media-ui": "0.130.0-admin-updates.0",
41
+ "@blaze-cms/plugin-page-builder-ui": "0.130.0-admin-updates.0",
42
+ "@blaze-cms/react-form-builder": "0.130.0-admin-updates.0",
43
+ "@blaze-cms/setup-ui": "0.130.0-admin-updates.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": "48fd7d1e3861b250bdfd88e70710ead2bd9f5b2a"
69
+ "gitHead": "8a7ba4ac0daaa44b8273afc4c23c2ac4f0788ca0"
70
70
  }