@blaze-cms/plugin-media-ui 0.127.0-project-admin-customisations.3 → 0.128.0-admin-updates.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 -20
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,26 +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.127.0-project-admin-customisations.3](https://github.com/thebyte9/blaze/compare/v0.127.0-project-admin-customisations.2...v0.127.0-project-admin-customisations.3) (2023-01-27)
7
-
8
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
9
-
10
-
11
-
12
-
13
-
14
- # [0.127.0-project-admin-customisations.2](https://github.com/thebyte9/blaze/compare/v0.127.0-project-admin-customisations.1...v0.127.0-project-admin-customisations.2) (2023-01-26)
15
-
16
-
17
- ### Features
18
-
19
- * support accordion rendering for form categories in FormBuilder ([#3784](https://github.com/thebyte9/blaze/issues/3784)) ([76d8421](https://github.com/thebyte9/blaze/commit/76d842153fa68bebb70ecf7c62fea1efaf839a88))
20
-
21
-
22
-
23
-
24
-
25
- # [0.127.0-project-admin-customisations.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0-project-admin-customisations.0) (2023-01-25)
6
+ # [0.128.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.127.1...v0.128.0-admin-updates.0) (2023-02-16)
26
7
 
27
8
 
28
9
  ### Bug Fixes
@@ -44,6 +25,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
44
25
 
45
26
 
46
27
 
28
+ # [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
29
+
30
+ **Note:** Version bump only for package @blaze-cms/plugin-media-ui
31
+
32
+
33
+
34
+
35
+
47
36
  # [0.125.0](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.18...v0.125.0) (2022-11-30)
48
37
 
49
38
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/plugin-media-ui",
3
- "version": "0.127.0-project-admin-customisations.3",
3
+ "version": "0.128.0-admin-updates.0",
4
4
  "description": "Blaze plugin media ui",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-es/index.js",
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "license": "GPL-3.0",
29
29
  "dependencies": {
30
- "@blaze-cms/admin-ui-utils": "0.127.0-project-admin-customisations.2",
31
- "@blaze-cms/core-errors": "^0.118.0",
32
- "@blaze-cms/plugin-search-ui": "0.127.0-project-admin-customisations.2",
33
- "@blaze-cms/react-form-builder": "0.127.0-project-admin-customisations.3",
34
- "@blaze-cms/setup-ui": "^0.92.0",
30
+ "@blaze-cms/admin-ui-utils": "0.128.0-admin-updates.0",
31
+ "@blaze-cms/core-errors": "0.128.0-admin-updates.0",
32
+ "@blaze-cms/plugin-search-ui": "0.128.0-admin-updates.0",
33
+ "@blaze-cms/react-form-builder": "0.128.0-admin-updates.0",
34
+ "@blaze-cms/setup-ui": "0.128.0-admin-updates.0",
35
35
  "@blaze-react/button": "0.5.19",
36
36
  "@blaze-react/drafteditor": "0.7.0",
37
37
  "@blaze-react/file-upload": "0.5.30",
@@ -44,7 +44,7 @@
44
44
  "react-tiny-virtual-list": "2.2.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@blaze-cms/core-ui": "^0.125.0"
47
+ "@blaze-cms/core-ui": "0.128.0-admin-updates.0"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@apollo/client": "3.x",
@@ -57,5 +57,5 @@
57
57
  "lib/*",
58
58
  "lib-es/*"
59
59
  ],
60
- "gitHead": "ea986d69f265ba66e45dea0630cbdb4823bf09dc"
60
+ "gitHead": "ad3389e954fe463366655311efb1198191dbb625"
61
61
  }