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

Commit

Permalink
fix: highlight code reveal
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed May 27, 2021
1 parent b6b36f8 commit 9c2a65e
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 81 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 8.3.1

### Fix

- no reveal / animation of `@deckgo/highlight-code` if no lines to highlight

# 8.3.0

### Build
Expand Down
133 changes: 70 additions & 63 deletions package-lock.json

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

36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studio-kit",
"version": "8.3.0",
"version": "8.3.1",
"description": "Made with DeckDeckGo, the web open source editor for presentations",
"homepage": "https://deckdeckgo.com",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.5",
"css-loader": "^5.2.6",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"style-loader": "^2.0.0",
Expand All @@ -32,32 +32,32 @@
"dependencies": {
"@deckdeckgo/charts": "^2.0.1",
"@deckdeckgo/core": "^8.1.6",
"@deckdeckgo/deck-utils": "^4.0.1",
"@deckdeckgo/deck-utils": "^4.0.2",
"@deckdeckgo/demo": "^2.0.1",
"@deckdeckgo/drag-resize-rotate": "^2.0.1",
"@deckdeckgo/drag-resize-rotate": "^2.1.0",
"@deckdeckgo/highlight-code": "^3.0.2",
"@deckdeckgo/kit": "^4.0.0",
"@deckdeckgo/kit": "^4.0.1",
"@deckdeckgo/laser-pointer": "^1.0.1",
"@deckdeckgo/lazy-img": "^3.0.0",
"@deckdeckgo/markdown": "^2.0.2",
"@deckdeckgo/math": "^2.0.3",
"@deckdeckgo/qrcode": "^2.0.1",
"@deckdeckgo/remote": "^2.0.1",
"@deckdeckgo/reveal": "^2.0.0",
"@deckdeckgo/slide-aspect-ratio": "^3.3.0",
"@deckdeckgo/slide-author": "^2.3.0",
"@deckdeckgo/slide-chart": "^2.3.0",
"@deckdeckgo/slide-content": "^2.4.0",
"@deckdeckgo/slide-gif": "^3.3.0",
"@deckdeckgo/slide-playground": "^2.3.0",
"@deckdeckgo/slide-poll": "^2.3.0",
"@deckdeckgo/slide-qrcode": "^2.3.0",
"@deckdeckgo/slide-split": "^2.3.0",
"@deckdeckgo/slide-title": "^2.3.0",
"@deckdeckgo/slide-utils": "^4.0.0",
"@deckdeckgo/slide-youtube": "^2.3.0",
"@deckdeckgo/slide-aspect-ratio": "^3.3.2",
"@deckdeckgo/slide-author": "^2.3.2",
"@deckdeckgo/slide-chart": "^2.3.2",
"@deckdeckgo/slide-content": "^2.4.2",
"@deckdeckgo/slide-gif": "^3.3.2",
"@deckdeckgo/slide-playground": "^2.3.2",
"@deckdeckgo/slide-poll": "^2.3.2",
"@deckdeckgo/slide-qrcode": "^2.3.2",
"@deckdeckgo/slide-split": "^2.3.2",
"@deckdeckgo/slide-title": "^2.3.2",
"@deckdeckgo/slide-utils": "^4.0.2",
"@deckdeckgo/slide-youtube": "^2.3.2",
"@deckdeckgo/social": "^4.0.0",
"@deckdeckgo/utils": "^2.0.0",
"@deckdeckgo/utils": "^2.0.1",
"@deckdeckgo/word-cloud": "^1.0.5",
"@deckdeckgo/youtube": "^2.0.1",
"@ionic/core": "^5.6.7",
Expand Down

0 comments on commit 9c2a65e

Please sign in to comment.