From cb1360cd6e8a0b09dd18069787370c6e104fd09e Mon Sep 17 00:00:00 2001 From: Mais Alheraki Date: Tue, 30 Jan 2024 22:12:40 +0300 Subject: [PATCH] release: bump versions (#39) --- bigquery-geocode-address/CHANGELOG.md | 4 ++++ bigquery-geocode-address/extension.yaml | 10 +++++----- firestore-geocode-address/CHANGELOG.md | 4 ++++ firestore-geocode-address/extension.yaml | 8 ++++---- firestore-validate-address/CHANGELOG.md | 4 ++++ firestore-validate-address/extension.yaml | 8 ++++---- 6 files changed, 25 insertions(+), 13 deletions(-) diff --git a/bigquery-geocode-address/CHANGELOG.md b/bigquery-geocode-address/CHANGELOG.md index cd81950..874d757 100644 --- a/bigquery-geocode-address/CHANGELOG.md +++ b/bigquery-geocode-address/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 0.1.4 + +Update resources to node 18. + ## Version 0.1.3. Rebuild package-lock.json. diff --git a/bigquery-geocode-address/extension.yaml b/bigquery-geocode-address/extension.yaml index d3969b8..548e891 100644 --- a/bigquery-geocode-address/extension.yaml +++ b/bigquery-geocode-address/extension.yaml @@ -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: @@ -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 @@ -152,4 +152,4 @@ params: lifecycleEvents: onInstall: function: createBigQueryConnection - processingMessage: "Creating BigQuery connections" + processingMessage: 'Creating BigQuery connections' diff --git a/firestore-geocode-address/CHANGELOG.md b/firestore-geocode-address/CHANGELOG.md index 9485dbb..5310ee7 100644 --- a/firestore-geocode-address/CHANGELOG.md +++ b/firestore-geocode-address/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 0.1.3 + +Update resources to node 18. + ## Version 0.1.2 Fix POSTINSTALL. diff --git a/firestore-geocode-address/extension.yaml b/firestore-geocode-address/extension.yaml index 16a809f..d67af76 100644 --- a/firestore-geocode-address/extension.yaml +++ b/firestore-geocode-address/extension.yaml @@ -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: @@ -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 diff --git a/firestore-validate-address/CHANGELOG.md b/firestore-validate-address/CHANGELOG.md index 3ad2132..d42eaf2 100644 --- a/firestore-validate-address/CHANGELOG.md +++ b/firestore-validate-address/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 0.1.3 + +Update resources to node 18. + ## Version 0.1.2 Rebuild package-lock.json diff --git a/firestore-validate-address/extension.yaml b/firestore-validate-address/extension.yaml index de364c8..8167cbb 100644 --- a/firestore-validate-address/extension.yaml +++ b/firestore-validate-address/extension.yaml @@ -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: @@ -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