@blaze-cms/plugin-data-ui 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 -26
  2. package/package.json +9 -9
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/plugin-data-ui
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
@@ -34,20 +22,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
34
22
 
35
23
 
36
24
 
37
- # [0.132.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.132.0-admin-updates.0) (2023-07-27)
38
-
25
+ ## [0.131.1](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.131.1) (2023-07-28)
39
26
 
40
- ### Bug Fixes
41
-
42
- * admin updates feedback ([0e69cbb](https://github.com/thebyte9/blaze/commit/0e69cbb0337df371c3e1cfc2f43c0d4ce666f33b))
43
- * update snapshots ([c88c8be](https://github.com/thebyte9/blaze/commit/c88c8bec58af59a5707d15f5e212e6b515706676))
44
- * update snapshots ([d490e17](https://github.com/thebyte9/blaze/commit/d490e1746d63ed5842799d15d6696c287f9b0d10))
45
-
46
-
47
- ### Features
48
-
49
- * add admin style feedback ([3f8b9a1](https://github.com/thebyte9/blaze/commit/3f8b9a1416a8a7977631583cff62fddb43cd2e9d))
50
- * style sidebar and add updated snapshots. Bz2 2870 ([#3539](https://github.com/thebyte9/blaze/issues/3539)) ([60640e5](https://github.com/thebyte9/blaze/commit/60640e5b65b4ed426ceefabc00c3beddb2113676))
27
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
51
28
 
52
29
 
53
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/plugin-data-ui",
3
- "version": "0.132.0-admin-updates.2",
3
+ "version": "0.132.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,12 +27,12 @@
27
27
  },
28
28
  "license": "GPL-3.0",
29
29
  "dependencies": {
30
- "@blaze-cms/admin-ui-utils": "0.132.0-admin-updates.0",
31
- "@blaze-cms/core-errors": "0.132.0-admin-updates.0",
32
- "@blaze-cms/react-form-builder": "0.132.0-admin-updates.0",
33
- "@blaze-cms/react-page-builder": "0.132.0-admin-updates.2",
34
- "@blaze-cms/setup-ui": "0.132.0-admin-updates.0",
35
- "@blaze-cms/versioning-ui": "0.132.0-admin-updates.0",
30
+ "@blaze-cms/admin-ui-utils": "0.132.0-core-styles.0",
31
+ "@blaze-cms/core-errors": "0.132.0-core-styles.0",
32
+ "@blaze-cms/react-form-builder": "0.132.0-core-styles.0",
33
+ "@blaze-cms/react-page-builder": "0.132.0-core-styles.0",
34
+ "@blaze-cms/setup-ui": "0.132.0-core-styles.0",
35
+ "@blaze-cms/versioning-ui": "0.132.0-core-styles.0",
36
36
  "@blaze-react/button": "0.5.19",
37
37
  "@blaze-react/more": "0.5.19",
38
38
  "@blaze-react/multiselect": "0.6.6",
@@ -53,7 +53,7 @@
53
53
  "uuid": "^3.3.3"
54
54
  },
55
55
  "devDependencies": {
56
- "@blaze-cms/core-ui": "0.132.0-admin-updates.0"
56
+ "@blaze-cms/core-ui": "0.132.0-core-styles.0"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "@apollo/client": "3.x",
@@ -65,5 +65,5 @@
65
65
  "lib/*",
66
66
  "lib-es/*"
67
67
  ],
68
- "gitHead": "0d7923777d1ae01be3231ca8e6935ec3698eca07"
68
+ "gitHead": "60caae92a09559c3b2826ea504c0acb5e9ee7701"
69
69
  }