Skip to content

Commit b49345d

Browse files
authored
update SDK_VERSION to the latest value in firebase/app (#4283)
* update SDK_VERSION in `firebase/app` * Create twenty-scissors-exist.md
1 parent 7f950c9 commit b49345d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/twenty-scissors-exist.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"firebase": patch
3+
---
4+
5+
set firebase.SDK_VERSION to the latest value

packages/firebase/app/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ import firebase from '@firebase/app';
1919
import { name, version } from '../package.json';
2020

2121
firebase.registerVersion(name, version, 'app');
22+
firebase.SDK_VERSION = version;
2223

2324
export default firebase;

0 commit comments

Comments
 (0)