wx-svelte-uploader 2.5.0 → 2.5.3

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/package.json +4 -4
  2. package/whatsnew.md +8 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wx-svelte-uploader",
3
- "version": "2.5.0",
3
+ "version": "2.5.3",
4
4
  "description": "A Svelte UI component for easy and intuitive file upload",
5
5
  "productTag": "uploader",
6
6
  "productTrial": false,
@@ -33,9 +33,9 @@
33
33
  },
34
34
  "homepage": "https://svar.dev/svelte/core/",
35
35
  "dependencies": {
36
- "@svar-ui/svelte-core": "2.5.0",
37
- "@svar-ui/lib-dom": "0.12.1",
38
- "@svar-ui/uploader-locales": "2.5.0"
36
+ "@svar-ui/svelte-core": "2.5.3",
37
+ "@svar-ui/lib-dom": "0.12.2",
38
+ "@svar-ui/uploader-locales": "2.5.3"
39
39
  },
40
40
  "files": [
41
41
  "src",
package/whatsnew.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 2.5.3
2
+
3
+ - Using Svelte Core v2.5.3
4
+
5
+ ## 2.5.1
6
+
7
+ - Using Svelte Core v2.5.1
8
+
1
9
  ## 2.5.0
2
10
 
3
11
  - Using Svelte Core v2.5.0