wx-svelte-comments 2.0.1 → 2.1.1

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 +6 -6
  2. package/whatsnew.md +16 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wx-svelte-comments",
3
- "version": "2.0.1",
3
+ "version": "2.1.1",
4
4
  "description": "Simple Svelte component for adding a comments section on a page",
5
5
  "productTag": "comments",
6
6
  "productTrial": false,
@@ -30,14 +30,14 @@
30
30
  "bugs": {
31
31
  "url": "https://forum.svar.dev"
32
32
  },
33
- "homepage": "https://svar.dev/svelte/comments/",
33
+ "homepage": "https://svar.dev/svelte/core/",
34
34
  "dependencies": {
35
- "wx-comments-locales": "2.0.1",
35
+ "wx-comments-locales": "2.1.1",
36
36
  "wx-lib-data-provider": "1.6.0",
37
- "wx-lib-dom": "0.7.1",
37
+ "wx-lib-dom": "0.8.0",
38
38
  "wx-lib-state": "1.9.0",
39
- "wx-svelte-core": "2.0.1",
40
- "wx-svelte-menu": "2.0.1"
39
+ "wx-svelte-core": "2.1.1",
40
+ "wx-svelte-menu": "2.1.1"
41
41
  },
42
42
  "files": [
43
43
  "src",
package/whatsnew.md CHANGED
@@ -1,15 +1,23 @@
1
- ### 2.0.0
1
+ ## 2.1.0
2
2
 
3
- - public release
3
+ - Using core@2.1.0, menu@2.1.0
4
4
 
5
- ### 0.2.1
5
+ ## 2.0.0
6
6
 
7
- - [update] autofocus is replaced by `focus` property
7
+ - Public release
8
8
 
9
- ### 0.2.0
9
+ ## 0.2.1
10
10
 
11
- - [update] data sync api
11
+ ### Updates
12
12
 
13
- ### 0.1.0
13
+ - `autofocus` is replaced by `focus` property
14
14
 
15
- - initial version
15
+ ## 0.2.0
16
+
17
+ ### Updates
18
+
19
+ - Data sync api
20
+
21
+ ## 0.1.0
22
+
23
+ - Initial version