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 03b4e67 commit 3f0a874
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"shiny-kiwis-dress",
"slimy-chefs-exercise",
"strange-guests-warn",
"swift-mails-train"
"swift-mails-train",
"thick-guests-protect"
]
}
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.10",
"@mondokit/gcp-firestore": "1.0.0-alpha.11",
"@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.10"
"@mondokit/gcp-firestore": "1.0.0-alpha.11"
},
"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.11

### Patch Changes

- 03b4e67: Try to resolve issue with invalid ESM import for firestore

## 1.0.0-alpha.10

### 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.10",
"version": "1.0.0-alpha.11",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 3f0a874

Please sign in to comment.