Skip to content

Commit

Permalink
chore: release v8
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Dec 6, 2021
1 parent a2a3100 commit cfabd19
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="8.0.0"></a>

# [8.0.0](https://github.com/peterpeterparker/web-social-share/compare/v7.3.1...v8.0.0) (2021-12-06)

### Breaking Changes

- custom element entry modified (Stencil `dist-custom-elements` instead of deprecated `dist-custom-elements-bundle` | [#48](https://github.com/peterpeterparker/web-social-share/issues/48))

```
import 'web-social-share/dist/components/web-social-share';
```

<a name="7.3.1"></a>

# [7.3.1](https://github.com/peterpeterparker/web-social-share/compare/v7.3.0...v7.3.1) (2021-12-05)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-social-share",
"version": "7.3.1",
"version": "8.0.0",
"description": "A Web Component to share urls and text on social networks",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit cfabd19

Please sign in to comment.