diff --git a/CHANGELOG.md b/CHANGELOG.md index 300cd678c..e17698363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ -# [4.8.0](https://github.com/deckgo/deckdeckgo/compare/v4.7.0...v4.8.0) (2021-XX-YY) +# [4.8.0](https://github.com/deckgo/deckdeckgo/compare/v4.7.0...v4.8.0) (2021-06-13) + +### Applications + +- studio: v4.8.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/studio/CHANGELOG.md)) + +### Others - template kit: v1.1.0 ([CHANGELOG](https://github.com/deckgo/template-kit/blob/master/CHANGELOG.md)) diff --git a/studio/CHANGELOG.md b/studio/CHANGELOG.md index 27083b24f..216ed936d 100644 --- a/studio/CHANGELOG.md +++ b/studio/CHANGELOG.md @@ -1,3 +1,17 @@ +# 4.8.0 (2020-06-13) + +### Features + +- "undo / redo" support for attribute and style changes ([#1175](https://github.com/deckgo/deckdeckgo/pull/1175)) +- dismiss low contrast warning ([#1064](https://github.com/deckgo/deckdeckgo/issues/1064)) +- add "customization" and "templates" links to top right menu ([#1200](https://github.com/deckgo/deckdeckgo/pull/1200)) + +### Fix + +- dashboard and templates grid for wide screen ([#1201](https://github.com/deckgo/deckdeckgo/issues/1201https://github.com/deckgo/deckdeckgo/issues/1201)) +- custom user templates without (editable) slots ([#1197](https://github.com/deckgo/deckdeckgo/pull/1197)) +- select element on tab and deck on escape ([#1194](https://github.com/deckgo/deckdeckgo/pull/1194)) + # 4.7.0 (2020-05-29) ### Features diff --git a/studio/package-lock.json b/studio/package-lock.json index 1ccb6a771..2a33d4bd9 100644 --- a/studio/package-lock.json +++ b/studio/package-lock.json @@ -1,6 +1,6 @@ { "name": "deckdeckgo-studio", - "version": "4.7.0", + "version": "4.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/studio/package.json b/studio/package.json index 1bee6480d..ba1390b8b 100644 --- a/studio/package.json +++ b/studio/package.json @@ -1,6 +1,6 @@ { "name": "deckdeckgo-studio", - "version": "4.7.0", + "version": "4.8.0", "author": "David Dal Busco", "description": "The web open source editor for presentations", "license": "AGPL-3.0-or-later",