Skip to content

Commit 4822fc8

Browse files
laurenzlongrafikhan
authored andcommitted
Bump versions and add release notes for Nov 7 release (#90)
* Bump versions and add release notes for Nov 7 release * Fix changelog * remove blank line
1 parent 6cec5fd commit 4822fc8

File tree

10 files changed

+23
-5
lines changed

10 files changed

+23
-5
lines changed

delete-user-data/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Version 0.1.1
2+
3+
feature - Add a new param for recursively deleting subcollections in Cloud Firestore (issue #14).
4+
fixed - Fixed "cold start" errors experienced when the Extension runs after a period of inactivity (issue #48).

delete-user-data/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: delete-user-data
1616
displayName: Delete User Data
1717
specVersion: v1beta
18-
version: 0.2.0
18+
version: 0.1.2
1919

2020
description:
2121
Deletes data keyed on a userId from Cloud Firestore, Realtime

firestore-send-email/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Version 0.1.1
2+
3+
fixed - Fixed "cold start" errors experienced when the Extension runs after a period of inactivity (issue #48).

firestore-send-email/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: firestore-send-email
16-
version: 0.1.0
16+
version: 0.1.1
1717
specVersion: v1beta
1818
displayName: Trigger Email
1919

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Version 0.1.1
2+
3+
fixed - Fixed "cold start" errors experienced when the Extension runs after a period of inactivity (issue #48).

firestore-shorten-urls-bitly/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: firestore-shorten-urls-bitly
1616
displayName: Shorten URLs
1717
specVersion: v1beta
18-
version: 0.1.0
18+
version: 0.1.1
1919

2020
description:
2121
Shortens URLs written to a specified Cloud Firestore collection (uses Bitly).

firestore-translate-text/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Version 0.1.1
2+
3+
fixed - Fixed bug where param validation failed when a single language was entered.
4+
fixed - Fixed "cold start" errors experienced when the Extension runs after a period of inactivity (issue #48).

firestore-translate-text/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
name: firestore-translate-text
1616
specVersion: v1beta
17-
version: 0.1.0
17+
version: 0.1.1
1818

1919
displayName: Translate Text
2020

storage-resize-images/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 0.1.2
2+
3+
feature - Add new param for deleting the original image.
4+
15
## Version 0.1.1
26

37
fixed - Fixed bug where certain edge cases led to already resized image being resized again (issue #7).

storage-resize-images/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
name: storage-resize-images
1616
specVersion: v1beta
17-
version: 0.1.1
17+
version: 0.1.2
1818
license: Apache-2.0
1919

2020
displayName: Resize Images

0 commit comments

Comments
 (0)