@blaze-cms/admin 0.126.0-alpha.2 → 0.126.0-project-admin-customisations.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -3
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -3,11 +3,15 @@
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.126.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.125.2...v0.126.0-alpha.2) (2022-12-19)
6
+ # [0.126.0-project-admin-customisations.0](https://github.com/thebyte9/blaze/compare/v0.125.2...v0.126.0-project-admin-customisations.0) (2023-01-04)
7
+
8
+ **Note:** Version bump only for package @blaze-cms/admin
9
+
10
+
7
11
 
8
12
 
9
13
 
10
- # [0.126.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.125.0...v0.126.0-alpha.0) (2022-12-02)
14
+ ## [0.125.2](https://github.com/thebyte9/blaze/compare/v0.125.1...v0.125.2) (2022-12-12)
11
15
 
12
16
  **Note:** Version bump only for package @blaze-cms/admin
13
17
 
@@ -15,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
15
19
 
16
20
 
17
21
 
18
- # [0.126.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.125.0...v0.126.0-alpha.0) (2022-12-02)
22
+ ## [0.125.1](https://github.com/thebyte9/blaze/compare/v0.125.0...v0.125.1) (2022-12-09)
19
23
 
20
24
  **Note:** Version bump only for package @blaze-cms/admin
21
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/admin",
3
- "version": "0.126.0-alpha.2",
3
+ "version": "0.126.0-project-admin-customisations.0",
4
4
  "description": "Blaze example project",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-es/index.js",
@@ -28,18 +28,18 @@
28
28
  "license": "GPL-3.0",
29
29
  "dependencies": {
30
30
  "@apollo/client": "3.5.x",
31
- "@blaze-cms/admin-ui-utils": "^0.125.0",
31
+ "@blaze-cms/admin-ui-utils": "0.126.0-project-admin-customisations.0",
32
32
  "@blaze-cms/core-errors-ui": "^0.119.0",
33
- "@blaze-cms/core-ui": "^0.125.0",
34
- "@blaze-cms/plugin-admin-core-ui": "^0.125.0",
35
- "@blaze-cms/plugin-auth-local-ui": "^0.125.0",
36
- "@blaze-cms/plugin-auth-ui": "^0.125.0",
37
- "@blaze-cms/plugin-data-ui": "0.126.0-alpha.0",
38
- "@blaze-cms/plugin-google-maps-ui": "^0.125.0",
39
- "@blaze-cms/plugin-gtm-ui": "^0.125.0",
40
- "@blaze-cms/plugin-media-ui": "^0.125.0",
41
- "@blaze-cms/plugin-page-builder-ui": "0.126.0-alpha.2",
42
- "@blaze-cms/react-form-builder": "^0.125.0",
33
+ "@blaze-cms/core-ui": "0.126.0-project-admin-customisations.0",
34
+ "@blaze-cms/plugin-admin-core-ui": "0.126.0-project-admin-customisations.0",
35
+ "@blaze-cms/plugin-auth-local-ui": "0.126.0-project-admin-customisations.0",
36
+ "@blaze-cms/plugin-auth-ui": "0.126.0-project-admin-customisations.0",
37
+ "@blaze-cms/plugin-data-ui": "0.126.0-project-admin-customisations.0",
38
+ "@blaze-cms/plugin-google-maps-ui": "0.126.0-project-admin-customisations.0",
39
+ "@blaze-cms/plugin-gtm-ui": "0.126.0-project-admin-customisations.0",
40
+ "@blaze-cms/plugin-media-ui": "0.126.0-project-admin-customisations.0",
41
+ "@blaze-cms/plugin-page-builder-ui": "0.126.0-project-admin-customisations.0",
42
+ "@blaze-cms/react-form-builder": "0.126.0-project-admin-customisations.0",
43
43
  "@blaze-cms/setup-ui": "^0.92.0",
44
44
  "@blaze-react/alert": "0.5.19",
45
45
  "@blaze-react/modal": "0.5.19",
@@ -66,5 +66,5 @@
66
66
  "lib/*",
67
67
  "lib-es/*"
68
68
  ],
69
- "gitHead": "5097459c835701967d88d7283a88fec51b37841e"
69
+ "gitHead": "6523e57ab5f9cba01ca89a4228e3c5e0311312ed"
70
70
  }