@blaze-cms/admin 0.132.0-admin-updates.1 → 0.132.0-core-styles.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 +3 -10
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,11 +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.132.0-admin-updates.1](https://github.com/thebyte9/blaze/compare/v0.131.1...v0.132.0-admin-updates.1) (2023-08-04)
7
-
8
-
9
-
10
- # [0.132.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.132.0-admin-updates.0) (2023-07-27)
6
+ # [0.132.0-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.131.1...v0.132.0-core-styles.0) (2023-08-11)
11
7
 
12
8
 
13
9
  ### Bug Fixes
@@ -18,12 +14,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
18
14
 
19
15
 
20
16
 
21
- # [0.132.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.132.0-admin-updates.0) (2023-07-27)
22
-
17
+ ## [0.131.1](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.131.1) (2023-07-28)
23
18
 
24
- ### Bug Fixes
25
-
26
- * revert to template modal ([#3823](https://github.com/thebyte9/blaze/issues/3823)) ([7263ad5](https://github.com/thebyte9/blaze/commit/7263ad57cde4ab21a8b44b446444cd5ea40bc959))
19
+ **Note:** Version bump only for package @blaze-cms/admin
27
20
 
28
21
 
29
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/admin",
3
- "version": "0.132.0-admin-updates.1",
3
+ "version": "0.132.0-core-styles.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.132.0-admin-updates.0",
32
- "@blaze-cms/core-errors-ui": "0.132.0-admin-updates.0",
33
- "@blaze-cms/core-ui": "0.132.0-admin-updates.0",
34
- "@blaze-cms/plugin-admin-core-ui": "0.132.0-admin-updates.1",
35
- "@blaze-cms/plugin-auth-local-ui": "0.132.0-admin-updates.1",
36
- "@blaze-cms/plugin-auth-ui": "0.132.0-admin-updates.1",
37
- "@blaze-cms/plugin-data-ui": "0.132.0-admin-updates.1",
38
- "@blaze-cms/plugin-google-maps-ui": "0.132.0-admin-updates.0",
39
- "@blaze-cms/plugin-gtm-ui": "0.132.0-admin-updates.0",
40
- "@blaze-cms/plugin-media-ui": "0.132.0-admin-updates.1",
41
- "@blaze-cms/plugin-page-builder-ui": "0.132.0-admin-updates.1",
42
- "@blaze-cms/react-form-builder": "0.132.0-admin-updates.0",
43
- "@blaze-cms/setup-ui": "0.132.0-admin-updates.0",
31
+ "@blaze-cms/admin-ui-utils": "0.132.0-core-styles.0",
32
+ "@blaze-cms/core-errors-ui": "0.132.0-core-styles.0",
33
+ "@blaze-cms/core-ui": "0.132.0-core-styles.0",
34
+ "@blaze-cms/plugin-admin-core-ui": "0.132.0-core-styles.0",
35
+ "@blaze-cms/plugin-auth-local-ui": "0.132.0-core-styles.0",
36
+ "@blaze-cms/plugin-auth-ui": "0.132.0-core-styles.0",
37
+ "@blaze-cms/plugin-data-ui": "0.132.0-core-styles.0",
38
+ "@blaze-cms/plugin-google-maps-ui": "0.132.0-core-styles.0",
39
+ "@blaze-cms/plugin-gtm-ui": "0.132.0-core-styles.0",
40
+ "@blaze-cms/plugin-media-ui": "0.132.0-core-styles.0",
41
+ "@blaze-cms/plugin-page-builder-ui": "0.132.0-core-styles.0",
42
+ "@blaze-cms/react-form-builder": "0.132.0-core-styles.0",
43
+ "@blaze-cms/setup-ui": "0.132.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": "7d0cac53177294b81aa22198200b9236bd922306"
69
+ "gitHead": "60caae92a09559c3b2826ea504c0acb5e9ee7701"
70
70
  }