From 4d51ad25f1fd459fbd82d14129ee59a98e417de9 Mon Sep 17 00:00:00 2001 From: peterrichmond Date: Tue, 5 Dec 2023 10:04:03 +1100 Subject: [PATCH] Prepare release --- .changeset/spotty-rules-look.md | 5 ----- packages/gae-js-datastore-backups/package.json | 2 +- packages/gae-js-datastore/CHANGELOG.md | 6 ++++++ packages/gae-js-datastore/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/spotty-rules-look.md diff --git a/.changeset/spotty-rules-look.md b/.changeset/spotty-rules-look.md deleted file mode 100644 index 423b6ac..0000000 --- a/.changeset/spotty-rules-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mondomob/gae-js-datastore": minor ---- - -Stop attempting to rollback a transaction that has already been rolledback due to commit error diff --git a/packages/gae-js-datastore-backups/package.json b/packages/gae-js-datastore-backups/package.json index c15929d..187680d 100644 --- a/packages/gae-js-datastore-backups/package.json +++ b/packages/gae-js-datastore-backups/package.json @@ -40,7 +40,7 @@ "@google-cloud/tasks": "3.1.2", "@mondomob/gae-js-bigquery": "2.0.0", "@mondomob/gae-js-core": "7.0.3", - "@mondomob/gae-js-datastore": "10.2.1", + "@mondomob/gae-js-datastore": "10.3.0", "@mondomob/gae-js-storage": "9.0.1", "@mondomob/gae-js-tasks": "11.2.0", "@types/luxon": "3.3.0", diff --git a/packages/gae-js-datastore/CHANGELOG.md b/packages/gae-js-datastore/CHANGELOG.md index 4e468ea..ae5d2bd 100644 --- a/packages/gae-js-datastore/CHANGELOG.md +++ b/packages/gae-js-datastore/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondomob/gae-js-datastore +## 10.3.0 + +### Minor Changes + +- 17f6a3b: Stop attempting to rollback a transaction that has already been rolledback due to commit error + ## 10.2.1 ### Patch Changes diff --git a/packages/gae-js-datastore/package.json b/packages/gae-js-datastore/package.json index 294707c..25435aa 100644 --- a/packages/gae-js-datastore/package.json +++ b/packages/gae-js-datastore/package.json @@ -1,6 +1,6 @@ { "name": "@mondomob/gae-js-datastore", - "version": "10.2.1", + "version": "10.3.0", "description": "", "main": "dist/index.js", "typings": "dist/index.d.ts",