diff --git a/.changeset/pre.json b/.changeset/pre.json index 0282926..7853465 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -19,6 +19,7 @@ "cyan-papayas-greet", "friendly-trains-fetch", "funny-oranges-dream", + "grumpy-vans-look", "honest-apes-worry", "hungry-doors-tap", "late-phones-attend", diff --git a/packages/gcp-datastore-backups/CHANGELOG.md b/packages/gcp-datastore-backups/CHANGELOG.md index 33b1d21..c481cc2 100644 --- a/packages/gcp-datastore-backups/CHANGELOG.md +++ b/packages/gcp-datastore-backups/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-datastore-backups +## 1.0.0-alpha.5 + +### Patch Changes + +- 2776acf: Fix internal circular dependencies + ## 1.0.0-alpha.4 ### Patch Changes diff --git a/packages/gcp-datastore-backups/package.json b/packages/gcp-datastore-backups/package.json index d53d1d5..c29cb2a 100644 --- a/packages/gcp-datastore-backups/package.json +++ b/packages/gcp-datastore-backups/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-datastore-backups", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "description": "Utils for performing datastore backups", "type": "module", "main": "dist/index.js", diff --git a/packages/gcp-firestore-backups/CHANGELOG.md b/packages/gcp-firestore-backups/CHANGELOG.md index 6ad688f..716a222 100644 --- a/packages/gcp-firestore-backups/CHANGELOG.md +++ b/packages/gcp-firestore-backups/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-firestore-backups +## 1.0.0-alpha.7 + +### Patch Changes + +- 2776acf: Fix internal circular dependencies + ## 1.0.0-alpha.6 ### Patch Changes diff --git a/packages/gcp-firestore-backups/package.json b/packages/gcp-firestore-backups/package.json index 9a7216a..c9391e0 100644 --- a/packages/gcp-firestore-backups/package.json +++ b/packages/gcp-firestore-backups/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-firestore-backups", - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "description": "Utils for performing firestore backups", "type": "module", "main": "dist/index.js", diff --git a/packages/gcp-firestore-migrations/CHANGELOG.md b/packages/gcp-firestore-migrations/CHANGELOG.md index f5afb51..e0295e6 100644 --- a/packages/gcp-firestore-migrations/CHANGELOG.md +++ b/packages/gcp-firestore-migrations/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-firestore-migrations +## 1.0.0-alpha.4 + +### Patch Changes + +- 2776acf: Fix internal circular dependencies + ## 1.0.0-alpha.3 ### Patch Changes diff --git a/packages/gcp-firestore-migrations/package.json b/packages/gcp-firestore-migrations/package.json index 5faed36..90ff3d9 100644 --- a/packages/gcp-firestore-migrations/package.json +++ b/packages/gcp-firestore-migrations/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-firestore-migrations", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "description": "", "type": "module", "main": "dist/index.js",