@blaze-cms/react-page-builder 0.142.0-alpha.0 → 0.142.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 +13 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,7 +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.142.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.141.3...v0.142.0-alpha.0) (2024-05-24)
6
+ # [0.142.0-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.141.3...v0.142.0-core-styles.0) (2024-05-24)
7
7
 
8
8
 
9
9
  ### Features
@@ -13,6 +13,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
13
13
 
14
14
 
15
15
 
16
+ ## [0.141.1-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.141.0...v0.141.1-core-styles.0) (2024-05-15)
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.141.1-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.141.0...v0.141.1-core-styles.0) (2024-05-15)
23
+
24
+ **Note:** Version bump only for package @blaze-cms/react-page-builder
25
+
26
+
27
+
16
28
 
17
29
 
18
30
  # [0.141.0](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.2...v0.141.0) (2024-05-14)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/react-page-builder",
3
- "version": "0.142.0-alpha.0",
3
+ "version": "0.142.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.141.0",
31
- "@blaze-cms/core-errors": "^0.140.3",
32
- "@blaze-cms/core-errors-ui": "^0.140.3",
30
+ "@blaze-cms/core-auth-ui": "0.141.1-core-styles.0",
31
+ "@blaze-cms/core-errors": "0.141.1-core-styles.0",
32
+ "@blaze-cms/core-errors-ui": "0.141.1-core-styles.0",
33
33
  "@blaze-cms/image-cdn-react": "0.3.0-alpha.6",
34
- "@blaze-cms/nextjs-components": "^0.141.0",
35
- "@blaze-cms/plugin-search-ui": "^0.141.0",
36
- "@blaze-cms/setup-ui": "^0.140.3",
37
- "@blaze-cms/utils": "^0.140.3",
38
- "@blaze-cms/utils-handlebars": "^0.141.0",
34
+ "@blaze-cms/nextjs-components": "0.141.1-core-styles.0",
35
+ "@blaze-cms/plugin-search-ui": "0.141.1-core-styles.0",
36
+ "@blaze-cms/setup-ui": "0.141.1-core-styles.0",
37
+ "@blaze-cms/utils": "0.141.1-core-styles.0",
38
+ "@blaze-cms/utils-handlebars": "0.141.1-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": "a8c8a5250ea81ce37cbb8864089c2cc157586135"
92
+ "gitHead": "a65cfa8b8f061058619990d91d3e67f5d24db9ee"
93
93
  }