neko-ui 2.7.1 → 2.7.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 +13 -5
- package/package.json +4 -4
- package/umd/index.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,24 @@
|
|
|
1
1
|
# Change log
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### ✨ Features
|
|
6
|
-
|
|
7
|
-
- code支持swift代码高亮 ([4b43fa0](https://github.com/monako97/neko-ui/commit/4b43fa09250050f32503f6596a2d292609245b6c))
|
|
3
|
+
## [2.7.1](https://github.com/monako97/neko-ui/compare/2.7.0...2.7.1) (4-20-2024)
|
|
8
4
|
|
|
9
5
|
### 📚 Documentation
|
|
10
6
|
|
|
7
|
+
- 更新actions ([0e9990e](https://github.com/monako97/neko-ui/commit/0e9990e1a850c47485175cb1e70ad9332aff26bf))
|
|
8
|
+
- 更新actions ([0904b1a](https://github.com/monako97/neko-ui/commit/0904b1a4e03be89bf67982a68f9e9aaccb1a6b69))
|
|
9
|
+
- 更新actions ([87de451](https://github.com/monako97/neko-ui/commit/87de451365a869fca0c16ae5698f3870b77dd580))
|
|
10
|
+
- nojekyll替换为jekyll ([3051a91](https://github.com/monako97/neko-ui/commit/3051a91d07afd01dde526dace9a2a159f2c7bba0))
|
|
11
11
|
- fix notification 不同的通知类型 ([4931704](https://github.com/monako97/neko-ui/commit/4931704e10baaf3f2bf8b53d0189745b5bd2bc01))
|
|
12
12
|
- fix notification 不同的通知类型 ([5be2a0d](https://github.com/monako97/neko-ui/commit/5be2a0d3ebfb2cee0f7b2909d779f21c389a6c37))
|
|
13
13
|
|
|
14
|
+
### 🐛 Bug Fixes
|
|
15
|
+
|
|
16
|
+
- github action lint ([9f6ccd4](https://github.com/monako97/neko-ui/commit/9f6ccd48831d89df0b23580b9d5200b328300521))
|
|
17
|
+
|
|
18
|
+
### ✨ Features
|
|
19
|
+
|
|
20
|
+
- code支持swift代码高亮 ([4b43fa0](https://github.com/monako97/neko-ui/commit/4b43fa09250050f32503f6596a2d292609245b6c))
|
|
21
|
+
|
|
14
22
|
## [2.7.0](https://github.com/monako97/neko-ui/compare/2.6.1...2.7.0) (1-19-2024)
|
|
15
23
|
|
|
16
24
|
### ✨ Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "neko-ui",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.2",
|
|
4
4
|
"description": "WebComponents UI Libraries",
|
|
5
5
|
"main": "es/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"ui libraries"
|
|
42
42
|
],
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@commitlint/cli": "19.
|
|
44
|
+
"@commitlint/cli": "19.3.0",
|
|
45
45
|
"@commitlint/config-conventional": "19.2.2",
|
|
46
46
|
"@moneko/cli": "2.9.3",
|
|
47
|
-
"@moneko/core": "3.
|
|
47
|
+
"@moneko/core": "3.12.0",
|
|
48
48
|
"@moneko/solid": "1.7.6",
|
|
49
49
|
"@solidjs/testing-library": "0.8.7",
|
|
50
50
|
"@swc/jest": "0.2.36",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"dayjs": "1.11.10",
|
|
69
69
|
"marked-completed": "1.2.14",
|
|
70
70
|
"solid-element": "1.8.0",
|
|
71
|
-
"solid-js": "1.8.
|
|
71
|
+
"solid-js": "1.8.17"
|
|
72
72
|
},
|
|
73
73
|
"files": [
|
|
74
74
|
"es",
|