@blaze-cms/plugin-media-ui 0.141.0-core-styles.21 → 0.141.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 +5 -40
  2. package/package.json +8 -8
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.141.0-core-styles.21](https://github.com/thebyte9/blaze/compare/v0.141.0-core-styles.20...v0.141.0-core-styles.21) (2024-05-02)
6
+ # [0.141.0](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.2...v0.141.0) (2024-05-14)
7
7
 
8
8
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
9
9
 
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [0.141.0-core-styles.16](https://github.com/thebyte9/blaze/compare/v0.141.0-core-styles.15...v0.141.0-core-styles.16) (2024-04-25)
14
+ # [0.141.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.0...v0.141.0-alpha.1) (2024-05-08)
15
15
 
16
16
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
17
17
 
@@ -19,42 +19,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
19
 
20
20
 
21
21
 
22
- # [0.141.0-core-styles.6](https://github.com/thebyte9/blaze/compare/v0.141.0-core-styles.5...v0.141.0-core-styles.6) (2024-03-25)
23
-
24
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
25
-
26
-
27
-
28
-
29
-
30
- # [0.141.0-core-styles.3](https://github.com/thebyte9/blaze/compare/v0.141.0-core-styles.2...v0.141.0-core-styles.3) (2024-03-19)
31
-
32
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
33
-
34
-
35
-
36
-
37
-
38
- # [0.141.0-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.140.2-core-styles.1...v0.141.0-core-styles.0) (2024-03-08)
22
+ # [0.141.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.3...v0.141.0-alpha.0) (2024-04-24)
39
23
 
40
24
 
41
25
  ### Bug Fixes
42
26
 
43
- * fix import and wrap file upload in toast provider ([#4080](https://github.com/thebyte9/blaze/issues/4080)) ([1cdb05a](https://github.com/thebyte9/blaze/commit/1cdb05a3ee7be3b60a79ec93f6300624fe3543a2))
44
-
45
-
46
-
47
- ## [0.140.1](https://github.com/thebyte9/blaze/compare/v0.140.1-alpha.0...v0.140.1) (2024-03-04)
48
-
49
-
50
-
51
- ## [0.140.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.0...v0.140.1-alpha.0) (2024-03-04)
27
+ * fix import and wrap file upload in toast provider ([#4080](https://github.com/thebyte9/blaze/issues/4080)) ([19288f8](https://github.com/thebyte9/blaze/commit/19288f82c1eb646a60121c6e1bbb7e3d52b2f8d0))
52
28
 
53
29
 
54
30
 
55
31
 
56
32
 
57
- ## [0.140.2-core-styles.1](https://github.com/thebyte9/blaze/compare/v0.140.2-core-styles.0...v0.140.2-core-styles.1) (2024-03-07)
33
+ ## [0.140.3](https://github.com/thebyte9/blaze/compare/v0.140.2...v0.140.3) (2024-04-04)
58
34
 
59
35
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
60
36
 
@@ -62,17 +38,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
62
38
 
63
39
 
64
40
 
65
- ## [0.140.2-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.140.0...v0.140.2-core-styles.0) (2024-03-06)
66
-
67
-
68
- ### Bug Fixes
69
-
70
- * media search by filename ([#4280](https://github.com/thebyte9/blaze/issues/4280)) ([3a52a49](https://github.com/thebyte9/blaze/commit/3a52a49e390db06ac13ec20a895d9684ece83a78))
71
-
72
-
73
-
74
-
75
-
76
41
  ## [0.140.1](https://github.com/thebyte9/blaze/compare/v0.140.1-alpha.0...v0.140.1) (2024-03-04)
77
42
 
78
43
  **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.141.0-core-styles.21",
3
+ "version": "0.141.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.141.0-core-styles.16",
31
- "@blaze-cms/core-errors": "0.140.2-core-styles.1",
32
- "@blaze-cms/plugin-search-ui": "0.141.0-core-styles.21",
33
- "@blaze-cms/react-form-builder": "0.141.0-core-styles.21",
34
- "@blaze-cms/setup-ui": "0.140.2-core-styles.1",
30
+ "@blaze-cms/admin-ui-utils": "^0.141.0",
31
+ "@blaze-cms/core-errors": "^0.140.3",
32
+ "@blaze-cms/plugin-search-ui": "^0.141.0",
33
+ "@blaze-cms/react-form-builder": "^0.141.0",
34
+ "@blaze-cms/setup-ui": "^0.140.3",
35
35
  "@blaze-react/button": "0.5.19",
36
36
  "@blaze-react/drafteditor": "0.7.0",
37
37
  "@blaze-react/file-upload": "0.8.0-alpha.78",
@@ -44,7 +44,7 @@
44
44
  "react-tiny-virtual-list": "2.2.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@blaze-cms/core-ui": "0.140.2-core-styles.1"
47
+ "@blaze-cms/core-ui": "^0.140.3"
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": "7509b3a36cc6f27f4854249c07dfd687d3010a58"
60
+ "gitHead": "2a61d1506ef11a21af4d65d1eaf065b9fbdb9e23"
61
61
  }