@blaze-cms/plugin-data-ui 0.146.0-alpha.0 → 0.146.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.
- package/CHANGELOG.md +3 -13
- package/package.json +10 -10
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.146.0-
|
|
6
|
+
# [0.146.0-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.145.1-core-styles.1...v0.146.0-core-styles.0) (2024-09-03)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @blaze-cms/plugin-data-ui
|
|
9
9
|
|
|
@@ -11,24 +11,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
## [0.145.1-
|
|
14
|
+
## [0.145.1-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.145.0...v0.145.1-core-styles.0) (2024-08-22)
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
### Bug Fixes
|
|
18
18
|
|
|
19
19
|
* group data table row fields correctly ([#4465](https://github.com/thebyte9/blaze/issues/4465)) ([a07a06f](https://github.com/thebyte9/blaze/commit/a07a06f4db5d0f1980afad70d28352641effea1e))
|
|
20
|
-
* render page from the ur on initial load ([#4463](https://github.com/thebyte9/blaze/issues/4463)) ([8de5fbe](https://github.com/thebyte9/blaze/commit/8de5fbe969e9c2954f6484e044fdfec49d7050ae))
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
## [0.145.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.145.0...v0.145.1-alpha.0) (2024-08-16)
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
### Bug Fixes
|
|
30
|
-
|
|
31
20
|
* handle missing record error ([#4454](https://github.com/thebyte9/blaze/issues/4454)) ([f2ecf41](https://github.com/thebyte9/blaze/commit/f2ecf41962fd78b5808e6d7cd3714620697c4aaa))
|
|
21
|
+
* render page from the ur on initial load ([#4463](https://github.com/thebyte9/blaze/issues/4463)) ([8de5fbe](https://github.com/thebyte9/blaze/commit/8de5fbe969e9c2954f6484e044fdfec49d7050ae))
|
|
32
22
|
|
|
33
23
|
|
|
34
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blaze-cms/plugin-data-ui",
|
|
3
|
-
"version": "0.146.0-
|
|
3
|
+
"version": "0.146.0-core-styles.0",
|
|
4
4
|
"description": "Blaze plugin data ui",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib-es/index.js",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
},
|
|
28
28
|
"license": "GPL-3.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@blaze-cms/admin-ui-utils": "
|
|
31
|
-
"@blaze-cms/core-errors": "
|
|
32
|
-
"@blaze-cms/plugin-render-hooks-ui": "
|
|
33
|
-
"@blaze-cms/react-form-builder": "
|
|
34
|
-
"@blaze-cms/react-page-builder": "0.146.0-
|
|
35
|
-
"@blaze-cms/setup-ui": "
|
|
36
|
-
"@blaze-cms/versioning-ui": "
|
|
30
|
+
"@blaze-cms/admin-ui-utils": "0.145.1-core-styles.0",
|
|
31
|
+
"@blaze-cms/core-errors": "0.145.1-core-styles.0",
|
|
32
|
+
"@blaze-cms/plugin-render-hooks-ui": "0.145.1-core-styles.0",
|
|
33
|
+
"@blaze-cms/react-form-builder": "0.145.1-core-styles.0",
|
|
34
|
+
"@blaze-cms/react-page-builder": "0.146.0-core-styles.0",
|
|
35
|
+
"@blaze-cms/setup-ui": "0.145.1-core-styles.0",
|
|
36
|
+
"@blaze-cms/versioning-ui": "0.145.1-core-styles.0",
|
|
37
37
|
"@blaze-react/button": "0.5.19",
|
|
38
38
|
"@blaze-react/more": "0.5.19",
|
|
39
39
|
"@blaze-react/multiselect": "0.8.0-alpha.78",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"uuid": "^3.3.3"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@blaze-cms/core-ui": "
|
|
58
|
+
"@blaze-cms/core-ui": "0.145.1-core-styles.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"@apollo/client": "3.x",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"lib/*",
|
|
68
68
|
"lib-es/*"
|
|
69
69
|
],
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "a222f4ecc1065d1278a8fc4f0fc909a5e46870c5"
|
|
71
71
|
}
|