@kyfe/ks-query-table 0.1.11-beta.8 → 0.1.12

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,10 @@
4
4
 
5
5
  ## Release Log
6
6
 
7
+ ### v0.1.12
8
+
9
+ - 发布正式版,整合 v0.1.11-beta.x 的所有修改
10
+
7
11
  ### v0.1.11-beta.8
8
12
 
9
13
  - 解决表格切横屏跳转下级页面,返回后卡死的问题
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kyfe/ks-query-table",
3
- "version": "0.1.11-beta.8",
3
+ "version": "0.1.12",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"