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

Commit dc1f00b

Browse files
release: remote v1.0.0-alpha.10
1 parent a1fa5de commit dc1f00b

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
### Applications
1515

1616
* docs: v1.0.0-alpha.11 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/docs/CHANGELOG.md))
17+
* remote: v1.0.0-alpha.10 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/remote/CHANGELOG.md))
1718

1819
<a name="1.0.0-beta.41"></a>
1920
# [1.0.0-beta.41](https://github.com/deckgo/deckdeckgo/compare/v1.0.0-beta.40-2...v1.0.0-beta.41) (2019-05-26)

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.10"></a>
2+
# 1.0.0-alpha.9 (2019-05-30)
3+
4+
### Libs
5+
6+
* use new `@deckdeckgo/utils` package
7+
18
<a name="1.0.0-alpha.9"></a>
29
# 1.0.0-alpha.9 (2019-05-26)
310

remote/package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

remote/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deckdeckgo-app",
3-
"version": "1.0.0-alpha.9",
3+
"version": "1.0.0-alpha.10",
44
"author": "David Dal Busco",
55
"description": "Present and interact with your lightweight DeckDeckGo's presentation",
66
"license": "AGPL-3.0-or-later",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@deckdeckgo/core": "^1.0.0-beta.35",
19-
"@deckdeckgo/utils": "file:../webcomponents/utils",
19+
"@deckdeckgo/utils": "^1.0.0-alpha.1",
2020
"@ionic/core": "^4.4.2",
2121
"date-fns": "^2.0.0-alpha.26",
2222
"idb-keyval": "^3.2.0",

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.9</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.10</p>
4242

4343
</ion-content>
4444
];

remote/src/components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
import '@stencil/core';
99

10+
import '@deckdeckgo/core';
1011
import '@ionic/core';
1112
import 'ionicons';
12-
import '@deckdeckgo/core';
1313
import {
1414
DeckdeckgoSlideDefinition,
1515
} from '@deckdeckgo/types';

0 commit comments

Comments
 (0)