Skip to content

Commit 9572526

Browse files
[firebase-release] Removed change log and reset repo after 13.18.0 release
1 parent b4095c9 commit 9572526

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
1-
- Added `firebase deploy --dry-run`, which validates your changes and builds your code without making any production changes.
2-
- Added support for non-default Firestore databases in `firebase init`. (#7655)
3-
- Updated supported range for Angular framework. (#7418)
4-
- Fixed (Angular 17+) temporary change the PORT in Angular server.ts (#6651)
5-
- Switched Data Connect API from `v1alpha` to `v1beta`. (#7589)
6-
- Improved handling of Spark projects in `firebase init dataconnect`. (#7666)
7-
- Updated Firebase Data Connect local toolkit version to v1.3.7, which adds support for `v1beta` gRPC APIs and the `OrderDirection` enum in Swift, and makes transactional queries and mutations opt-in with the `@transaction` directive. (#7679)
8-
- Add dataconnect SQL grant command `firebase dataconnect:sql:grant -R <role> -E email`. (#7656)
9-
- Added better handling for paths with spaces in `getGlobalEsbuildVersion` function. (#7571)

firebase-vscode/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## NEXT
22

3+
## 0.9.0
4+
5+
- Updated internal firebase-tools dependency to 13.18.0
6+
37
## 0.8.0
48

59
- Updated internal firebase-tools dependency to 13.17.0

firebase-vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebase-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "firebase",
55
"icon": "./resources/firebase_logo.png",
66
"description": "VSCode Extension for Firebase",
7-
"version": "0.8.0",
7+
"version": "0.9.0",
88
"engines": {
99
"vscode": "^1.69.0"
1010
},

0 commit comments

Comments
 (0)