Skip to content

Commit

Permalink
Attempt to do a release of new alpha libs via changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyrne00 committed Dec 8, 2023
1 parent 02c609f commit f3d716b
Show file tree
Hide file tree
Showing 24 changed files with 149 additions and 33 deletions.
20 changes: 20 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"@mondokit/gcp-bigquery": "1.0.0-alpha.0",
"@mondokit/gcp-core": "1.0.0-alpha.1",
"@mondokit/gcp-datastore": "1.0.0-alpha.0",
"@mondokit/gcp-datastore-backups": "1.0.0-alpha.0",
"@mondokit/gcp-firebase-auth": "1.0.0-alpha.0",
"@mondokit/gcp-firestore": "1.0.0-alpha.2",
"@mondokit/gcp-firestore-backups": "1.0.0-alpha.0",
"@mondokit/gcp-firestore-migrations": "1.0.0-alpha.0",
"@mondokit/gcp-google-auth": "1.0.0-alpha.0",
"@mondokit/gcp-storage": "1.0.0-alpha.0",
"@mondokit/gcp-tasks": "1.0.0-alpha.0"
},
"changesets": [
"swift-mails-train"
]
}
15 changes: 15 additions & 0 deletions .changeset/swift-mails-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@mondokit/gcp-bigquery": patch
"@mondokit/gcp-core": patch
"@mondokit/gcp-datastore": patch
"@mondokit/gcp-datastore-backups": patch
"@mondokit/gcp-firebase-auth": patch
"@mondokit/gcp-firestore": patch
"@mondokit/gcp-firestore-backups": patch
"@mondokit/gcp-firestore-migrations": patch
"@mondokit/gcp-google-auth": patch
"@mondokit/gcp-storage": patch
"@mondokit/gcp-tasks": patch
---

Create a minor version for all libs with changeset
7 changes: 7 additions & 0 deletions packages/gcp-bigquery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @mondokit/gcp-bigquery

## 1.0.0-alpha.1

### Patch Changes

- Create a minor version for all libs with changeset
6 changes: 3 additions & 3 deletions packages/gcp-bigquery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondokit/gcp-bigquery",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Tools for Google BigQuery",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@google-cloud/bigquery": "7.3.0",
"@mondokit/gcp-core": "1.0.0-alpha.1",
"@mondokit/gcp-storage": "1.0.0-alpha.0"
"@mondokit/gcp-core": "1.0.0-alpha.2",
"@mondokit/gcp-storage": "1.0.0-alpha.1"
}
}
7 changes: 7 additions & 0 deletions packages/gcp-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @mondokit/gcp-core

## 1.0.0-alpha.2

### Patch Changes

- Create a minor version for all libs with changeset
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.1",
"version": "1.0.0-alpha.2",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/gcp-datastore-backups/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @mondokit/gcp-datastore-backups

## 1.0.0-alpha.1

### Patch Changes

- Create a minor version for all libs with changeset
12 changes: 6 additions & 6 deletions packages/gcp-datastore-backups/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondokit/gcp-datastore-backups",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Utils for performing datastore backups",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -38,11 +38,11 @@
"@google-cloud/datastore": "^8.2.2",
"@google-cloud/storage": "6.11.0",
"@google-cloud/tasks": "3.1.2",
"@mondokit/gcp-bigquery": "1.0.0-alpha.0",
"@mondokit/gcp-core": "1.0.0-alpha.1",
"@mondokit/gcp-datastore": "1.0.0-alpha.0",
"@mondokit/gcp-storage": "1.0.0-alpha.0",
"@mondokit/gcp-tasks": "1.0.0-alpha.0",
"@mondokit/gcp-bigquery": "1.0.0-alpha.1",
"@mondokit/gcp-core": "1.0.0-alpha.2",
"@mondokit/gcp-datastore": "1.0.0-alpha.1",
"@mondokit/gcp-storage": "1.0.0-alpha.1",
"@mondokit/gcp-tasks": "1.0.0-alpha.1",
"@types/luxon": "3.3.0"
}
}
7 changes: 7 additions & 0 deletions packages/gcp-datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @mondokit/gcp-datastore

## 1.0.0-alpha.1

### Patch Changes

- Create a minor version for all libs with changeset
4 changes: 2 additions & 2 deletions packages/gcp-datastore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondokit/gcp-datastore",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@google-cloud/datastore": "^8.2.2",
"@mondokit/gcp-core": "^1.0.0-alpha.1",
"@mondokit/gcp-core": "^1.0.0-alpha.2",
"google-datastore-emulator": "^7.1.0"
},
"gitHead": "087032afa8903aa576041cdfe4913fe8f115e919"
Expand Down
7 changes: 7 additions & 0 deletions packages/gcp-firebase-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @mondokit/gcp-firebase-auth

## 1.0.0-alpha.1

### Patch Changes

- Create a minor version for all libs with changeset
4 changes: 2 additions & 2 deletions packages/gcp-firebase-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondokit/gcp-firebase-auth",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"firebase-admin": ">= 11.0.0"
},
"devDependencies": {
"@mondokit/gcp-core": "1.0.0-alpha.1",
"@mondokit/gcp-core": "1.0.0-alpha.2",
"firebase-admin": "11.11.1"
},
"gitHead": "087032afa8903aa576041cdfe4913fe8f115e919"
Expand Down
9 changes: 9 additions & 0 deletions packages/gcp-firestore-backups/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @mondokit/gcp-firestore-backups

## 1.0.0-alpha.1

### Patch Changes

- Create a minor version for all libs with changeset
- Updated dependencies
- @mondokit/gcp-tasks@1.0.0-alpha.1
14 changes: 7 additions & 7 deletions packages/gcp-firestore-backups/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondokit/gcp-firestore-backups",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Utils for performing firestore backups",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -32,18 +32,18 @@
"@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.0"
"@mondokit/gcp-tasks": "1.0.0-alpha.1"
},
"devDependencies": {
"@google-cloud/bigquery": "6.2.0",
"@google-cloud/firestore": "6.6.1",
"@google-cloud/storage": "6.11.0",
"@google-cloud/tasks": "3.1.2",
"@mondokit/gcp-bigquery": "1.0.0-alpha.0",
"@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.0",
"@mondokit/gcp-bigquery": "1.0.0-alpha.1",
"@mondokit/gcp-core": "1.0.0-alpha.2",
"@mondokit/gcp-firestore": "1.0.0-alpha.3",
"@mondokit/gcp-storage": "1.0.0-alpha.1",
"@mondokit/gcp-tasks": "1.0.0-alpha.1",
"@types/luxon": "3.3.0"
}
}
7 changes: 7 additions & 0 deletions packages/gcp-firestore-migrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @mondokit/gcp-firestore-migrations

## 1.0.0-alpha.1

### Patch Changes

- Create a minor version for all libs with changeset
6 changes: 3 additions & 3 deletions packages/gcp-firestore-migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondokit/gcp-firestore-migrations",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"devDependencies": {
"@google-cloud/firestore": "^6.6.1",
"@mondokit/gcp-core": "1.0.0-alpha.1",
"@mondokit/gcp-firestore": "1.0.0-alpha.2"
"@mondokit/gcp-core": "1.0.0-alpha.2",
"@mondokit/gcp-firestore": "1.0.0-alpha.3"
},
"gitHead": "087032afa8903aa576041cdfe4913fe8f115e919"
}
9 changes: 9 additions & 0 deletions packages/gcp-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @mondokit/gcp-firestore

## 1.0.0-alpha.3

### Patch Changes

- Create a minor version for all libs with changeset
- Updated dependencies
- @mondokit/gcp-core@1.0.0-alpha.2
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.2",
"version": "1.0.0-alpha.3",
"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.1"
"@mondokit/gcp-core": "1.0.0-alpha.2"
},
"devDependencies": {
"@google-cloud/firestore": "6.6.1",
"@mondokit/gcp-core": "1.0.0-alpha.1",
"@mondokit/gcp-core": "1.0.0-alpha.2",
"@types/lodash-es": "^4.17.8",
"vitest": "^0.33.0"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/gcp-google-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @mondokit/gcp-google-auth

## 1.0.0-alpha.1

### Patch Changes

- Create a minor version for all libs with changeset
4 changes: 2 additions & 2 deletions packages/gcp-google-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondokit/gcp-google-auth",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Tools for Google Cloud Authentication",
"type": "module",
"main": "dist/index.js",
Expand All @@ -27,7 +27,7 @@
"google-auth-library": "^9.4.0"
},
"devDependencies": {
"@mondokit/gcp-core": "1.0.0-alpha.1",
"@mondokit/gcp-core": "1.0.0-alpha.2",
"google-auth-library": "^9.4.1"
}
}
7 changes: 7 additions & 0 deletions packages/gcp-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @mondokit/gcp-storage

## 1.0.0-alpha.1

### Patch Changes

- Create a minor version for all libs with changeset
4 changes: 2 additions & 2 deletions packages/gcp-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondokit/gcp-storage",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Tools for Google Cloud Storage",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"p-limit": "^3.1.0"
},
"devDependencies": {
"@mondokit/gcp-core": "^1.0.0-alpha.1",
"@mondokit/gcp-core": "^1.0.0-alpha.2",
"@google-cloud/storage": "6.11.0"
}
}
7 changes: 7 additions & 0 deletions packages/gcp-tasks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @mondokit/gcp-tasks

## 1.0.0-alpha.1

### Patch Changes

- Create a minor version for all libs with changeset
4 changes: 2 additions & 2 deletions packages/gcp-tasks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondokit/gcp-tasks",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Tools for Google Cloud Tasks",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@google-cloud/tasks": "3.1.2",
"@mondokit/gcp-core": "^1.0.0-alpha.1",
"@mondokit/gcp-core": "^1.0.0-alpha.2",
"vitest": "^0.33.0"
},
"dependencies": {
Expand Down

0 comments on commit f3d716b

Please sign in to comment.