@netless/slide 1.4.6-alpha.3 → 1.4.6

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 +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,6 +4,9 @@
4
4
 
5
5
  ## changelog
6
6
 
7
+ ### 1.4.6 (2024-06-20)
8
+ * 修复含有柔化边缘/发光/阴影特效的图形消失或效果不显示问题
9
+
7
10
  ### 1.4.5 (2024-06-13)
8
11
  * 修复图形内箭头错位问题
9
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netless/slide",
3
- "version": "1.4.6-alpha.3+00a494e",
3
+ "version": "1.4.6",
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": "00a494ec3cce3229a03b4b2e23ff3eb9557675a7"
39
+ "gitHead": "e56bbfe0e040a8e17d85591e5a49fcee11802918"
40
40
  }