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

Commit 72aae17

Browse files
release: remote v1.0.0-alpha.8
1 parent 19dd50f commit 72aae17

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<a name="1.0.0-beta.33"></a>
22
# [1.0.0-beta.33](https://github.com/deckgo/deckdeckgo/compare/v1.0.0-beta.32...v1.0.0-beta.33) (2019-04-18)
33

4+
### Applications
5+
6+
* remote: v1.0.0-alpha.8 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/remote/CHANGELOG.md))
7+
48
### Web Components
59

610
* core: v1.0.0-beta.30 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/core/CHANGELOG.md))

remote/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-alpha.8"></a>
2+
# 1.0.0-alpha.8 (2019-04-18)
3+
4+
### Features
5+
6+
* deep link the remote control with the upcoming DeckDeckGo studio respectively auto connect the remote control to a particular deck on start (if information is provided)
7+
18
<a name="1.0.0-alpha.7"></a>
29
# [1.0.0-alpha.7](https://github.com/deckgo/deckdeckgo-app/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2019-02-26)
310

remote/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.

remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deckdeckgo-app",
3-
"version": "1.0.0-alpha.7",
3+
"version": "1.0.0-alpha.8",
44
"author": "David Dal Busco",
55
"description": "Present and interact with your lightweight DeckDeckGo's presentation",
66
"license": "AGPL-3.0-or-later",

remote/src/app/pages/app-about/app-about.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class AppAbout {
3838
</a>
3939
</div>
4040

41-
<p class="ion-padding-top">DeckDeckGo is developed by <a href="https://twitter.com/daviddalbusco">David Dal Busco</a> and <a href="https://twitter.com/nasmattia">Nicolas Mattia</a> - v1.0.0-alpha.7</p>
41+
<p class="ion-padding-top">DeckDeckGo is developed by <a href="https://twitter.com/daviddalbusco">David Dal Busco</a> and <a href="https://twitter.com/nasmattia">Nicolas Mattia</a> - v1.0.0-alpha.8</p>
4242

4343
</ion-content>
4444
];

0 commit comments

Comments
 (0)