From 1324b7adb3fc1ed177bec60d57a2e1b83ef44741 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 May 2022 19:51:18 +0000 Subject: [PATCH] chore(firestore-utils): release v.1.0.0 [skip ci] ## @jackdbd/firestore-utils 1.0.0 (2022-05-13) * ci: try publishing to Artifact Registry ([3a86457](https://github.com/jackdbd/calderone/commit/3a86457)) * ci: update multi-semanti-release config ([a2f4d69](https://github.com/jackdbd/calderone/commit/a2f4d69)) * ci: update semantic-release config ([3fe49c2](https://github.com/jackdbd/calderone/commit/3fe49c2)) * ci: update semantic-release config ([f0132a4](https://github.com/jackdbd/calderone/commit/f0132a4)) * chore: cleanup semantic-release config ([3ee231a](https://github.com/jackdbd/calderone/commit/3ee231a)) * style(all): format all the things ([5d4df8c](https://github.com/jackdbd/calderone/commit/5d4df8c)) * feat(firestore-utils): add package ([921c7b8](https://github.com/jackdbd/calderone/commit/921c7b8)) * feat(webhooks): add package ([9d61b78](https://github.com/jackdbd/calderone/commit/9d61b78)) --- packages/firestore-utils/CHANGELOG.md | 12 ++++++++++++ packages/firestore-utils/package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 packages/firestore-utils/CHANGELOG.md diff --git a/packages/firestore-utils/CHANGELOG.md b/packages/firestore-utils/CHANGELOG.md new file mode 100644 index 00000000..c3858850 --- /dev/null +++ b/packages/firestore-utils/CHANGELOG.md @@ -0,0 +1,12 @@ +# CHANGELOG + +## @jackdbd/firestore-utils 1.0.0 (2022-05-13) + +* ci: try publishing to Artifact Registry ([3a86457](https://github.com/jackdbd/calderone/commit/3a86457)) +* ci: update multi-semanti-release config ([a2f4d69](https://github.com/jackdbd/calderone/commit/a2f4d69)) +* ci: update semantic-release config ([3fe49c2](https://github.com/jackdbd/calderone/commit/3fe49c2)) +* ci: update semantic-release config ([f0132a4](https://github.com/jackdbd/calderone/commit/f0132a4)) +* chore: cleanup semantic-release config ([3ee231a](https://github.com/jackdbd/calderone/commit/3ee231a)) +* style(all): format all the things ([5d4df8c](https://github.com/jackdbd/calderone/commit/5d4df8c)) +* feat(firestore-utils): add package ([921c7b8](https://github.com/jackdbd/calderone/commit/921c7b8)) +* feat(webhooks): add package ([9d61b78](https://github.com/jackdbd/calderone/commit/9d61b78)) diff --git a/packages/firestore-utils/package.json b/packages/firestore-utils/package.json index 5212f703..7507d2da 100644 --- a/packages/firestore-utils/package.json +++ b/packages/firestore-utils/package.json @@ -1,6 +1,6 @@ { "name": "@jackdbd/firestore-utils", - "version": "0.0.3", + "version": "1.0.0", "description": "Utility functions to work with Firestore", "author": "Giacomo Debidda (https://giacomodebidda.com/)", "license": "MIT", @@ -50,7 +50,7 @@ "dependencies": {}, "peerDependencies": { "@google-cloud/firestore": ">=5.0.0", - "@jackdbd/utils": ">=0.0.14", + "@jackdbd/utils": "1.0.0", "debug": ">=4.0.0" }, "devDependencies": {}