File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.21.0 (2023-07-04)
2
+
3
+ ### ✨ Features
4
+
5
+ * Upgrade dependencies
6
+
1
7
## 0.19.0 (2022-10-17)
2
8
3
9
### ✨ Features
Original file line number Diff line number Diff line change @@ -894,9 +894,9 @@ import { VKShareCount } from 'next-share'
894
894
895
895
## 📜 Changelog
896
896
897
- Latest version 0.19 .0 (2022-10-17 ):
897
+ Latest version 0.21 .0 (2023-07-04 ):
898
898
899
- * Add blankTarget props to open up a new tab
899
+ * Upgrade dependencies
900
900
901
901
Details changes for each release are documented in the [ CHANGELOG.md] ( https://github.com/Bunlong/next-share/blob/master/CHANGELOG.md ) .
902
902
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " next-share" ,
3
- "version" : " 0.20 .0" ,
3
+ "version" : " 0.21 .0" ,
4
4
"description" : " Social media share buttons for your next React apps." ,
5
5
"author" : " Bunlong <bunlong.van@gmail.com>" ,
6
6
"license" : " MIT" ,
20
20
" social-media-share-buttons" ,
21
21
" react-share"
22
22
],
23
- "homepage" : " https://next-share.github.io " ,
23
+ "homepage" : " https://next-share.js.org " ,
24
24
"main" : " dist/next-share.js" ,
25
25
"module" : " dist/next-share.es.js" ,
26
26
"jsnext:main" : " dist/next-share.es.js" ,
67
67
"react-test-renderer" : " ^17.0.2" ,
68
68
"rollup" : " ^2.56.3" ,
69
69
"rollup-plugin-terser" : " ^7.0.2" ,
70
- "rollup-plugin-typescript2" : " ^0.30 .0" ,
70
+ "rollup-plugin-typescript2" : " ^0.35 .0" ,
71
71
"ts-jest" : " ^27.0.5" ,
72
72
"tslib" : " ^2.3.1" ,
73
73
"typescript" : " ^4.4.2"
Original file line number Diff line number Diff line change 1
1
/// <reference types="next" />
2
- /// <reference types="next/types/global" />
3
2
/// <reference types="next/image-types/global" />
4
3
5
4
// NOTE: This file should not be edited
You can’t perform that action at this time.
0 commit comments