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+
17## 0.19.0 (2022-10-17)
28
39### ✨ Features
Original file line number Diff line number Diff line change @@ -894,9 +894,9 @@ import { VKShareCount } from 'next-share'
894894
895895## 📜 Changelog
896896
897- Latest version 0.19 .0 (2022-10-17 ):
897+ Latest version 0.21 .0 (2023-07-04 ):
898898
899- * Add blankTarget props to open up a new tab
899+ * Upgrade dependencies
900900
901901Details changes for each release are documented in the [ CHANGELOG.md] ( https://github.com/Bunlong/next-share/blob/master/CHANGELOG.md ) .
902902
Original file line number Diff line number Diff line change 11{
22 "name" : " next-share" ,
3- "version" : " 0.20 .0" ,
3+ "version" : " 0.21 .0" ,
44 "description" : " Social media share buttons for your next React apps." ,
55 "author" :
" Bunlong <[email protected] >" ,
66 "license" : " MIT" ,
2020 " social-media-share-buttons" ,
2121 " react-share"
2222 ],
23- "homepage" : " https://next-share.github.io " ,
23+ "homepage" : " https://next-share.js.org " ,
2424 "main" : " dist/next-share.js" ,
2525 "module" : " dist/next-share.es.js" ,
2626 "jsnext:main" : " dist/next-share.es.js" ,
6767 "react-test-renderer" : " ^17.0.2" ,
6868 "rollup" : " ^2.56.3" ,
6969 "rollup-plugin-terser" : " ^7.0.2" ,
70- "rollup-plugin-typescript2" : " ^0.30 .0" ,
70+ "rollup-plugin-typescript2" : " ^0.35 .0" ,
7171 "ts-jest" : " ^27.0.5" ,
7272 "tslib" : " ^2.3.1" ,
7373 "typescript" : " ^4.4.2"
Original file line number Diff line number Diff line change 11/// <reference types="next" />
2- /// <reference types="next/types/global" />
32/// <reference types="next/image-types/global" />
43
54// NOTE: This file should not be edited
You can’t perform that action at this time.
0 commit comments