@blaze-cms/react-page-builder 0.130.0-structured-data.2 → 0.130.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 +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,18 +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.130.0
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* fixed banner not recieveng bannerProps from cards ([#3952](https://github.com/thebyte9/blaze/issues/3952)) ([ca41d15](https://github.com/thebyte9/blaze/commit/ca41d15acdc30e345a542b39f72bfdaffa949fee))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
# [0.130.0-structured-data.1](https://github.com/thebyte9/blaze/compare/v0.130.0-structured-data.0...v0.130.0-structured-data.1) (2023-06-12)
|
|
6
|
+
# [0.130.0](https://github.com/thebyte9/blaze/compare/v0.130.0-alpha.0...v0.130.0) (2023-07-04)
|
|
18
7
|
|
|
19
8
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
20
9
|
|
|
@@ -22,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
22
11
|
|
|
23
12
|
|
|
24
13
|
|
|
25
|
-
# [0.130.0-
|
|
14
|
+
# [0.130.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.129.0...v0.130.0-alpha.0) (2023-07-04)
|
|
26
15
|
|
|
27
16
|
|
|
28
17
|
### Bug Fixes
|
|
@@ -31,6 +20,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
31
20
|
* added smooth scroll time check ([#3937](https://github.com/thebyte9/blaze/issues/3937)) ([a20a22d](https://github.com/thebyte9/blaze/commit/a20a22d59e813563ebdd017270555d518635d5de))
|
|
32
21
|
* added smoothScroll option ([48e1c23](https://github.com/thebyte9/blaze/commit/48e1c23eb5c2132e13f7750d5fef249c913d8292))
|
|
33
22
|
* added timer control to smooth scroll ([8715a1d](https://github.com/thebyte9/blaze/commit/8715a1d821b6e77cf5de9cc7c1e562f777819861))
|
|
23
|
+
* fixed banner not recieveng bannerProps from cards ([#3952](https://github.com/thebyte9/blaze/issues/3952)) ([ca41d15](https://github.com/thebyte9/blaze/commit/ca41d15acdc30e345a542b39f72bfdaffa949fee))
|
|
34
24
|
* fixed code smells ([e9dc382](https://github.com/thebyte9/blaze/commit/e9dc38254a13cb696a48a3dc712d9cf8864d13a8))
|
|
35
25
|
* fixed css clashes ([63c20ee](https://github.com/thebyte9/blaze/commit/63c20ee219a99a25606011883cbc6e7ad1896258))
|
|
36
26
|
* fixed stuttering on smooth scroll ([5c3ff31](https://github.com/thebyte9/blaze/commit/5c3ff31eb2e6adec20750e8c97320674817a03a5))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blaze-cms/react-page-builder",
|
|
3
|
-
"version": "0.130.0
|
|
3
|
+
"version": "0.130.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.
|
|
30
|
+
"@blaze-cms/core-auth-ui": "^0.130.0",
|
|
31
31
|
"@blaze-cms/core-errors": "^0.127.0",
|
|
32
32
|
"@blaze-cms/core-errors-ui": "^0.128.1",
|
|
33
33
|
"@blaze-cms/image-cdn-react": "0.3.0-alpha.5",
|
|
34
|
-
"@blaze-cms/nextjs-components": "0.
|
|
35
|
-
"@blaze-cms/plugin-search-ui": "0.130.0
|
|
34
|
+
"@blaze-cms/nextjs-components": "^0.128.1",
|
|
35
|
+
"@blaze-cms/plugin-search-ui": "^0.130.0",
|
|
36
36
|
"@blaze-cms/setup-ui": "^0.128.1",
|
|
37
|
-
"@blaze-cms/utils": "^0.
|
|
38
|
-
"@blaze-cms/utils-handlebars": "0.
|
|
37
|
+
"@blaze-cms/utils": "^0.130.0",
|
|
38
|
+
"@blaze-cms/utils-handlebars": "^0.128.1",
|
|
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": "70dd8290d605424ca430ff533d9db9124975957f"
|
|
93
93
|
}
|