@blaze-cms/plugin-data-ui 0.132.0-admin-updates.1 → 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 +9 -9
package/CHANGELOG.md CHANGED
@@ -3,11 +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.1](https://github.com/thebyte9/blaze/compare/v0.131.1...v0.132.0-admin-updates.1) (2023-08-04)
7
-
8
-
9
-
10
- # [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)
11
7
 
12
8
 
13
9
  ### Bug Fixes
@@ -26,20 +22,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
26
22
 
27
23
 
28
24
 
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)
30
-
31
-
32
- ### Bug Fixes
33
-
34
- * admin updates feedback ([0e69cbb](https://github.com/thebyte9/blaze/commit/0e69cbb0337df371c3e1cfc2f43c0d4ce666f33b))
35
- * update snapshots ([c88c8be](https://github.com/thebyte9/blaze/commit/c88c8bec58af59a5707d15f5e212e6b515706676))
36
- * update snapshots ([d490e17](https://github.com/thebyte9/blaze/commit/d490e1746d63ed5842799d15d6696c287f9b0d10))
37
-
38
-
39
- ### Features
25
+ ## [0.131.1](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.131.1) (2023-07-28)
40
26
 
41
- * add admin style feedback ([3f8b9a1](https://github.com/thebyte9/blaze/commit/3f8b9a1416a8a7977631583cff62fddb43cd2e9d))
42
- * 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
43
28
 
44
29
 
45
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.1",
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.1",
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": "7d0cac53177294b81aa22198200b9236bd922306"
68
+ "gitHead": "60caae92a09559c3b2826ea504c0acb5e9ee7701"
69
69
  }