@bbki.ng/site 6.0.0 → 6.0.2
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 +24 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @bbki.ng/site
|
|
2
2
|
|
|
3
|
+
## 6.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c540b00: ci tirgger
|
|
8
|
+
- Updated dependencies [c540b00]
|
|
9
|
+
- @bbki.ng/plugins@1.0.2
|
|
10
|
+
|
|
11
|
+
## 6.0.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 02b0627: fix style
|
|
16
|
+
- 39f4f29: fix style error
|
|
17
|
+
- 8d26c74: update version color
|
|
18
|
+
- aea84cf: fix style
|
|
19
|
+
- Updated dependencies [39f4f29]
|
|
20
|
+
- Updated dependencies [8d26c74]
|
|
21
|
+
- Updated dependencies [aea84cf]
|
|
22
|
+
- @bbki.ng/plugin-sdk@1.0.1
|
|
23
|
+
- @bbki.ng/plugins@1.0.1
|
|
24
|
+
- @bbki.ng/core@1.0.1
|
|
25
|
+
- @bbki.ng/ui@1.0.1
|
|
26
|
+
|
|
3
27
|
## 6.0.0
|
|
4
28
|
|
|
5
29
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bbki.ng/site",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"description": "code behind bbki.ng",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"react-router-dom": "6",
|
|
16
16
|
"sonner": "^2.0.7",
|
|
17
17
|
"swr": "^2.2.5",
|
|
18
|
-
"@bbki.ng/
|
|
19
|
-
"@bbki.ng/
|
|
20
|
-
"@bbki.ng/
|
|
21
|
-
"@bbki.ng/
|
|
18
|
+
"@bbki.ng/core": "1.0.1",
|
|
19
|
+
"@bbki.ng/plugin-sdk": "1.0.1",
|
|
20
|
+
"@bbki.ng/plugins": "1.0.2",
|
|
21
|
+
"@bbki.ng/ui": "1.0.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@eslint/compat": "^1.0.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"vite-plugin-mdx": "^3.5.8",
|
|
62
62
|
"vite-plugin-pwa": "0.19",
|
|
63
63
|
"workbox-window": "^6.3.0",
|
|
64
|
-
"@bbki.ng/config": "2.0.
|
|
64
|
+
"@bbki.ng/config": "2.0.1"
|
|
65
65
|
},
|
|
66
66
|
"author": "bbbottle",
|
|
67
67
|
"license": "MIT",
|