Skip to content

Commit ffbff25

Browse files
committed
release: drip-table 1.3.9
1 parent 9116039 commit ffbff25

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/drip-table/changelog/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ title: 更新日志
55

66
## 更新日志
77

8+
### 2022.03.31 `v1.3.8`
9+
10+
* 🐞 修复 ref 引用逻辑混乱的问题。
11+
* 🆕 移除无意义的 DripTableProvider 组件。
12+
813
### 2022.03.31 `v1.3.7`
914

1015
* 🐞 修复生命周期函数没有执行的问题。

packages/drip-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drip-table",
3-
"version": "1.3.8-alpha.0",
3+
"version": "1.3.8",
44
"description": "A tiny and powerful enterprise-class solution for building tables.",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)