@blaze-cms/admin 0.142.0-core-styles.1 → 0.142.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 +9 -5
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,7 +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.142.0-core-styles.1](https://github.com/thebyte9/blaze/compare/v0.142.0-core-styles.0...v0.142.0-core-styles.1) (2024-05-27)
6
+ # [0.142.0](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.2...v0.142.0) (2024-06-03)
7
7
 
8
8
  **Note:** Version bump only for package @blaze-cms/admin
9
9
 
@@ -11,26 +11,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [0.142.0-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.141.3...v0.142.0-core-styles.0) (2024-05-24)
14
+ # [0.142.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.1...v0.142.0-alpha.2) (2024-05-26)
15
+
16
+ **Note:** Version bump only for package @blaze-cms/admin
15
17
 
16
18
 
17
19
 
18
- ## [0.141.1-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.141.0...v0.141.1-core-styles.0) (2024-05-15)
19
20
 
20
- **Note:** Version bump only for package @blaze-cms/admin
21
21
 
22
+ # [0.142.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.0...v0.142.0-alpha.1) (2024-05-24)
23
+
24
+ **Note:** Version bump only for package @blaze-cms/admin
22
25
 
23
26
 
24
27
 
25
28
 
26
- ## [0.141.1-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.141.0...v0.141.1-core-styles.0) (2024-05-15)
27
29
 
30
+ # [0.142.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.141.3...v0.142.0-alpha.0) (2024-05-24)
28
31
 
29
32
  **Note:** Version bump only for package @blaze-cms/admin
30
33
 
31
34
 
32
35
 
33
36
 
37
+
34
38
  ## [0.141.1](https://github.com/thebyte9/blaze/compare/v0.141.1-alpha.0...v0.141.1) (2024-05-16)
35
39
 
36
40
  **Note:** Version bump only for package @blaze-cms/admin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/admin",
3
- "version": "0.142.0-core-styles.1",
3
+ "version": "0.142.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.141.1-core-styles.0",
32
- "@blaze-cms/core-errors-ui": "0.141.1-core-styles.0",
33
- "@blaze-cms/core-ui": "0.141.1-core-styles.0",
34
- "@blaze-cms/plugin-admin-core-ui": "0.142.0-core-styles.0",
35
- "@blaze-cms/plugin-auth-local-ui": "0.142.0-core-styles.0",
36
- "@blaze-cms/plugin-auth-ui": "0.142.0-core-styles.0",
37
- "@blaze-cms/plugin-data-ui": "0.142.0-core-styles.1",
38
- "@blaze-cms/plugin-google-maps-ui": "0.141.1-core-styles.0",
39
- "@blaze-cms/plugin-gtm-ui": "0.141.1-core-styles.0",
40
- "@blaze-cms/plugin-media-ui": "0.141.1-core-styles.0",
41
- "@blaze-cms/plugin-page-builder-ui": "0.142.0-core-styles.0",
42
- "@blaze-cms/react-form-builder": "0.141.1-core-styles.0",
43
- "@blaze-cms/setup-ui": "0.141.1-core-styles.0",
31
+ "@blaze-cms/admin-ui-utils": "^0.141.0",
32
+ "@blaze-cms/core-errors-ui": "^0.140.3",
33
+ "@blaze-cms/core-ui": "^0.140.3",
34
+ "@blaze-cms/plugin-admin-core-ui": "^0.142.0",
35
+ "@blaze-cms/plugin-auth-local-ui": "^0.142.0",
36
+ "@blaze-cms/plugin-auth-ui": "^0.142.0",
37
+ "@blaze-cms/plugin-data-ui": "^0.142.0",
38
+ "@blaze-cms/plugin-google-maps-ui": "^0.141.0",
39
+ "@blaze-cms/plugin-gtm-ui": "^0.141.0",
40
+ "@blaze-cms/plugin-media-ui": "^0.141.0",
41
+ "@blaze-cms/plugin-page-builder-ui": "^0.142.0",
42
+ "@blaze-cms/react-form-builder": "^0.141.0",
43
+ "@blaze-cms/setup-ui": "^0.140.3",
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": "ae408a4c5daef4477aa87188c46c2fe2f3607446"
69
+ "gitHead": "89a937a8f1c83e8a9ed387ab0f4b95f4bfe88241"
70
70
  }