xs-common-plugins 1.0.13 → 1.0.14

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/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -244,6 +244,10 @@
244
244
  2. 报表兼容
245
245
  ```
246
246
  ```
247
- 1.0.13
247
+ 1.0.13 (废弃)
248
248
  1. 弹窗组件增加可扩展参数(修复)
249
249
  ```
250
+ ```
251
+ 1.0.14
252
+ 1. 修复插件
253
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xs-common-plugins",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "private": false,
5
5
  "description": "向上公共代码部分",
6
6
  "author": "祝玲云 <1902733517@qq.com>",