Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyrne00 committed Dec 17, 2023
1 parent ac6f7a8 commit e86d208
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 12 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@mondokit/core": "1.0.0-alpha.1"
},
"changesets": [
"breezy-cars-happen",
"breezy-moles-compare",
"cyan-papayas-greet",
"friendly-spiders-obey",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-bigquery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@google-cloud/bigquery": "7.3.0",
"@mondokit/gcp-core": "1.0.0-alpha.8",
"@mondokit/gcp-core": "1.0.0-alpha.9",
"@mondokit/gcp-storage": "1.0.0-alpha.6"
}
}
6 changes: 6 additions & 0 deletions packages/gcp-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mondokit/gcp-core

## 1.0.0-alpha.9

### Patch Changes

- 3f3b0aa: Rename gcpApp to mondokitGcpMiddleware and export initialiseConfiguration() function

## 1.0.0-alpha.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondokit/gcp-core",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-datastore-backups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@google-cloud/storage": "^7.7.0",
"@google-cloud/tasks": "^4.0.1",
"@mondokit/gcp-bigquery": "1.0.0-alpha.4",
"@mondokit/gcp-core": "1.0.0-alpha.8",
"@mondokit/gcp-core": "1.0.0-alpha.9",
"@mondokit/gcp-datastore": "1.0.0-alpha.5",
"@mondokit/gcp-storage": "1.0.0-alpha.6",
"@mondokit/gcp-tasks": "1.0.0-alpha.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-firebase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"firebase-admin": ">= 11.0.0"
},
"devDependencies": {
"@mondokit/gcp-core": "1.0.0-alpha.8",
"@mondokit/gcp-core": "1.0.0-alpha.9",
"firebase-admin": "^12.0.0"
},
"gitHead": "087032afa8903aa576041cdfe4913fe8f115e919"
Expand Down
4 changes: 2 additions & 2 deletions packages/gcp-firestore-backups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@google-cloud/storage": "^7.7.0",
"@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.12",
"@mondokit/gcp-core": "1.0.0-alpha.9",
"@mondokit/gcp-firestore": "1.0.0-alpha.13",
"@mondokit/gcp-storage": "1.0.0-alpha.6",
"@mondokit/gcp-tasks": "1.0.0-alpha.5",
"@types/luxon": "^3.3.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/gcp-firestore-migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"devDependencies": {
"@google-cloud/firestore": "^7.1.0",
"@mondokit/gcp-core": "1.0.0-alpha.8",
"@mondokit/gcp-firestore": "1.0.0-alpha.12"
"@mondokit/gcp-core": "1.0.0-alpha.9",
"@mondokit/gcp-firestore": "1.0.0-alpha.13"
},
"gitHead": "087032afa8903aa576041cdfe4913fe8f115e919"
}
7 changes: 7 additions & 0 deletions packages/gcp-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mondokit/gcp-firestore

## 1.0.0-alpha.13

### Patch Changes

- Updated dependencies [3f3b0aa]
- @mondokit/gcp-core@1.0.0-alpha.9

## 1.0.0-alpha.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.12",
"version": "1.0.0-alpha.13",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -29,11 +29,11 @@
},
"peerDependencies": {
"@google-cloud/firestore": ">= 6.5.0",
"@mondokit/gcp-core": "1.0.0-alpha.8"
"@mondokit/gcp-core": "1.0.0-alpha.9"
},
"devDependencies": {
"@google-cloud/firestore": "^7.1.0",
"@mondokit/gcp-core": "1.0.0-alpha.8",
"@mondokit/gcp-core": "1.0.0-alpha.9",
"@types/lodash-es": "^4.17.8"
}
}
2 changes: 1 addition & 1 deletion packages/gcp-google-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"google-auth-library": "^9.4.0"
},
"devDependencies": {
"@mondokit/gcp-core": "1.0.0-alpha.8",
"@mondokit/gcp-core": "1.0.0-alpha.9",
"google-auth-library": "^9.4.1"
}
}

0 comments on commit e86d208

Please sign in to comment.