@blaze-cms/react-page-builder 0.138.0-core-styles.2 → 0.138.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.138.0-core-styles.2](https://github.com/thebyte9/blaze/compare/v0.138.0-core-styles.1...v0.138.0-core-styles.2) (2023-12-19)
6
+ # [0.138.0](https://github.com/thebyte9/blaze/compare/v0.138.0-alpha.0...v0.138.0) (2023-12-19)
7
7
 
8
+ **Note:** Version bump only for package @blaze-cms/react-page-builder
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * map marker click not opening markers ([#4164](https://github.com/thebyte9/blaze/issues/4164)) ([4f8fe05](https://github.com/thebyte9/blaze/commit/4f8fe055c0897cb2afca5aa81211fc972b03bdeb))
12
- * use cached data if present while loading ([#4166](https://github.com/thebyte9/blaze/issues/4166)) ([285c926](https://github.com/thebyte9/blaze/commit/285c92678f6c26d0daa956c2514c27f499721754))
13
11
 
14
12
 
15
13
 
14
+ # [0.138.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.137.1...v0.138.0-alpha.0) (2023-12-18)
16
15
 
17
16
 
18
- # [0.138.0-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.137.1...v0.138.0-core-styles.0) (2023-12-12)
17
+ ### Bug Fixes
19
18
 
20
- **Note:** Version bump only for package @blaze-cms/react-page-builder
19
+ * map marker click not opening markers ([#4164](https://github.com/thebyte9/blaze/issues/4164)) ([4f8fe05](https://github.com/thebyte9/blaze/commit/4f8fe055c0897cb2afca5aa81211fc972b03bdeb))
20
+ * use cached data if present while loading ([#4166](https://github.com/thebyte9/blaze/issues/4166)) ([285c926](https://github.com/thebyte9/blaze/commit/285c92678f6c26d0daa956c2514c27f499721754))
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.138.0-core-styles.2",
3
+ "version": "0.138.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.138.0-core-styles.0",
31
- "@blaze-cms/core-errors": "0.138.0-core-styles.0",
32
- "@blaze-cms/core-errors-ui": "0.138.0-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.138.0-core-styles.0",
35
- "@blaze-cms/plugin-search-ui": "0.138.0-core-styles.0",
36
- "@blaze-cms/setup-ui": "0.138.0-core-styles.0",
37
- "@blaze-cms/utils": "0.138.0-core-styles.0",
38
- "@blaze-cms/utils-handlebars": "0.138.0-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": "6e5d7de2c32ee43179414a34d645defbceb2df96"
92
+ "gitHead": "3281d25821a14a4e05766f39c021d653896747cf"
93
93
  }