@blaze-cms/react-page-builder 0.131.0-admin-updates.2 → 0.131.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 -23
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,35 +3,15 @@
|
|
|
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.131.0-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* added logout handling for button ([#3983](https://github.com/thebyte9/blaze/issues/3983)) ([1940547](https://github.com/thebyte9/blaze/commit/19405477315238fe8b14c974645675ec285ee85a))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
# [0.131.0-admin-updates.1](https://github.com/thebyte9/blaze/compare/v0.131.0-admin-updates.0...v0.131.0-admin-updates.1) (2023-07-10)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### Bug Fixes
|
|
21
|
-
|
|
22
|
-
* hlist component andle when no search filter ([#3982](https://github.com/thebyte9/blaze/issues/3982)) ([e9e1a6d](https://github.com/thebyte9/blaze/commit/e9e1a6da969d9afc5f9ddaffcb7bf2238c84d898))
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
# [0.131.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.130.1...v0.131.0-admin-updates.0) (2023-07-10)
|
|
6
|
+
# [0.131.0-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.130.1...v0.131.0-core-styles.0) (2023-07-12)
|
|
29
7
|
|
|
30
8
|
|
|
31
9
|
### Bug Fixes
|
|
32
10
|
|
|
33
11
|
* add collapse property to searchContent ([#3964](https://github.com/thebyte9/blaze/issues/3964)) ([d133a19](https://github.com/thebyte9/blaze/commit/d133a1965fdb447824dfdb87566809d7597a24b2))
|
|
12
|
+
* added logout handling for button ([#3983](https://github.com/thebyte9/blaze/issues/3983)) ([1940547](https://github.com/thebyte9/blaze/commit/19405477315238fe8b14c974645675ec285ee85a))
|
|
34
13
|
* hash bits now persists through filter changes ([#3965](https://github.com/thebyte9/blaze/issues/3965)) ([04e4cb3](https://github.com/thebyte9/blaze/commit/04e4cb380520ea7c9b20860bf9cb4ea2facd27ad))
|
|
14
|
+
* hlist component andle when no search filter ([#3982](https://github.com/thebyte9/blaze/issues/3982)) ([e9e1a6d](https://github.com/thebyte9/blaze/commit/e9e1a6da969d9afc5f9ddaffcb7bf2238c84d898))
|
|
35
15
|
|
|
36
16
|
|
|
37
17
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blaze-cms/react-page-builder",
|
|
3
|
-
"version": "0.131.0-
|
|
3
|
+
"version": "0.131.0-core-styles.0",
|
|
4
4
|
"description": "Blaze react page builder",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib-es/index.js",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
},
|
|
28
28
|
"license": "GPL-3.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@blaze-cms/core-auth-ui": "0.131.0-
|
|
31
|
-
"@blaze-cms/core-errors": "0.
|
|
32
|
-
"@blaze-cms/core-errors-ui": "0.131.0-
|
|
30
|
+
"@blaze-cms/core-auth-ui": "0.131.0-core-styles.0",
|
|
31
|
+
"@blaze-cms/core-errors": "^0.127.0",
|
|
32
|
+
"@blaze-cms/core-errors-ui": "0.131.0-core-styles.0",
|
|
33
33
|
"@blaze-cms/image-cdn-react": "0.3.0-alpha.5",
|
|
34
|
-
"@blaze-cms/nextjs-components": "0.131.0-
|
|
35
|
-
"@blaze-cms/plugin-search-ui": "0.131.0-
|
|
36
|
-
"@blaze-cms/setup-ui": "0.131.0-
|
|
37
|
-
"@blaze-cms/utils": "0.131.0-
|
|
38
|
-
"@blaze-cms/utils-handlebars": "0.131.0-
|
|
34
|
+
"@blaze-cms/nextjs-components": "0.131.0-core-styles.0",
|
|
35
|
+
"@blaze-cms/plugin-search-ui": "0.131.0-core-styles.0",
|
|
36
|
+
"@blaze-cms/setup-ui": "0.131.0-core-styles.0",
|
|
37
|
+
"@blaze-cms/utils": "0.131.0-core-styles.0",
|
|
38
|
+
"@blaze-cms/utils-handlebars": "0.131.0-core-styles.0",
|
|
39
39
|
"@blaze-react/breadcrumb": "0.8.0-alpha.60",
|
|
40
40
|
"@blaze-react/button": "0.5.19",
|
|
41
41
|
"@blaze-react/checkboxes": "0.5.31",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"lib/*",
|
|
90
90
|
"lib-es/*"
|
|
91
91
|
],
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "26ae4df0bb1e46c0f621ad906a164d07055465a1"
|
|
93
93
|
}
|