Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
Bunlong committed Jul 3, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
aitbw Angel Perez
1 parent 437a44c commit 2040b8c
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.21.0 (2023-07-04)

### ✨ Features

* Upgrade dependencies

## 0.19.0 (2022-10-17)

### ✨ Features
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -894,9 +894,9 @@ import { VKShareCount } from 'next-share'

## 📜 Changelog

Latest version 0.19.0 (2022-10-17):
Latest version 0.21.0 (2023-07-04):

* Add blankTarget props to open up a new tab
* Upgrade dependencies

Details changes for each release are documented in the [CHANGELOG.md](https://github.com/Bunlong/next-share/blob/master/CHANGELOG.md).

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-share",
"version": "0.20.0",
"version": "0.21.0",
"description": "Social media share buttons for your next React apps.",
"author": "Bunlong <[email protected]>",
"license": "MIT",
@@ -20,7 +20,7 @@
"social-media-share-buttons",
"react-share"
],
"homepage": "https://next-share.github.io",
"homepage": "https://next-share.js.org",
"main": "dist/next-share.js",
"module": "dist/next-share.es.js",
"jsnext:main": "dist/next-share.es.js",
1 change: 0 additions & 1 deletion supports/create-next-app/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited

0 comments on commit 2040b8c

Please sign in to comment.