@bbki.ng/site 6.0.8 → 6.0.11

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 +29 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @bbki.ng/site
2
2
 
3
+ ## 6.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - f22cdc1: fix switch style
8
+ - Updated dependencies [f22cdc1]
9
+ - @bbki.ng/ui@1.0.8
10
+ - @bbki.ng/plugins@1.1.1
11
+
12
+ ## 6.0.10
13
+
14
+ ### Patch Changes
15
+
16
+ - 698e5fc: update store switch
17
+ - Updated dependencies [7f7e516]
18
+ - Updated dependencies [698e5fc]
19
+ - @bbki.ng/plugins@1.1.0
20
+ - @bbki.ng/ui@1.0.7
21
+
22
+ ## 6.0.9
23
+
24
+ ### Patch Changes
25
+
26
+ - e248124: fix style
27
+ - Updated dependencies [e248124]
28
+ - @bbki.ng/plugins@1.0.9
29
+ - @bbki.ng/core@1.0.2
30
+ - @bbki.ng/ui@1.0.6
31
+
3
32
  ## 6.0.8
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/site",
3
- "version": "6.0.8",
3
+ "version": "6.0.11",
4
4
  "description": "code behind bbki.ng",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -14,10 +14,10 @@
14
14
  "react-dom": "^18.0.0",
15
15
  "react-router-dom": "6",
16
16
  "swr": "^2.2.5",
17
- "@bbki.ng/core": "1.0.1",
17
+ "@bbki.ng/core": "1.0.2",
18
18
  "@bbki.ng/plugin-sdk": "1.0.1",
19
- "@bbki.ng/plugins": "1.0.8",
20
- "@bbki.ng/ui": "1.0.5"
19
+ "@bbki.ng/plugins": "1.1.1",
20
+ "@bbki.ng/ui": "1.0.8"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@eslint/compat": "^1.0.0",
@@ -60,7 +60,7 @@
60
60
  "vite-plugin-mdx": "^3.5.8",
61
61
  "vite-plugin-pwa": "0.19",
62
62
  "workbox-window": "^6.3.0",
63
- "@bbki.ng/config": "2.0.2"
63
+ "@bbki.ng/config": "2.0.3"
64
64
  },
65
65
  "author": "bbbottle",
66
66
  "license": "MIT",