Skip to content

Commit

Permalink
chore(*): Jun-06-2023 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pr-Mais authored Jun 6, 2023
2 parents d57e9f6 + 84a31ba commit 85db662
Show file tree
Hide file tree
Showing 18 changed files with 47 additions and 9 deletions.
4 changes: 4 additions & 0 deletions auth-mailchimp-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.2.3

feature - bump to nodejs16

## Version 0.2.2

feature - upgrade extensions to the latest firebase-admin sdk
Expand Down
2 changes: 1 addition & 1 deletion auth-mailchimp-sync/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: auth-mailchimp-sync
version: 0.2.2
version: 0.2.3
specVersion: v1beta

displayName: Sync with Mailchimp
Expand Down
4 changes: 4 additions & 0 deletions delete-user-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.17

feature - bump to nodejs16

## Version 0.1.16

fixed - Increase UID checks on search based deletions
Expand Down
2 changes: 1 addition & 1 deletion delete-user-data/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: delete-user-data
version: 0.1.16
version: 0.1.17
specVersion: v1beta

displayName: Delete User Data
Expand Down
4 changes: 4 additions & 0 deletions firestore-bigquery-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.32

feature - bump to node 16

## Version 0.1.31

fixed - Added support for callable transform functions
Expand Down
2 changes: 1 addition & 1 deletion firestore-bigquery-export/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-bigquery-export
version: 0.1.31
version: 0.1.32
specVersion: v1beta

displayName: Stream Firestore to BigQuery
Expand Down
4 changes: 4 additions & 0 deletions firestore-counter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.2.7

feature - bump to nodejs16

## Version 0.2.6

fixed - web client now uses the document sub collection for processing shards
Expand Down
2 changes: 1 addition & 1 deletion firestore-counter/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-counter
version: 0.2.6
version: 0.2.7
specVersion: v1beta

displayName: Distributed Counter
Expand Down
4 changes: 4 additions & 0 deletions firestore-send-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.26

feature - bump to nodejs16

## Version 0.1.25

fixed - change missingDeliveryField logging from `error` to `warn`
Expand Down
2 changes: 1 addition & 1 deletion firestore-send-email/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-send-email
version: 0.1.25
version: 0.1.26
specVersion: v1beta

displayName: Trigger Email from Firestore
Expand Down
4 changes: 4 additions & 0 deletions firestore-shorten-urls-bitly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.11

feature - bump to nodejs16

## Version 0.1.10

No changes.
Expand Down
2 changes: 1 addition & 1 deletion firestore-shorten-urls-bitly/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-shorten-urls-bitly
version: 0.1.10
version: 0.1.11
specVersion: v1beta

displayName: Shorten URLs in Firestore
Expand Down
4 changes: 4 additions & 0 deletions firestore-translate-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.12

feature - bump to nodejs16

## Version 0.1.11

No changes.
Expand Down
2 changes: 1 addition & 1 deletion firestore-translate-text/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-translate-text
version: 0.1.11
version: 0.1.12
specVersion: v1beta

displayName: Translate Text in Firestore
Expand Down
4 changes: 4 additions & 0 deletions rtdb-limit-child-nodes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.9

feature - bump to nodejs16

## Version 0.1.8

No changes.
Expand Down
2 changes: 1 addition & 1 deletion rtdb-limit-child-nodes/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: rtdb-limit-child-nodes
version: 0.1.8
version: 0.1.9
specVersion: v1beta

displayName: Limit Child Nodes
Expand Down
6 changes: 6 additions & 0 deletions storage-resize-images/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 0.1.37

feature - bump to nodejs16

fixed - correct include path list description

## Version 0.1.36

fixed - added fixes for gcs vulnerabilities
Expand Down
2 changes: 1 addition & 1 deletion storage-resize-images/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: storage-resize-images
version: 0.1.36
version: 0.1.37
specVersion: v1beta

displayName: Resize Images
Expand Down

0 comments on commit 85db662

Please sign in to comment.