This repository was archived by the owner on Feb 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +12
-2
lines changed Expand file tree Collapse file tree 5 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1010### Providers: New
1111
1212- api: v1.0.0 ([ CHANGELOG] ( https://github.com/deckgo/deckdeckgo/blob/main/providers/api/CHANGELOG.md ) )
13- - firebase: v1.0.0 ([ CHANGELOG] ( https://github.com/deckgo/deckdeckgo/blob/main/providers/firebase/CHANGELOG.md ) )
13+ - firebase: v1.0.1 ([ CHANGELOG] ( https://github.com/deckgo/deckdeckgo/blob/main/providers/firebase/CHANGELOG.md ) )
1414- ic: v1.0.0 ([ CHANGELOG] ( https://github.com/deckgo/deckdeckgo/blob/main/providers/ic/CHANGELOG.md ) )
1515
1616### Utils: New
Original file line number Diff line number Diff line change 1+ # 1.0.1 (2021-10-21)
2+
3+ ### Fix
4+
5+ - missing ` publish ` export
6+
17# 1.0.0 (2021-10-21)
28
39### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @deckdeckgo/firebase" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " The Firebase connectors of the DeckDeckGo editor for slides" ,
55 "main" : " dist/index.cjs.js" ,
66 "module" : " dist/index.js" ,
Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ export * from './providers/data/slide.firebase';
1111export * from './providers/storage/storage.firebase' ;
1212
1313export * from './providers/sync/sync.firebase' ;
14+
15+ export * from './providers/publish/publish.firebase' ;
Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ export * from './providers/data/slide.firebase';
1111export * from './providers/storage/storage.firebase' ;
1212
1313export * from './providers/sync/sync.firebase' ;
14+
15+ export * from './providers/publish/publish.firebase' ;
You can’t perform that action at this time.
0 commit comments