@blaze-cms/react-page-builder 0.128.0-admin-updates.5 → 0.128.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 +3 -23
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,39 +3,19 @@
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.128.0-admin-updates.5](https://github.com/thebyte9/blaze/compare/v0.128.0-admin-updates.4...v0.128.0-admin-updates.5) (2023-03-09)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * deconstruct correct query variable to fix filtered card loading ([#3839](https://github.com/thebyte9/blaze/issues/3839)) ([aa282ed](https://github.com/thebyte9/blaze/commit/aa282ed971768d935eba9bd8a32538f98f0abdc7))
12
-
13
-
14
-
15
-
16
-
17
- # [0.128.0-admin-updates.3](https://github.com/thebyte9/blaze/compare/v0.128.0-admin-updates.2...v0.128.0-admin-updates.3) (2023-03-09)
6
+ # [0.128.0-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.128.0-core-styles.0) (2023-03-17)
18
7
 
19
8
 
20
9
  ### Bug Fixes
21
10
 
22
11
  * added handling of blank spaces for content groups ([#3828](https://github.com/thebyte9/blaze/issues/3828)) ([e196b41](https://github.com/thebyte9/blaze/commit/e196b41f2c424b05cc07642af9697e65e0ab26e1))
23
-
24
-
25
- ### Features
26
-
27
- * entity multi select for card and list components ([#3603](https://github.com/thebyte9/blaze/issues/3603)) ([af3441c](https://github.com/thebyte9/blaze/commit/af3441c5f9cb0033124bb92f8d9cd81a68fefc14))
28
-
29
-
30
-
31
-
32
-
33
- # [0.128.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.127.1...v0.128.0-admin-updates.0) (2023-02-16)
12
+ * deconstruct correct query variable to fix filtered card loading ([#3839](https://github.com/thebyte9/blaze/issues/3839)) ([aa282ed](https://github.com/thebyte9/blaze/commit/aa282ed971768d935eba9bd8a32538f98f0abdc7))
34
13
 
35
14
 
36
15
  ### Features
37
16
 
38
17
  * added iframe component ([#3793](https://github.com/thebyte9/blaze/issues/3793)) ([71d1029](https://github.com/thebyte9/blaze/commit/71d102984896f7fd571a6c60499978e5c8e2d044))
18
+ * entity multi select for card and list components ([#3603](https://github.com/thebyte9/blaze/issues/3603)) ([af3441c](https://github.com/thebyte9/blaze/commit/af3441c5f9cb0033124bb92f8d9cd81a68fefc14))
39
19
 
40
20
 
41
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/react-page-builder",
3
- "version": "0.128.0-admin-updates.5",
3
+ "version": "0.128.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,14 +27,14 @@
27
27
  },
28
28
  "license": "GPL-3.0",
29
29
  "dependencies": {
30
- "@blaze-cms/core-auth-ui": "0.128.0-admin-updates.0",
31
- "@blaze-cms/core-errors": "0.128.0-admin-updates.0",
30
+ "@blaze-cms/core-auth-ui": "0.128.0-core-styles.0",
31
+ "@blaze-cms/core-errors": "^0.127.0",
32
32
  "@blaze-cms/image-cdn-react": "0.3.0-alpha.3",
33
- "@blaze-cms/nextjs-components": "0.128.0-admin-updates.0",
34
- "@blaze-cms/plugin-search-ui": "0.128.0-admin-updates.3",
35
- "@blaze-cms/setup-ui": "0.128.0-admin-updates.0",
36
- "@blaze-cms/utils": "0.128.0-admin-updates.0",
37
- "@blaze-cms/utils-handlebars": "0.128.0-admin-updates.0",
33
+ "@blaze-cms/nextjs-components": "0.128.0-core-styles.0",
34
+ "@blaze-cms/plugin-search-ui": "0.128.0-core-styles.0",
35
+ "@blaze-cms/setup-ui": "0.128.0-core-styles.0",
36
+ "@blaze-cms/utils": "0.128.0-core-styles.0",
37
+ "@blaze-cms/utils-handlebars": "0.128.0-core-styles.0",
38
38
  "@blaze-react/breadcrumb": "0.8.0-alpha.60",
39
39
  "@blaze-react/button": "0.5.19",
40
40
  "@blaze-react/checkboxes": "0.5.31",
@@ -88,5 +88,5 @@
88
88
  "lib/*",
89
89
  "lib-es/*"
90
90
  ],
91
- "gitHead": "6dc291cfd27848dd80149526f6f26c4a0d17a708"
91
+ "gitHead": "91cbf4e36ff8860f2e2ef140ee6e132fe2cbf0f6"
92
92
  }