@blaze-cms/react-page-builder 0.142.0-core-styles.1 → 0.142.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 +16 -10
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,37 +3,43 @@
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-core-styles.1](https://github.com/thebyte9/blaze/compare/v0.142.0-core-styles.0...v0.142.0-core-styles.1) (2024-05-27)
6
+ # [0.142.0](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.2...v0.142.0) (2024-06-03)
7
+
8
+ **Note:** Version bump only for package @blaze-cms/react-page-builder
9
+
10
+
11
+
12
+
13
+
14
+ # [0.142.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.1...v0.142.0-alpha.2) (2024-05-26)
7
15
 
8
16
 
9
17
  ### Bug Fixes
10
18
 
11
19
  * add missing dayjs dependency ([#4377](https://github.com/thebyte9/blaze/issues/4377)) ([ece2ec3](https://github.com/thebyte9/blaze/commit/ece2ec3d9f8b410d861ac5a1dafd605a4f4f6174))
12
- * get component for repetition ([#4376](https://github.com/thebyte9/blaze/issues/4376)) ([2dc7e4b](https://github.com/thebyte9/blaze/commit/2dc7e4b2ecf8c8989cd453e3b446dd615b32fc3a))
13
-
14
20
 
15
21
 
16
22
 
17
23
 
18
- # [0.142.0-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.141.3...v0.142.0-core-styles.0) (2024-05-24)
19
24
 
25
+ # [0.142.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.0...v0.142.0-alpha.1) (2024-05-24)
20
26
 
21
- ### Features
22
27
 
23
- * adds date time component ([#4320](https://github.com/thebyte9/blaze/issues/4320)) ([aafabbe](https://github.com/thebyte9/blaze/commit/aafabbeaab843c7a21fbf285d72e0278edb0e30b))
24
- * changed banner insertion checks for generic components ([#4370](https://github.com/thebyte9/blaze/issues/4370)) ([e6e9734](https://github.com/thebyte9/blaze/commit/e6e97348ac31c4bd913b91b3d4de9ab1a4e88757))
28
+ ### Bug Fixes
25
29
 
30
+ * get component for repetition ([#4376](https://github.com/thebyte9/blaze/issues/4376)) ([2dc7e4b](https://github.com/thebyte9/blaze/commit/2dc7e4b2ecf8c8989cd453e3b446dd615b32fc3a))
26
31
 
27
32
 
28
- ## [0.141.1-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.141.0...v0.141.1-core-styles.0) (2024-05-15)
29
33
 
30
34
 
31
35
 
36
+ # [0.142.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.141.3...v0.142.0-alpha.0) (2024-05-24)
32
37
 
33
38
 
34
- ## [0.141.1-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.141.0...v0.141.1-core-styles.0) (2024-05-15)
39
+ ### Features
35
40
 
36
- **Note:** Version bump only for package @blaze-cms/react-page-builder
41
+ * adds date time component ([#4320](https://github.com/thebyte9/blaze/issues/4320)) ([aafabbe](https://github.com/thebyte9/blaze/commit/aafabbeaab843c7a21fbf285d72e0278edb0e30b))
42
+ * changed banner insertion checks for generic components ([#4370](https://github.com/thebyte9/blaze/issues/4370)) ([e6e9734](https://github.com/thebyte9/blaze/commit/e6e97348ac31c4bd913b91b3d4de9ab1a4e88757))
37
43
 
38
44
 
39
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/react-page-builder",
3
- "version": "0.142.0-core-styles.1",
3
+ "version": "0.142.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.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",
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",
33
33
  "@blaze-cms/image-cdn-react": "0.3.0-alpha.6",
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",
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",
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",
@@ -90,5 +90,5 @@
90
90
  "lib/*",
91
91
  "lib-es/*"
92
92
  ],
93
- "gitHead": "ae408a4c5daef4477aa87188c46c2fe2f3607446"
93
+ "gitHead": "89a937a8f1c83e8a9ed387ab0f4b95f4bfe88241"
94
94
  }