@blaze-cms/plugin-admin-core-ui 0.142.0-alpha.0 → 0.142.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 +14 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,7 +3,11 @@
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-alpha.0](https://github.com/thebyte9/blaze/compare/v0.141.3...v0.142.0-alpha.0) (2024-05-24)
6
+ # [0.142.0-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.141.3...v0.142.0-core-styles.0) (2024-05-24)
7
+
8
+
9
+
10
+ ## [0.141.1-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.141.0...v0.141.1-core-styles.0) (2024-05-15)
7
11
 
8
12
  **Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
9
13
 
@@ -11,6 +15,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
15
 
12
16
 
13
17
 
18
+ ## [0.141.1-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.141.0...v0.141.1-core-styles.0) (2024-05-15)
19
+
20
+
21
+
22
+ **Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
23
+
24
+
25
+
26
+
14
27
  ## [0.141.1](https://github.com/thebyte9/blaze/compare/v0.141.1-alpha.0...v0.141.1) (2024-05-16)
15
28
 
16
29
  **Note:** Version bump only for package @blaze-cms/plugin-admin-core-ui
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/plugin-admin-core-ui",
3
- "version": "0.142.0-alpha.0",
3
+ "version": "0.142.0-core-styles.0",
4
4
  "description": "Blaze plugin admin core 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-styles": "0.142.0-alpha.0",
31
- "@blaze-cms/admin-ui-utils": "^0.141.0",
32
- "@blaze-cms/core-ui": "^0.140.3",
33
- "@blaze-cms/plugin-search-ui": "^0.141.0",
34
- "@blaze-cms/setup-ui": "^0.140.3",
30
+ "@blaze-cms/admin-ui-styles": "0.142.0-core-styles.0",
31
+ "@blaze-cms/admin-ui-utils": "0.141.1-core-styles.0",
32
+ "@blaze-cms/core-ui": "0.141.1-core-styles.0",
33
+ "@blaze-cms/plugin-search-ui": "0.141.1-core-styles.0",
34
+ "@blaze-cms/setup-ui": "0.141.1-core-styles.0",
35
35
  "@blaze-react/avatar": "0.5.19",
36
36
  "@blaze-react/button": "0.5.19",
37
37
  "@blaze-react/input": "0.8.0-alpha.78",
@@ -47,7 +47,7 @@
47
47
  "react-router-dom": "^5.0.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@blaze-cms/plugin-auth-ui": "0.142.0-alpha.0",
50
+ "@blaze-cms/plugin-auth-ui": "0.142.0-core-styles.0",
51
51
  "lodash.merge": "^4.6.2",
52
52
  "waait": "1.0.5"
53
53
  },
@@ -55,5 +55,5 @@
55
55
  "lib/*",
56
56
  "lib-es/*"
57
57
  ],
58
- "gitHead": "a8c8a5250ea81ce37cbb8864089c2cc157586135"
58
+ "gitHead": "a65cfa8b8f061058619990d91d3e67f5d24db9ee"
59
59
  }