diff --git a/.changeset/pre.json b/.changeset/pre.json index 6ecc779..c875730 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -18,6 +18,7 @@ "changesets": [ "breezy-moles-compare", "cyan-papayas-greet", + "friendly-spiders-obey", "friendly-trains-fetch", "funny-oranges-dream", "grumpy-vans-look", diff --git a/packages/gcp-firestore-backups/package.json b/packages/gcp-firestore-backups/package.json index 0c484f8..0ae544f 100644 --- a/packages/gcp-firestore-backups/package.json +++ b/packages/gcp-firestore-backups/package.json @@ -40,7 +40,7 @@ "@google-cloud/tasks": "^4.0.1", "@mondokit/gcp-bigquery": "1.0.0-alpha.4", "@mondokit/gcp-core": "1.0.0-alpha.8", - "@mondokit/gcp-firestore": "1.0.0-alpha.11", + "@mondokit/gcp-firestore": "1.0.0-alpha.12", "@mondokit/gcp-storage": "1.0.0-alpha.6", "@mondokit/gcp-tasks": "1.0.0-alpha.5", "@types/luxon": "^3.3.7" diff --git a/packages/gcp-firestore-migrations/package.json b/packages/gcp-firestore-migrations/package.json index 38f845d..ee8aaa6 100644 --- a/packages/gcp-firestore-migrations/package.json +++ b/packages/gcp-firestore-migrations/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@google-cloud/firestore": "^7.1.0", "@mondokit/gcp-core": "1.0.0-alpha.8", - "@mondokit/gcp-firestore": "1.0.0-alpha.11" + "@mondokit/gcp-firestore": "1.0.0-alpha.12" }, "gitHead": "087032afa8903aa576041cdfe4913fe8f115e919" } diff --git a/packages/gcp-firestore/CHANGELOG.md b/packages/gcp-firestore/CHANGELOG.md index 9679cf5..d8dd4f4 100644 --- a/packages/gcp-firestore/CHANGELOG.md +++ b/packages/gcp-firestore/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-firestore +## 1.0.0-alpha.12 + +### Patch Changes + +- 9ca9bba: Try to resolve issue with invalid ESM import for firestore AGAIN + ## 1.0.0-alpha.11 ### Patch Changes diff --git a/packages/gcp-firestore/package.json b/packages/gcp-firestore/package.json index 94e191a..5c4c0ac 100644 --- a/packages/gcp-firestore/package.json +++ b/packages/gcp-firestore/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-firestore", - "version": "1.0.0-alpha.11", + "version": "1.0.0-alpha.12", "description": "", "main": "dist/index.js", "type": "module",