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

Commit 8ea12ac

Browse files
release: remote v1.0.0-rc.1
1 parent a44d700 commit 8ea12ac

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
* studio: v1.0.0-beta.8 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/studio/CHANGELOG.md))
77
* docs: v1.0.0-rc.6 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/docs/CHANGELOG.md))
8+
* remote: v1.0.0-rc.1 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/remote/CHANGELOG.md))
89

910
### Web Components
1011
* core: v1.0.0-rc.2 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/core/CHANGELOG.md))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Are you interested to contribute to our open source project? That would be aweso
4646
| Project | Version | Online | Links |
4747
| ------- | ------- | ------- |:-----:|
4848
| **Studio** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.0.0-beta.8&color=success)](https://deckdeckgo.com)| [https://deckdeckgo.com](https://deckdeckgo.com) | [`README.md`](studio/README.md)
49-
| **Remote control** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.0.0-beta.1&color=success)](https://deckdeckgo.app) | [https://deckdeckgo.app](https://deckdeckgo.app) | [`README.md`](remote/README.md)
49+
| **Remote control** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.0.0-rc.1&color=success)](https://deckdeckgo.app) | [https://deckdeckgo.app](https://deckdeckgo.app) | [`README.md`](remote/README.md)
5050
| **Documentation** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.0.0-rc.5&color=success)](https://docs.deckdeckgo.com) | [https://docs.deckdeckgo.com](https://docs.deckdeckgo.com) | [`README.md`](docs/README.md)
5151
| **Demo** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.0.0-rc.2-1&color=success)](https://demo.deckdeckgo.com) | [https://demo.deckdeckgo.com](https://demo.deckdeckgo.com) | [`Repo`](https://github.com/deckgo/deckdeckgo-demo/)
5252

remote/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="1.0.0-rc.1"></a>
2+
# 1.0.0-rc.1 (2019-11-10)
3+
4+
### Features
5+
6+
* rework UX and design of the remote controller ([#228](https://github.com/deckgo/deckdeckgo/issues/228))
7+
* sync and display deck and slides content ([#450](https://github.com/deckgo/deckdeckgo/issues/450))
8+
19
<a name="1.0.0-beta.2"></a>
210
# 1.0.0-beta.2 (2019-09-15)
311

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-beta.2",
3+
"version": "1.0.0-rc.1",
44
"author": "David Dal Busco",
55
"description": "Present and interact with your lightweight DeckDeckGo's presentation",
66
"license": "AGPL-3.0-or-later",

0 commit comments

Comments
 (0)