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

Commit 5cf9607

Browse files
chore: release v4.10.0
1 parent 181e3b7 commit 5cf9607

File tree

6 files changed

+34
-7
lines changed

6 files changed

+34
-7
lines changed

Diff for: CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
<a name="4.10.0"></a>
22

3-
# [4.10.0](https://github.com/deckgo/deckdeckgo/compare/v4.9.0...v4.10.0) (2021-XX-YY)
3+
# [4.10.0](https://github.com/deckgo/deckdeckgo/compare/v4.9.0...v4.10.0) (2021-09-04)
4+
5+
### Applications
6+
7+
- demo: v8.3.3 ([CHANGELOG](https://github.com/deckgo/demo/blob/master/CHANGELOG.md))
8+
- remote: v1.14.3 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/remote/CHANGELOG.md))
9+
- studio: v4.10.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/studio/CHANGELOG.md))
10+
11+
### Web Components: Templates
12+
13+
- slide-chart: v2.5.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/slides/chart/CHANGELOG.md))
414

515
### Web Components
616

7-
- charts: v2.2.2 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/charts/CHANGELOG.md))
17+
- charts: v2.3.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/charts/CHANGELOG.md))
818
- word-cloud: v1.2.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/word-cloud/CHANGELOG.md))
919

1020
<a name="4.9.0"></a>

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ If you like the project, you can become a sponsor at [Open Collective](https://o
7575

7676
| Project | Version | Online | Links | Changelog |
7777
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | :---------------------------------------: | :--------------------------------------------------------------------: |
78-
| **Studio** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v4.9.0&color=success)](https://app.deckdeckgo.com) | [https://app.deckdeckgo.com](https://app.deckdeckgo.com) | [`README`](studio/README.md) | [`CHANGELOG`](studio/CHANGELOG.md) |
79-
| **Remote control** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.14.2&color=success)](https://deckdeckgo.app) | [https://deckdeckgo.app](https://deckdeckgo.app) | [`README`](remote/README.md) | [`CHANGELOG`](remote/CHANGELOG.md) |
78+
| **Studio** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v4.10.0&color=success)](https://app.deckdeckgo.com) | [https://app.deckdeckgo.com](https://app.deckdeckgo.com) | [`README`](studio/README.md) | [`CHANGELOG`](studio/CHANGELOG.md) |
79+
| **Remote control** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.14.3&color=success)](https://deckdeckgo.app) | [https://deckdeckgo.app](https://deckdeckgo.app) | [`README`](remote/README.md) | [`CHANGELOG`](remote/CHANGELOG.md) |
8080
| **Documentation** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v3.0.0&color=success)](https://docs.deckdeckgo.com) | [https://docs.deckdeckgo.com](https://docs.deckdeckgo.com) | [`README`](docs/README.md) | [`CHANGELOG`](docs/CHANGELOG.md) |
8181
| **Site** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.2.0&color=success)](https://deckdeckgo.com) | [https://deckdeckgo.com](https://deckdeckgo.com) | [`README`](site/README.md) | [`CHANGELOG`](site/CHANGELOG.md) |
8282
| **Demo** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v8.3.2&color=success)](https://demo.deckdeckgo.com) | [https://demo.deckdeckgo.com](https://demo.deckdeckgo.com) | [`Repo`](https://github.com/deckgo/demo/) | [`CHANGELOG`](https://github.com/deckgo/demo/blob/master/CHANGELOG.md) |

Diff for: remote/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.14.3 (2021-09-04)
2+
3+
### Build
4+
5+
- bump charts dependencies
6+
17
# 1.14.2 (2021-08-19)
28

39
### Build

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.14.2",
3+
"version": "1.14.3",
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

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# 4.9.0 (2021)
1+
# 4.10.0 (2021-09-04)
2+
3+
### Features
4+
5+
- cuter default charts colors ([#1315](https://github.com/deckgo/deckdeckgo/pull/1315))
6+
7+
### Fix
8+
9+
- slide navigation and selection from new aside menu ([#1316](https://github.com/deckgo/deckdeckgo/pull/1316))
10+
- lazy load local thumbnails slides' images and charts ([#1311](https://github.com/deckgo/deckdeckgo/pull/1311))
11+
12+
# 4.9.0 (2021-08-20)
213

314
### Features
415

0 commit comments

Comments
 (0)