Skip to content

Commit

Permalink
馃敄 Tag v3.0.0-beta.3
Browse files Browse the repository at this point in the history
Fix test import
  • Loading branch information
nicolasbeauvais committed May 17, 2020
1 parent 60085d5 commit b133f5d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="3.0.0-beta.3"></a>
# [3.0.0-beta.3](https://github.com/nicolasbeauvais/vue-social-sharing/compare/3.0.0-beta.2...3.0.0-beta.3) (2020-05-17)
- Make ShareNetwork component tree shakable
- Fix IOS SMS sharing link
- Update Whatsapp sharing link

<a name="3.0.0-beta.2"></a>
# [3.0.0-beta.2](https://github.com/nicolasbeauvais/vue-social-sharing/compare/3.0.0-beta.1...3.0.0-beta.2) (2020-05-16)
- Fix Nuxt support
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-social-sharing",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"description": "A Vue.js component for sharing links to social networks",
"author": "Nicolas Beauvais <nicolas@bvs.email>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion tests/test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createLocalVue, mount } from '@vue/test-utils'
import VueSocialSharing from './../src/vue-social-sharing'
import ShareNetwork, { mockWindow } from './../src/components/share-network'
import ShareNetwork, { mockWindow } from './../src/share-network'
import AvailableNetworks from './../src/networks.json'

const customNetworks = {
Expand Down

0 comments on commit b133f5d

Please sign in to comment.