Skip to content

Commit 6368a06

Browse files
TMSCHbojeil-google
authored andcommitted
Updated readme to link to release notes, and updates demo (#128)
Change-Id: I3e95c98285ee5cfd3fb667d9d60ecd023cb37934
1 parent 7df43a4 commit 6368a06

File tree

4 files changed

+6
-13
lines changed

4 files changed

+6
-13
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -650,17 +650,9 @@ should use the `reset()` method before re-rendering the widget.
650650

651651
## Release Notes
652652

653-
### 1.0.0
653+
**Latest**: https://github.com/firebase/firebaseui-web/releases/latest
654654

655-
See the milestone [1.0.0](https://github.com/firebase/firebaseui-web/milestone/2)
656-
for the issues covered in this release. Below is a summary of the most important
657-
ones:
658-
659-
- **FirebaseUI is now open source!** To contribute, please first create an issue
660-
describing either the bug observed or the feature requested. This way we can
661-
discuss the relevance of the feature, before you start working on it. It is also
662-
usually better to express the bug before working on a fix.
663-
- Added an option to disable Account Chooser. See: [Credential Helper](credential-helper).
655+
**For v1.0.0 and superior:** https://github.com/firebase/firebaseui-web/releases
664656

665657
### 0.5.0
666658

demo/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>FirebaseUI Auth Demo</title>
6-
<script src="https://www.gstatic.com/firebasejs/live/3.6/firebase.js"></script>
6+
<script src="https://www.gstatic.com/firebasejs/live/3.7/firebase.js"></script>
77
<script src="config.js"></script>
88
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
99
<script src="dist/firebaseui.js"></script>

demo/public/widget.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>FirebaseUI Auth Demo</title>
6-
<script src="https://www.gstatic.com/firebasejs/live/3.6/firebase.js"></script>
6+
<script src="https://www.gstatic.com/firebasejs/live/3.7/firebase.js"></script>
77
<script src="config.js"></script>
88
<script src="dist/firebaseui.js"></script>
99
<link type="text/css" rel="stylesheet" href="dist/firebaseui.css" />

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"demo": "npm run build && ./buildtools/run_demo.sh",
1717
"test": "npm run build && npm run generate-test-files && ./buildtools/run_tests.sh",
1818
"serve": "npm run build && npm run generate-test-files && gulp serve",
19-
"generate-test-files": "./buildtools/generate_test_files.sh"
19+
"generate-test-files": "./buildtools/generate_test_files.sh",
20+
"prepublish": "npm run test && cp -r dist demo/public"
2021
},
2122
"test": "npm run test",
2223
"author": "Google",

0 commit comments

Comments
 (0)