@keeljs/pkg2
Advanced tools
Comparing version 1.0.3 to 1.0.4
# @keeljs/pkg2 | ||
## 1.0.4 | ||
### Patch Changes | ||
- chore: test | ||
## 1.0.3 | ||
@@ -9,8 +15,8 @@ | ||
- [SwipeAction] 修复内容超出区域的 bug。[#772](https://github.com/ZhongAnTech/zarm/pull/772) | ||
- [Popup] 修复服务端渲染时,进入页面默认开启弹层的情况下报错的 bug。[#798](https://github.com/ZhongAnTech/zarm/pull/798) | ||
- [Affix] 修复服务端渲染时报错的 bug。[#807](https://github.com/ZhongAnTech/zarm/pull/807) | ||
- [Tabs] 修复 tab 项动态渲染时返回 null 或者 undefined 出错的 bug。[#836](https://github.com/ZhongAnTech/zarm/pull/836) | ||
- [Icon] 修复 iconfont 的使用方式在 vite 生产环境下报错的 bug。[#834](https://github.com/ZhongAnTech/zarm/pull/834) | ||
- [Progress] 修复当 percent 属性为 null 时进度展示有误的 bug。[#839](https://github.com/ZhongAnTech/zarm/pull/839) | ||
- [SwipeAction] 修复内容超出区域的 bug。[#772](https://github.com/ZhongAnTech/zarm/pull/772) | ||
- [Popup] 修复服务端渲染时,进入页面默认开启弹层的情况下报错的 bug。[#798](https://github.com/ZhongAnTech/zarm/pull/798) | ||
- [Affix] 修复服务端渲染时报错的 bug。[#807](https://github.com/ZhongAnTech/zarm/pull/807) | ||
- [Tabs] 修复 tab 项动态渲染时返回 null 或者 undefined 出错的 bug。[#836](https://github.com/ZhongAnTech/zarm/pull/836) | ||
- [Icon] 修复 iconfont 的使用方式在 vite 生产环境下报错的 bug。[#834](https://github.com/ZhongAnTech/zarm/pull/834) | ||
- [Progress] 修复当 percent 属性为 null 时进度展示有误的 bug。[#839](https://github.com/ZhongAnTech/zarm/pull/839) | ||
@@ -17,0 +23,0 @@ - Perf |
@@ -5,5 +5,5 @@ import a from 'pkg1'; | ||
a(); | ||
console.log('this is pkg2'); | ||
console.log('this is pkg2. test new version'); | ||
} | ||
export default b; |
{ | ||
"name": "@keeljs/pkg2", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1575