@blaze-cms/react-page-builder 0.137.0-core-styles.3 → 0.137.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 +6 -6
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,21 +3,21 @@
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.137.0-core-styles.3](https://github.com/thebyte9/blaze/compare/v0.137.0-core-styles.2...v0.137.0-core-styles.3) (2023-12-11)
6
+ # [0.137.0](https://github.com/thebyte9/blaze/compare/v0.137.0-alpha.1...v0.137.0) (2023-12-11)
7
7
 
8
+ **Note:** Version bump only for package @blaze-cms/react-page-builder
8
9
 
9
- ### Features
10
10
 
11
- * add image priority to carousel ([#4143](https://github.com/thebyte9/blaze/issues/4143)) ([82bd280](https://github.com/thebyte9/blaze/commit/82bd280e43a231b76b63c455a4621d0b86a6e306))
12
- * frontend image and video parallax settings ([#4096](https://github.com/thebyte9/blaze/issues/4096)) ([7314a17](https://github.com/thebyte9/blaze/commit/7314a1724697e6e47aa06a3b92252e9721c58e56))
13
11
 
14
12
 
15
13
 
14
+ # [0.137.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.137.0-alpha.0...v0.137.0-alpha.1) (2023-12-07)
16
15
 
17
16
 
18
- ## [0.136.2-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.136.1...v0.136.2-core-styles.0) (2023-11-29)
17
+ ### Features
19
18
 
20
- **Note:** Version bump only for package @blaze-cms/react-page-builder
19
+ * add image priority to carousel ([#4143](https://github.com/thebyte9/blaze/issues/4143)) ([82bd280](https://github.com/thebyte9/blaze/commit/82bd280e43a231b76b63c455a4621d0b86a6e306))
20
+ * frontend image and video parallax settings ([#4096](https://github.com/thebyte9/blaze/issues/4096)) ([7314a17](https://github.com/thebyte9/blaze/commit/7314a1724697e6e47aa06a3b92252e9721c58e56))
21
21
 
22
22
 
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/react-page-builder",
3
- "version": "0.137.0-core-styles.3",
3
+ "version": "0.137.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.136.2-core-styles.0",
31
- "@blaze-cms/core-errors": "0.136.2-core-styles.0",
32
- "@blaze-cms/core-errors-ui": "0.136.2-core-styles.0",
30
+ "@blaze-cms/core-auth-ui": "^0.131.0",
31
+ "@blaze-cms/core-errors": "^0.131.0",
32
+ "@blaze-cms/core-errors-ui": "^0.131.0",
33
33
  "@blaze-cms/image-cdn-react": "0.3.0-alpha.6",
34
- "@blaze-cms/nextjs-components": "0.136.2-core-styles.0",
35
- "@blaze-cms/plugin-search-ui": "0.136.2-core-styles.0",
36
- "@blaze-cms/setup-ui": "0.136.2-core-styles.0",
37
- "@blaze-cms/utils": "0.136.2-core-styles.0",
38
- "@blaze-cms/utils-handlebars": "0.136.2-core-styles.0",
34
+ "@blaze-cms/nextjs-components": "^0.134.0",
35
+ "@blaze-cms/plugin-search-ui": "^0.136.0",
36
+ "@blaze-cms/setup-ui": "^0.131.0",
37
+ "@blaze-cms/utils": "^0.131.0",
38
+ "@blaze-cms/utils-handlebars": "^0.134.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": "233c12043ff488194a8d468cc58552077527bb66"
92
+ "gitHead": "6c1f895cae00909ca2bc1059b8de1cdd38c3af66"
93
93
  }