Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyrne00 committed Dec 15, 2023
1 parent 9ca9bba commit 34d72f9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"changesets": [
"breezy-moles-compare",
"cyan-papayas-greet",
"friendly-spiders-obey",
"friendly-trains-fetch",
"funny-oranges-dream",
"grumpy-vans-look",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-firestore-backups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-firestore-migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
6 changes: 6 additions & 0 deletions packages/gcp-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-firestore/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 34d72f9

Please sign in to comment.