@bbki.ng/site 5.5.30 → 5.5.32

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @bbki.ng/site
2
2
 
3
+ ## 5.5.32
4
+
5
+ ### Patch Changes
6
+
7
+ - 5ef89b2: breadcrumb align
8
+
9
+ ## 5.5.31
10
+
11
+ ### Patch Changes
12
+
13
+ - af2da88: fix breadcrumb link lineheight
14
+ - Updated dependencies [af2da88]
15
+ - @bbki.ng/ui@0.2.16
16
+
3
17
  ## 5.5.30
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/site",
3
- "version": "5.5.30",
3
+ "version": "5.5.32",
4
4
  "description": "code behind bbki.ng",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -14,7 +14,7 @@
14
14
  "react-dom": "^18.0.0",
15
15
  "react-router-dom": "6",
16
16
  "swr": "^2.2.5",
17
- "@bbki.ng/ui": "0.2.15"
17
+ "@bbki.ng/ui": "0.2.16"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@eslint/compat": "^1.0.0",
@@ -89,7 +89,7 @@ class XwyPlugin implements IPlugin {
89
89
  return {
90
90
  ...p,
91
91
  name: '小乌鸦合集',
92
- className: 'font-xwy text-content-special text-[1.2rem]',
92
+ className: 'font-xwy text-content-special text-[1.2rem] align-middle',
93
93
  };
94
94
  }
95
95