@blaze-cms/plugin-admin-core-ui 0.132.0-admin-updates.0 → 0.132.0-admin-updates.1

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 +27 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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.132.0-admin-updates.1](https://github.com/thebyte9/blaze/compare/v0.131.1...v0.132.0-admin-updates.1) (2023-08-04)
7
+
8
+
9
+
10
+ # [0.132.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.132.0-admin-updates.0) (2023-07-27)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * ammend unterminated comment ([2a10dd0](https://github.com/thebyte9/blaze/commit/2a10dd0dfad49ce162cffe7d45536283257c4747))
16
+ * remove unused variable ([7fed889](https://github.com/thebyte9/blaze/commit/7fed88946645154024402b8efb94d0b139a7c943))
17
+ * update test and snapshots ([af9dcae](https://github.com/thebyte9/blaze/commit/af9dcae54d0e295e5c32b98a6dbba2e88717ab81))
18
+
19
+
20
+ ### Features
21
+
22
+ * add admin style feedback ([3f8b9a1](https://github.com/thebyte9/blaze/commit/3f8b9a1416a8a7977631583cff62fddb43cd2e9d))
23
+ * add admin syle feedback ([56c01fd](https://github.com/thebyte9/blaze/commit/56c01fdf825a570143d4bc0c54fbcd970adc28ae))
24
+ * add new logo to admin header ([f43143a](https://github.com/thebyte9/blaze/commit/f43143a57993154fa60226de245574dc8e5886b6))
25
+ * fix layout and webpack plugins tests ([d09a939](https://github.com/thebyte9/blaze/commit/d09a93909cafd9ee9502548b24de5776e09fc920))
26
+ * style admin header ([35bf94f](https://github.com/thebyte9/blaze/commit/35bf94f02856e3ab4bd83880b047ff0f047bdb40))
27
+ * update toolbar design and other fixes ([022c39a](https://github.com/thebyte9/blaze/commit/022c39a05d97d05b4373b1c408e607e5e6751e06))
28
+
29
+
30
+
31
+
32
+
6
33
  # [0.132.0-admin-updates.0](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.132.0-admin-updates.0) (2023-07-27)
7
34
 
8
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaze-cms/plugin-admin-core-ui",
3
- "version": "0.132.0-admin-updates.0",
3
+ "version": "0.132.0-admin-updates.1",
4
4
  "description": "Blaze plugin admin core ui",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-es/index.js",
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "license": "GPL-3.0",
29
29
  "dependencies": {
30
- "@blaze-cms/admin-ui-styles": "0.132.0-admin-updates.0",
30
+ "@blaze-cms/admin-ui-styles": "0.132.0-admin-updates.1",
31
31
  "@blaze-cms/admin-ui-utils": "0.132.0-admin-updates.0",
32
32
  "@blaze-cms/core-ui": "0.132.0-admin-updates.0",
33
- "@blaze-cms/plugin-search-ui": "0.132.0-admin-updates.0",
33
+ "@blaze-cms/plugin-search-ui": "0.132.0-admin-updates.1",
34
34
  "@blaze-cms/setup-ui": "0.132.0-admin-updates.0",
35
35
  "@blaze-react/avatar": "0.5.19",
36
36
  "@blaze-react/button": "0.5.19",
@@ -47,12 +47,12 @@
47
47
  "react-router-dom": "^5.0.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@blaze-cms/plugin-auth-ui": "0.132.0-admin-updates.0",
50
+ "@blaze-cms/plugin-auth-ui": "0.132.0-admin-updates.1",
51
51
  "waait": "1.0.5"
52
52
  },
53
53
  "eslintIgnore": [
54
54
  "lib/*",
55
55
  "lib-es/*"
56
56
  ],
57
- "gitHead": "fd6ece22f357131c0b0e5201e5e1df825389b860"
57
+ "gitHead": "7d0cac53177294b81aa22198200b9236bd922306"
58
58
  }