@blaze-cms/admin 0.126.0-admin-updates.0 → 0.126.0-alpha.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -7
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -3,15 +3,11 @@
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-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.125.2...v0.126.0-admin-updates.0) (2022-12-16)
7
-
8
- **Note:** Version bump only for package @blaze-cms/admin
9
-
10
-
6
+ # [0.126.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.125.2...v0.126.0-alpha.2) (2022-12-19)
11
7
 
12
8
 
13
9
 
14
- ## [0.125.2](https://github.com/thebyte9/blaze/compare/v0.125.1...v0.125.2) (2022-12-12)
10
+ # [0.126.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.125.0...v0.126.0-alpha.0) (2022-12-02)
15
11
 
16
12
  **Note:** Version bump only for package @blaze-cms/admin
17
13
 
@@ -19,7 +15,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
15
 
20
16
 
21
17
 
22
- ## [0.125.1](https://github.com/thebyte9/blaze/compare/v0.125.0...v0.125.1) (2022-12-09)
18
+ # [0.126.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.125.0...v0.126.0-alpha.0) (2022-12-02)
23
19
 
24
20
  **Note:** Version bump only for package @blaze-cms/admin
25
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/admin",
3
- "version": "0.126.0-admin-updates.0",
3
+ "version": "0.126.0-alpha.2",
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.126.0-admin-updates.0",
31
+ "@blaze-cms/admin-ui-utils": "^0.125.0",
32
32
  "@blaze-cms/core-errors-ui": "^0.119.0",
33
- "@blaze-cms/core-ui": "0.126.0-admin-updates.0",
34
- "@blaze-cms/plugin-admin-core-ui": "0.126.0-admin-updates.0",
35
- "@blaze-cms/plugin-auth-local-ui": "0.126.0-admin-updates.0",
36
- "@blaze-cms/plugin-auth-ui": "0.126.0-admin-updates.0",
37
- "@blaze-cms/plugin-data-ui": "0.126.0-admin-updates.0",
38
- "@blaze-cms/plugin-google-maps-ui": "0.126.0-admin-updates.0",
39
- "@blaze-cms/plugin-gtm-ui": "0.126.0-admin-updates.0",
40
- "@blaze-cms/plugin-media-ui": "0.126.0-admin-updates.0",
41
- "@blaze-cms/plugin-page-builder-ui": "0.126.0-admin-updates.0",
42
- "@blaze-cms/react-form-builder": "0.126.0-admin-updates.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",
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": "367c26e37b192fa22e3917b79ac5b3b5ec3d4ed8"
69
+ "gitHead": "5097459c835701967d88d7283a88fec51b37841e"
70
70
  }