@blaze-cms/admin 0.132.0-admin-updates.2 → 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 -18
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,19 +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.2](https://github.com/thebyte9/blaze/compare/v0.132.0-admin-updates.1...v0.132.0-admin-updates.2) (2023-08-11)
7
-
8
- **Note:** Version bump only for package @blaze-cms/admin
9
-
10
-
11
-
12
-
13
-
14
- # [0.132.0-admin-updates.1](https://github.com/thebyte9/blaze/compare/v0.131.1...v0.132.0-admin-updates.1) (2023-08-04)
15
-
16
-
17
-
18
- # [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)
19
7
 
20
8
 
21
9
  ### Bug Fixes
@@ -26,12 +14,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
26
14
 
27
15
 
28
16
 
29
- # [0.132.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.132.0-admin-updates.0) (2023-07-27)
17
+ ## [0.131.1](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.131.1) (2023-07-28)
30
18
 
31
-
32
- ### Bug Fixes
33
-
34
- * 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
35
20
 
36
21
 
37
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/admin",
3
- "version": "0.132.0-admin-updates.2",
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.2",
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.2",
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": "0d7923777d1ae01be3231ca8e6935ec3698eca07"
69
+ "gitHead": "60caae92a09559c3b2826ea504c0acb5e9ee7701"
70
70
  }