Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 239f173

Browse files
release: v1.0.0-beta.8
1 parent a0ebc1e commit 239f173

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="1.0.0-beta.8"></a>
2+
# [1.0.0-beta.8](https://github.com/fluster/deckdeckgo-website/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2018-12-20)
3+
4+
### Features
5+
6+
* add a chart demo
7+
18
<a name="1.0.0-beta.7"></a>
29
# [1.0.0-beta.7](https://github.com/fluster/deckdeckgo-website/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2018-12-13)
310

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deckdeckgo-website",
3-
"version": "1.0.0-beta.7",
4-
"description": "DeckDeckGo, the new tool to create lightweight presentation using HTML and Ionic components",
3+
"version": "1.0.0-beta.8",
4+
"description": "DeckDeckGo, create a lightweight presentation using Web Components",
55
"homepage": "https://deckdeckgo.com",
66
"scripts": {
77
"start": "concurrently --kill-others \"npm run dev\" \"npm run watch\"",

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
<meta name="author" content="David Dal Busco">
1313

14-
<meta name="description" content="DeckDeckGo is the new tool to create lightweight presentation using HTML and Ionic components. DeckDeckGo let you create without effort your slides and allows you to add some extra interactive features with the help of the Ionic Web Components. Moreover, DeckDeckGo bundles your presentation with services workers letting you publish it online with an offline support.">
15-
<meta property="og:description" content="DeckDeckGo is the new tool to create lightweight presentation using HTML and Ionic components.">
14+
<meta name="description" content="Create a lightweight presentation Web Components. DeckDeckGo let you create without effort your slides and allows you to add some extra interactive features. Moreover, DeckDeckGo bundles your presentation with services workers letting you publish it online with an offline support and could be controlled with a remote progressive web app control.">
15+
<meta property="og:description" content="Create a lightweight presentation Web Components.">
1616

1717
<meta property="og:type" content="website">
1818
<meta property="og:url" content="https://deckdeckgo.com">

0 commit comments

Comments
 (0)