Skip to content

Commit cfabd19

Browse files
chore: release v8
1 parent a2a3100 commit cfabd19

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="8.0.0"></a>
2+
3+
# [8.0.0](https://github.com/peterpeterparker/web-social-share/compare/v7.3.1...v8.0.0) (2021-12-06)
4+
5+
### Breaking Changes
6+
7+
- 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))
8+
9+
```
10+
import 'web-social-share/dist/components/web-social-share';
11+
```
12+
113
<a name="7.3.1"></a>
214

315
# [7.3.1](https://github.com/peterpeterparker/web-social-share/compare/v7.3.0...v7.3.1) (2021-12-05)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-social-share",
3-
"version": "7.3.1",
3+
"version": "8.0.0",
44
"description": "A Web Component to share urls and text on social networks",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)