@netless/slide 0.11.1 → 0.11.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -297,3 +297,7 @@
297
297
  #### 0.11.1
298
298
 
299
299
  * 更新 slide 类型定义
300
+
301
+ #### 0.11.2
302
+
303
+ * 修复 ppt 显示区域底部白边问题
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netless/slide",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "description": "> TODO: description",
5
5
  "author": "huaguzheng <huaguzheng2007@126.com>",
6
6
  "homepage": "https://github.com/netless-io/netless-slide-demo",
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "cf053d6f208394b7b120c86ad9b31846a5a05a0b"
39
+ "gitHead": "4ba64bf768a165b37f7c2b57063a3ed368a9530b"
40
40
  }