Skip to content

Commit

Permalink
release: bump versions (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
pr-Mais authored Jan 30, 2024
1 parent 1873241 commit cb1360c
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 13 deletions.
4 changes: 4 additions & 0 deletions bigquery-geocode-address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.4

Update resources to node 18.

## Version 0.1.3.

Rebuild package-lock.json.
Expand Down
10 changes: 5 additions & 5 deletions bigquery-geocode-address/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# https://firebase.google.com/docs/extensions/alpha/ref-extension-yaml

name: bigquery-geocode-address # Identifier for your extension
version: 0.1.3 # Follow semver versioning
version: 0.1.4 # Follow semver versioning
specVersion: v1beta # Version of the Firebase Extensions specification

author:
Expand All @@ -34,9 +34,9 @@ icon: icon.png
tags: [utilities, google-maps, location, logistics]

contributors:
- authorName: Invertase
email: oss@invertase.io
url: https://github.com/invertase
- authorName: Invertase
email: oss@invertase.io
url: https://github.com/invertase

sourceUrl: https://github.com/googlemaps/gmp-firebase-extensions/tree/main/bigquery-geocode-address
releaseNotesUrl: https://github.com/googlemaps/gmp-firebase-extensions/tree/main/bigquery-geocode-address/CHANGELOG.md
Expand Down Expand Up @@ -152,4 +152,4 @@ params:
lifecycleEvents:
onInstall:
function: createBigQueryConnection
processingMessage: "Creating BigQuery connections"
processingMessage: 'Creating BigQuery connections'
4 changes: 4 additions & 0 deletions firestore-geocode-address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.3

Update resources to node 18.

## Version 0.1.2

Fix POSTINSTALL.
Expand Down
8 changes: 4 additions & 4 deletions firestore-geocode-address/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# https://firebase.google.com/docs/extensions/alpha/ref-extension-yaml

name: firestore-geocode-address
version: 0.1.2
version: 0.1.3
specVersion: v1beta

author:
Expand All @@ -34,9 +34,9 @@ tags: [utilities, google-maps, location, logistics]
license: Apache-2.0

contributors:
- authorName: Invertase
email: oss@invertase.io
url: https://github.com/invertase
- authorName: Invertase
email: oss@invertase.io
url: https://github.com/invertase

sourceUrl: https://github.com/googlemaps/gmp-firebase-extensions/tree/main/firestore-geocode-address
releaseNotesUrl: https://github.com/googlemaps/gmp-firebase-extensions/tree/main/firestore-geocode-address/CHANGELOG.md
Expand Down
4 changes: 4 additions & 0 deletions firestore-validate-address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.3

Update resources to node 18.

## Version 0.1.2

Rebuild package-lock.json
Expand Down
8 changes: 4 additions & 4 deletions firestore-validate-address/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# https://firebase.google.com/docs/extensions/alpha/ref-extension-yaml

name: firestore-validate-address # Identifier for your extension
version: 0.1.2 # Follow semver versioning
version: 0.1.3 # Follow semver versioning
specVersion: v1beta # Version of the Firebase Extensions specification

author:
Expand All @@ -37,9 +37,9 @@ tags: [utilities, shipping, google-maps, location, logistics]
license: Apache-2.0 # https://spdx.org/licenses/

contributors:
- authorName: Invertase
email: oss@invertase.io
url: https://github.com/invertase
- authorName: Invertase
email: oss@invertase.io
url: https://github.com/invertase

# Public URL for the source code of your extension
sourceUrl: https://github.com/googlemaps/gmp-firebase-extensions/tree/main/firestore-validate-address
Expand Down

0 comments on commit cb1360c

Please sign in to comment.