@blaze-cms/plugin-page-builder-fe 0.130.0-admin-updates.2 → 0.130.0-project-admin-customisations.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 +9 -5
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,15 +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.130.0-admin-updates.2](https://github.com/thebyte9/blaze/compare/v0.130.0-admin-updates.1...v0.130.0-admin-updates.2) (2023-06-13)
6
+ # [0.130.0-project-admin-customisations.0](https://github.com/thebyte9/blaze/compare/v0.129.0-project-admin-customisations.3...v0.130.0-project-admin-customisations.0) (2023-06-14)
7
7
 
8
- **Note:** Version bump only for package @blaze-cms/plugin-page-builder-fe
9
8
 
10
9
 
10
+ # [0.129.0](https://github.com/thebyte9/blaze/compare/v0.129.0-project-admin-customisations.2...v0.129.0) (2023-05-23)
11
+
12
+
13
+
14
+ # [0.129.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.0...v0.129.0-alpha.1) (2023-05-17)
11
15
 
12
16
 
13
17
 
14
- # [0.130.0-admin-updates.1](https://github.com/thebyte9/blaze/compare/v0.130.0-admin-updates.0...v0.130.0-admin-updates.1) (2023-06-12)
18
+ # [0.129.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.129.0-project-admin-customisations.1...v0.129.0-alpha.0) (2023-05-10)
15
19
 
16
20
  **Note:** Version bump only for package @blaze-cms/plugin-page-builder-fe
17
21
 
@@ -19,7 +23,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
23
 
20
24
 
21
25
 
22
- # [0.130.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.129.0...v0.130.0-admin-updates.0) (2023-05-24)
26
+ # [0.129.0-project-admin-customisations.3](https://github.com/thebyte9/blaze/compare/v0.129.0-project-admin-customisations.2...v0.129.0-project-admin-customisations.3) (2023-05-26)
23
27
 
24
28
  **Note:** Version bump only for package @blaze-cms/plugin-page-builder-fe
25
29
 
@@ -27,7 +31,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
27
31
 
28
32
 
29
33
 
30
- # [0.129.0](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.1...v0.129.0) (2023-05-23)
34
+ # [0.129.0-project-admin-customisations.1](https://github.com/thebyte9/blaze/compare/v0.129.0-project-admin-customisations.0...v0.129.0-project-admin-customisations.1) (2023-05-05)
31
35
 
32
36
  **Note:** Version bump only for package @blaze-cms/plugin-page-builder-fe
33
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/plugin-page-builder-fe",
3
- "version": "0.130.0-admin-updates.2",
3
+ "version": "0.130.0-project-admin-customisations.0",
4
4
  "description": "Blaze page builder plugin fe",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-es/index.js",
@@ -27,17 +27,17 @@
27
27
  },
28
28
  "license": "GPL-3.0",
29
29
  "dependencies": {
30
- "@blaze-cms/react-page-builder": "0.130.0-admin-updates.2",
31
- "@blaze-cms/setup-ui": "0.130.0-admin-updates.0",
30
+ "@blaze-cms/react-page-builder": "0.130.0-project-admin-customisations.0",
31
+ "@blaze-cms/setup-ui": "0.129.0-project-admin-customisations.3",
32
32
  "core-js": "^3.2.1",
33
33
  "regenerator-runtime": "^0.13.3"
34
34
  },
35
35
  "devDependencies": {
36
- "@blaze-cms/core-ui": "0.130.0-admin-updates.0"
36
+ "@blaze-cms/core-ui": "0.130.0-project-admin-customisations.0"
37
37
  },
38
38
  "eslintIgnore": [
39
39
  "lib/*",
40
40
  "lib-es/*"
41
41
  ],
42
- "gitHead": "189730ef8a67fc0c9af0ef588b70d0ab6d70e3d3"
42
+ "gitHead": "f7b80031a95d3ce85f39e7a500be3de2c4e960da"
43
43
  }