Skip to content

Commit

Permalink
馃敄 Tag v3.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbeauvais committed May 15, 2020
1 parent b33633c commit ff939dc
Show file tree
Hide file tree
Showing 3 changed files with 977 additions and 25 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<a name="3.0.0-beta.1"></a>
# [3.0.0-beta.1](https://github.com/nicolasbeauvais/vue-social-sharing/compare/2.4.7...3.0.0-beta.1) (2020-05-15)
- Improved Readme.md

- Complete rewrite of the package
- Updated Readme.md
- Only one component exported (`ShareNetwork`)
- New examples `yarn run example`
- Storybook stories `yarn run storybook`

<a name="2.4.7"></a>
# [2.4.7](https://github.com/nicolasbeauvais/vue-social-sharing/compare/2.4.6...2.4.7) (2019-11-07)
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"storybook": "start-storybook",
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js",
"build-storybook": "build-storybook -c .storybook -o docs",
"example": "poi -s examples/index.js"
"example": "poi -s examples/index.js",
"release": "conventional-github-releaser -p angular && npm publish"
},
"repository": {
"type": "git",
Expand All @@ -45,6 +46,7 @@
"babel-jest": "^26.0.1",
"babel-loader": "^8.0.6",
"babel-preset-vue": "^2.0.2",
"conventional-github-releaser": "^3.1.3",
"cross-env": "^5.2.0",
"eslint": "^7.0.0",
"eslint-config-vue": "^2.0.2",
Expand Down

0 comments on commit ff939dc

Please sign in to comment.