@blaze-cms/plugin-data-ui 0.145.1-alpha.1 → 0.145.1-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 +2 -12
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,24 +3,14 @@
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.145.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.145.1-alpha.0...v0.145.1-alpha.1) (2024-08-21)
6
+ ## [0.145.1-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.145.0...v0.145.1-core-styles.0) (2024-08-22)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
11
  * group data table row fields correctly ([#4465](https://github.com/thebyte9/blaze/issues/4465)) ([a07a06f](https://github.com/thebyte9/blaze/commit/a07a06f4db5d0f1980afad70d28352641effea1e))
12
- * render page from the ur on initial load ([#4463](https://github.com/thebyte9/blaze/issues/4463)) ([8de5fbe](https://github.com/thebyte9/blaze/commit/8de5fbe969e9c2954f6484e044fdfec49d7050ae))
13
-
14
-
15
-
16
-
17
-
18
- ## [0.145.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.145.0...v0.145.1-alpha.0) (2024-08-16)
19
-
20
-
21
- ### Bug Fixes
22
-
23
12
  * handle missing record error ([#4454](https://github.com/thebyte9/blaze/issues/4454)) ([f2ecf41](https://github.com/thebyte9/blaze/commit/f2ecf41962fd78b5808e6d7cd3714620697c4aaa))
13
+ * render page from the ur on initial load ([#4463](https://github.com/thebyte9/blaze/issues/4463)) ([8de5fbe](https://github.com/thebyte9/blaze/commit/8de5fbe969e9c2954f6484e044fdfec49d7050ae))
24
14
 
25
15
 
26
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/plugin-data-ui",
3
- "version": "0.145.1-alpha.1",
3
+ "version": "0.145.1-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": "^0.141.0",
31
- "@blaze-cms/core-errors": "^0.140.3",
32
- "@blaze-cms/plugin-render-hooks-ui": "^0.140.3",
33
- "@blaze-cms/react-form-builder": "^0.141.0",
34
- "@blaze-cms/react-page-builder": "^0.145.0",
35
- "@blaze-cms/setup-ui": "^0.140.3",
36
- "@blaze-cms/versioning-ui": "^0.140.3",
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.145.1-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": "^0.144.0"
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": "88119ff3c94e102a49ecdc98cdfe337b852c9d76"
70
+ "gitHead": "b2972054946378f1427e0d9157aae47b585f12ad"
71
71
  }