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

Commit

Permalink
release: studio v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed May 29, 2021
1 parent cd8345d commit 163236b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<a name="4.7.0"></a>

# [4.7.0](https://github.com/deckgo/deckdeckgo/compare/v4.6.0...v4.7.0) (2021-XX-YY)
# [4.7.0](https://github.com/deckgo/deckdeckgo/compare/v4.6.0...v4.7.0) (2021-05-29)

### Applications

- demo: v8.3.2 ([CHANGELOG](https://github.com/deckgo/demo/blob/master/CHANGELOG.md))
- remote: v1.14.1 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/remote/CHANGELOG.md))
- studio: v4.7.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/studio/CHANGELOG.md))

### Web Components Templates

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If you like the project, you can become a sponsor at [Open Collective](https://o

| Project | Version | Online | Links | Changelog |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | :---------------------------------------: | :--------------------------------------------------------------------: |
| **Studio** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v4.6.0&color=success)](https://app.deckdeckgo.com) | [https://app.deckdeckgo.com](https://app.deckdeckgo.com) | [`README`](studio/README.md) | [`CHANGELOG`](studio/CHANGELOG.md) |
| **Studio** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v4.7.0&color=success)](https://app.deckdeckgo.com) | [https://app.deckdeckgo.com](https://app.deckdeckgo.com) | [`README`](studio/README.md) | [`CHANGELOG`](studio/CHANGELOG.md) |
| **Remote control** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.14.1&color=success)](https://deckdeckgo.app) | [https://deckdeckgo.app](https://deckdeckgo.app) | [`README`](remote/README.md) | [`CHANGELOG`](remote/CHANGELOG.md) |
| **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) |
| **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) |
Expand Down
13 changes: 13 additions & 0 deletions studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 4.7.0 (2020-05-29)

### Features

- highlight code animation revisited ([#1171](https://github.com/deckgo/deckdeckgo/pull/1171))
- font size users' editable ([#1160](https://github.com/deckgo/deckdeckgo/pull/1160))
- toggle content editable drag drop resize ([#1180](https://github.com/deckgo/deckdeckgo/pull/1180))

### Fix

- sync reveal state with remote ([#1187](https://github.com/deckgo/deckdeckgo/pull/1187))
- events are thrown outside main ref too ([#1172](https://github.com/deckgo/deckdeckgo/pull/1172))

# 4.6.0 (2020-05-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion studio/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deckdeckgo-studio",
"version": "4.6.0",
"version": "4.7.0",
"author": "David Dal Busco",
"description": "The web open source editor for presentations",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 163236b

Please sign in to comment.