Skip to content

Commit

Permalink
Address feedback on versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsannas committed Apr 30, 2024
1 parent 1a2c458 commit d46e014
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .changeset/thick-spoons-check.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
"@firebase/firestore": patch
"@firebase/webchannel-wrapper": patch
"@firebase/webchannel-wrapper": major
---

Use closure-net as a dependency of webchannel-wrapper and Firestore.
2 changes: 1 addition & 1 deletion packages/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@firebase/component": "0.6.6",
"@firebase/logger": "0.4.1",
"@firebase/util": "1.9.5",
"@firebase/webchannel-wrapper": "0.10.7",
"@firebase/webchannel-wrapper": "0.10.6",
"@grpc/grpc-js": "~1.9.0",
"@grpc/proto-loader": "^0.7.8",
"undici": "5.28.4",
Expand Down
4 changes: 0 additions & 4 deletions packages/webchannel-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# @firebase/webchannel-wrapper

## 0.10.7

- Change the Closure library dependency to closure-net.

## 0.10.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webchannel-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/webchannel-wrapper",
"version": "0.10.7",
"version": "0.10.6",
"description": "A wrapper of the webchannel packages from closure-library for use outside of a closure compiled application",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "empty.js",
Expand Down

0 comments on commit d46e014

Please sign in to comment.