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

Commit d5a781a

Browse files
release: DeckDeckGo 🧅
1 parent 2b1e874 commit d5a781a

11 files changed

+45
-10
lines changed

Diff for: ‎CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<a name="1.5.0"></a>
22

3-
# [1.5.0](https://github.com/deckgo/deckdeckgo/compare/v1.4.0...v1.5.0) (In progress)
3+
# [1.5.0](https://github.com/deckgo/deckdeckgo/compare/v1.4.0...v1.5.0) (2020-07-02)
4+
5+
### Applications
6+
7+
- docs: v1.6.1 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/docs/CHANGELOG.md))
8+
- remote: v1.5.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/remote/CHANGELOG.md))
9+
- studio: v1.5.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/studio/CHANGELOG.md))
410

511
### Web Components
612

Diff for: ‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Are you interested to contribute to our open source project? That would be aweso
4545

4646
| Project | Version | Online | Links |
4747
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | :--------------------------------------------------: |
48-
| **Studio** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.4.0&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.4.0&color=success)](https://deckdeckgo.app) | [https://deckdeckgo.app](https://deckdeckgo.app) | [`README.md`](remote/README.md) |
50-
| **Documentation** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.6.0&color=success)](https://docs.deckdeckgo.com) | [https://docs.deckdeckgo.com](https://docs.deckdeckgo.com) | [`README.md`](docs/README.md) |
48+
| **Studio** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.5.0&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.5.0&color=success)](https://deckdeckgo.app) | [https://deckdeckgo.app](https://deckdeckgo.app) | [`README.md`](remote/README.md) |
50+
| **Documentation** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.6.1&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=v2.3.0&color=success)](https://demo.deckdeckgo.com) | [https://demo.deckdeckgo.com](https://demo.deckdeckgo.com) | [`Repo`](https://github.com/deckgo/deckdeckgo-demo/) |
5252

5353
## Web Components

Diff for: ‎docs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.6.1 (2020-07-02)
2+
3+
### Features
4+
5+
- remove unused rxjs dependency
6+
17
# 1.6.0 (2020-06-05)
28

39
### Fix

Diff for: ‎docs/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deckdeckgo-docs",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "The Progressive Web App alternative for simple presentations",
55
"license": "MIT",
66
"files": [

Diff for: ‎remote/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.5.0 (2020-07-02)
2+
3+
### Features
4+
5+
- use @stencil/store instead of rxjs ([#773](https://github.com/deckgo/deckdeckgo/issues/773))
6+
17
# 1.4.0 (2020-06-05)
28

39
### Fix

Diff for: ‎remote/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎remote/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deckdeckgo-remote",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"author": "David Dal Busco",
55
"description": "Present and interact with your lightweight DeckDeckGo's presentation",
66
"license": "AGPL-3.0-or-later",

Diff for: ‎studio/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="1.5.0"></a>
2+
3+
# 1.5.0 (2020-07-02)
4+
5+
### Features
6+
7+
- use @stencil/store instead of rxjs ([#773](https://github.com/deckgo/deckdeckgo/issues/773))
8+
- web app shortcuts ([#766](https://github.com/deckgo/deckdeckgo/pull/766))
9+
- use Google Font "Open Sans" for the editor ([#772](https://github.com/deckgo/deckdeckgo/pull/772))
10+
- at least four slides needed to make a published deck appear in feed ([#776](https://github.com/deckgo/deckdeckgo/pull/776))
11+
- remove random color and background when creating a new deck ([#777](https://github.com/deckgo/deckdeckgo/pull/777))
12+
- wider deck style menu popover ([#778](https://github.com/deckgo/deckdeckgo/pull/778))
13+
14+
### Fix
15+
16+
- grammar mistake on app-landing-deck.tsx ([#775](https://github.com/deckgo/deckdeckgo/pull/775))
17+
118
<a name="1.4.0"></a>
219

320
# 1.4.0 (2020-06-25)

Diff for: ‎studio/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deckdeckgo-studio",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"author": "David Dal Busco",
55
"description": "The web open source editor for presentations",
66
"license": "AGPL-3.0-or-later",

0 commit comments

Comments
 (0)