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

Commit 1d57f63

Browse files
merge: from master
Signed-off-by: peterpeterparker <[email protected]>
2 parents e2cb7f4 + 9e7e83a commit 1d57f63

File tree

14 files changed

+167
-133
lines changed

14 files changed

+167
-133
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
### Web Components: New Templates
1212

1313
- slide-playground: v1.0.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/slides/playground/CHANGELOG.md))
14+
- slide-split: v1.2.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/slides/split/CHANGELOG.md))
1415

1516
### Web Components
1617

@@ -23,7 +24,7 @@
2324

2425
### Others
2526

26-
- cloud: v1.1.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/cloud/CHANGELOG.md))
27+
- cloud: v1.1.1 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/cloud/CHANGELOG.md))
2728
- deck-utils: v2.3.1 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/utils/deck/CHANGELOG.md))
2829
- gatsby-remark-highlight-code: v1.4.1 ([CHANGELOG](https://github.com/deckgo/gatsby-remark-highlight-code/blob/master/CHANGELOG.md))
2930
- starter kit: v2.5.2 ([CHANGELOG](https://github.com/deckgo/deckdeckgo-starter/blob/master/CHANGELOG.md))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Are you interested to contribute to our open source project? That would be aweso
104104
| -------------------------------- | ---------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------: |
105105
| **Backend** | | ![version](https://img.shields.io/static/v1.svg?label=version&message=v2.0.0&color=success) | [`README.md`](backend/README.md) |
106106
| **CLI** | [`create-deckdeckgo`](https://www.npmjs.com/package/create-deckdeckgo) | [![version](https://img.shields.io/npm/v/create-deckdeckgo/latest.svg?color=success)](https://www.npmjs.com/package/create-deckdeckgo) | [`README.md`](cli/README.md) |
107-
| **Cloud** | | ![version](https://img.shields.io/static/v1.svg?label=production&message=v1.1.0&color=success) | [`README.md`](cloud/README.md) |
107+
| **Cloud** | | ![version](https://img.shields.io/static/v1.svg?label=production&message=v1.1.1&color=success) | [`README.md`](cloud/README.md) |
108108
| **Gatsby plugin highlight code** | | ![version](https://img.shields.io/static/v1.svg?label=version&message=v1.4.1&color=success) | [`Repo`](https://github.com/deckgo/gatsby-remark-highlight-code/) |
109109
| **Infrastructure** | | | [`README.md`](infra/README.md) |
110110
| **Starter kit** | | ![version](https://img.shields.io/static/v1.svg?label=version&message=v2.5.1&color=success) | [`Repo`](http://github.com/deckgo/deckdeckgo-starter/) |

cloud/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="1.1.1"></a>
2+
3+
# 1.1.1 (2020-06-19)
4+
5+
### Fix
6+
7+
- revert puppeteer supported by firestore cloud ([#767](https://github.com/deckgo/deckdeckgo/issues/767))
8+
19
<a name="1.1.0"></a>
210

311
# 1.1.0 (2020-06-15)

0 commit comments

Comments
 (0)