diff --git a/.changeset/pre.json b/.changeset/pre.json index 47b256d..e0196d4 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -17,7 +17,9 @@ "changesets": [ "late-phones-attend", "orange-socks-talk", + "shiny-kiwis-dress", "slimy-chefs-exercise", + "strange-guests-warn", "swift-mails-train" ] } diff --git a/packages/gcp-bigquery/package.json b/packages/gcp-bigquery/package.json index ec4e1c9..0ce9ae9 100644 --- a/packages/gcp-bigquery/package.json +++ b/packages/gcp-bigquery/package.json @@ -30,6 +30,6 @@ "devDependencies": { "@google-cloud/bigquery": "7.3.0", "@mondokit/gcp-core": "1.0.0-alpha.3", - "@mondokit/gcp-storage": "1.0.0-alpha.3" + "@mondokit/gcp-storage": "1.0.0-alpha.4" } } diff --git a/packages/gcp-datastore-backups/CHANGELOG.md b/packages/gcp-datastore-backups/CHANGELOG.md index 8f0ca98..5315d03 100644 --- a/packages/gcp-datastore-backups/CHANGELOG.md +++ b/packages/gcp-datastore-backups/CHANGELOG.md @@ -1,5 +1,12 @@ # @mondokit/gcp-datastore-backups +## 1.0.0-alpha.2 + +### Patch Changes + +- dd0d63e: Update internal google-cloud libs to latest +- 6030743: Update all dependencies except for vitest + ## 1.0.0-alpha.1 ### Patch Changes diff --git a/packages/gcp-datastore-backups/package.json b/packages/gcp-datastore-backups/package.json index f34faac..6a19de3 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.1", + "version": "1.0.0-alpha.2", "description": "Utils for performing datastore backups", "type": "module", "main": "dist/index.js", @@ -40,9 +40,9 @@ "@google-cloud/tasks": "^4.0.1", "@mondokit/gcp-bigquery": "1.0.0-alpha.2", "@mondokit/gcp-core": "1.0.0-alpha.3", - "@mondokit/gcp-datastore": "1.0.0-alpha.2", - "@mondokit/gcp-storage": "1.0.0-alpha.3", - "@mondokit/gcp-tasks": "1.0.0-alpha.2", + "@mondokit/gcp-datastore": "1.0.0-alpha.3", + "@mondokit/gcp-storage": "1.0.0-alpha.4", + "@mondokit/gcp-tasks": "1.0.0-alpha.3", "@types/luxon": "^3.3.7" } } diff --git a/packages/gcp-datastore/CHANGELOG.md b/packages/gcp-datastore/CHANGELOG.md index 843bb7e..832949d 100644 --- a/packages/gcp-datastore/CHANGELOG.md +++ b/packages/gcp-datastore/CHANGELOG.md @@ -1,5 +1,12 @@ # @mondokit/gcp-datastore +## 1.0.0-alpha.3 + +### Patch Changes + +- dd0d63e: Update internal google-cloud libs to latest +- 6030743: Update all dependencies except for vitest + ## 1.0.0-alpha.2 ### Patch Changes diff --git a/packages/gcp-datastore/package.json b/packages/gcp-datastore/package.json index 862e4b2..f8a48ef 100644 --- a/packages/gcp-datastore/package.json +++ b/packages/gcp-datastore/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-datastore", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "", "type": "module", "main": "dist/index.js", diff --git a/packages/gcp-firebase-auth/CHANGELOG.md b/packages/gcp-firebase-auth/CHANGELOG.md index 9a0e972..37bc509 100644 --- a/packages/gcp-firebase-auth/CHANGELOG.md +++ b/packages/gcp-firebase-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-firebase-auth +## 1.0.0-alpha.2 + +### Patch Changes + +- 6030743: Update all dependencies except for vitest + ## 1.0.0-alpha.1 ### Patch Changes diff --git a/packages/gcp-firebase-auth/package.json b/packages/gcp-firebase-auth/package.json index d5e67fa..d392c3d 100644 --- a/packages/gcp-firebase-auth/package.json +++ b/packages/gcp-firebase-auth/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-firebase-auth", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "", "type": "module", "main": "dist/index.js", diff --git a/packages/gcp-firestore-backups/CHANGELOG.md b/packages/gcp-firestore-backups/CHANGELOG.md index 0cace25..edd4d20 100644 --- a/packages/gcp-firestore-backups/CHANGELOG.md +++ b/packages/gcp-firestore-backups/CHANGELOG.md @@ -1,5 +1,14 @@ # @mondokit/gcp-firestore-backups +## 1.0.0-alpha.4 + +### Patch Changes + +- dd0d63e: Update internal google-cloud libs to latest +- 6030743: Update all dependencies except for vitest +- Updated dependencies [6030743] + - @mondokit/gcp-tasks@1.0.0-alpha.3 + ## 1.0.0-alpha.3 ### Patch Changes diff --git a/packages/gcp-firestore-backups/package.json b/packages/gcp-firestore-backups/package.json index 3a848b3..b7ceb1e 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.3", + "version": "1.0.0-alpha.4", "description": "Utils for performing firestore backups", "type": "module", "main": "dist/index.js", @@ -31,7 +31,7 @@ "@mondokit/gcp-core": "^1.0.0-alpha.1", "@mondokit/gcp-firestore": "^1.0.0-alpha.2", "@mondokit/gcp-storage": "^1.0.0-alpha.0", - "@mondokit/gcp-tasks": "1.0.0-alpha.2" + "@mondokit/gcp-tasks": "1.0.0-alpha.3" }, "devDependencies": { "@google-cloud/bigquery": "^7.3.0", @@ -41,8 +41,8 @@ "@mondokit/gcp-bigquery": "1.0.0-alpha.2", "@mondokit/gcp-core": "1.0.0-alpha.3", "@mondokit/gcp-firestore": "1.0.0-alpha.5", - "@mondokit/gcp-storage": "1.0.0-alpha.3", - "@mondokit/gcp-tasks": "1.0.0-alpha.2", + "@mondokit/gcp-storage": "1.0.0-alpha.4", + "@mondokit/gcp-tasks": "1.0.0-alpha.3", "@types/luxon": "^3.3.7" } } diff --git a/packages/gcp-storage/CHANGELOG.md b/packages/gcp-storage/CHANGELOG.md index 52e3410..e2ff26a 100644 --- a/packages/gcp-storage/CHANGELOG.md +++ b/packages/gcp-storage/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-storage +## 1.0.0-alpha.4 + +### Patch Changes + +- 6030743: Update all dependencies except for vitest + ## 1.0.0-alpha.3 ### Patch Changes diff --git a/packages/gcp-storage/package.json b/packages/gcp-storage/package.json index 03bbd38..c04c9c9 100644 --- a/packages/gcp-storage/package.json +++ b/packages/gcp-storage/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-storage", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "description": "Tools for Google Cloud Storage", "type": "module", "main": "dist/index.js", diff --git a/packages/gcp-tasks/CHANGELOG.md b/packages/gcp-tasks/CHANGELOG.md index a089603..1b499e8 100644 --- a/packages/gcp-tasks/CHANGELOG.md +++ b/packages/gcp-tasks/CHANGELOG.md @@ -1,5 +1,11 @@ # @mondokit/gcp-tasks +## 1.0.0-alpha.3 + +### Patch Changes + +- 6030743: Update all dependencies except for vitest + ## 1.0.0-alpha.2 ### Patch Changes diff --git a/packages/gcp-tasks/package.json b/packages/gcp-tasks/package.json index de1a571..a99a725 100644 --- a/packages/gcp-tasks/package.json +++ b/packages/gcp-tasks/package.json @@ -1,6 +1,6 @@ { "name": "@mondokit/gcp-tasks", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "Tools for Google Cloud Tasks", "main": "dist/index.js", "type": "module",