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

Commit

Permalink
release(#558): slide-author v1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Jan 5, 2020
1 parent d9ca600 commit ba318ea
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* demo: v1.0.0-rc.4-5 ([CHANGELOG](https://github.com/deckgo/deckdeckgo-website/blob/master/CHANGELOG.md))

### New: Web Components
* slide-author: v1.0.0-rc.3 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/slides/author/CHANGELOG.md))
* color: v1.0.0-rc.3-3 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/color/CHANGELOG.md))
* social: v1.0.0-rc.1-3 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/social/CHANGELOG.md))

Expand Down
8 changes: 8 additions & 0 deletions webcomponents/slides/author/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="1.0.0-rc.3"></a>
# 1.0.0-rc.3 (2020-01-05)

### Features

* new design `cover` image (new default) and `none` option, in case you would like to not display an image. `circle` remains an option ([#558](https://github.com/deckgo/deckdeckgo/issues/558))
* new CSS variable `--slide-author-img-border` in case you would like to add a border around the `circle` image

<a name="1.0.0-rc.2"></a>
# 1.0.0-rc.2 (2020-01-04)

Expand Down
2 changes: 1 addition & 1 deletion webcomponents/slides/author/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 webcomponents/slides/author/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deckdeckgo/slide-author",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "The Author template lets you quickly some information about yourself or about the author of the presentation",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit ba318ea

Please sign in to comment.