Skip to content

Commit

Permalink
update SDK_VERSION to the latest value in firebase/app (#4283)
Browse files Browse the repository at this point in the history
* update SDK_VERSION in `firebase/app`

* Create twenty-scissors-exist.md
  • Loading branch information
Feiyang1 committed May 25, 2021
1 parent 7f950c9 commit b49345d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-scissors-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"firebase": patch
---

set firebase.SDK_VERSION to the latest value
1 change: 1 addition & 0 deletions packages/firebase/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ import firebase from '@firebase/app';
import { name, version } from '../package.json';

firebase.registerVersion(name, version, 'app');
firebase.SDK_VERSION = version;

export default firebase;

0 comments on commit b49345d

Please sign in to comment.