Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyrne00 committed Dec 18, 2023
1 parent 8ab5e2c commit 43ddac4
Show file tree
Hide file tree
Showing 22 changed files with 91 additions and 43 deletions.
14 changes: 0 additions & 14 deletions .changeset/curvy-roses-float.md

This file was deleted.

4 changes: 2 additions & 2 deletions 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",
"@mondokit/gcp-storage": "1.0.0"
"@mondokit/gcp-core": "1.0.1",
"@mondokit/gcp-storage": "1.0.1"
}
}
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.1

### Patch Changes

- 8ab5e2c: Add keywords to npm published libs and tidy readmes

## 1.0.0

We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/).
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",
"version": "1.0.1",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/gcp-datastore-backups/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mondokit/gcp-datastore-backups

## 1.0.1

### Patch Changes

- 8ab5e2c: Add keywords to npm published libs and tidy readmes

## 1.0.0

We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/).
Expand Down
10 changes: 5 additions & 5 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",
"version": "1.0.1",
"description": "Utils for performing datastore backups",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -39,10 +39,10 @@
"@google-cloud/storage": "^7.7.0",
"@google-cloud/tasks": "^4.0.1",
"@mondokit/gcp-bigquery": "1.0.0",
"@mondokit/gcp-core": "1.0.0",
"@mondokit/gcp-datastore": "1.0.0",
"@mondokit/gcp-storage": "1.0.0",
"@mondokit/gcp-tasks": "1.0.0",
"@mondokit/gcp-core": "1.0.1",
"@mondokit/gcp-datastore": "1.0.1",
"@mondokit/gcp-storage": "1.0.1",
"@mondokit/gcp-tasks": "1.0.1",
"@types/luxon": "^3.3.7"
},
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/gcp-datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mondokit/gcp-datastore

## 1.0.1

### Patch Changes

- 8ab5e2c: Add keywords to npm published libs and tidy readmes

## 1.0.0

We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/).
Expand Down
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",
"version": "1.0.1",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@google-cloud/datastore": "^8.3.0",
"@mondokit/gcp-core": "^1.0.0",
"@mondokit/gcp-core": "^1.0.1",
"google-datastore-emulator": "^7.1.0"
},
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/gcp-firebase-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mondokit/gcp-firebase-auth

## 1.0.1

### Patch Changes

- 8ab5e2c: Add keywords to npm published libs and tidy readmes

## 1.0.0

We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/).
Expand Down
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",
"version": "1.0.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",
"@mondokit/gcp-core": "1.0.1",
"firebase-admin": "^12.0.0"
},
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/gcp-firestore-backups/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mondokit/gcp-firestore-backups

## 1.0.1

### Patch Changes

- 8ab5e2c: Add keywords to npm published libs and tidy readmes

## 1.0.0

We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/).
Expand Down
10 changes: 5 additions & 5 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",
"version": "1.0.1",
"description": "Utils for performing firestore backups",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -39,10 +39,10 @@
"@google-cloud/storage": "^7.7.0",
"@google-cloud/tasks": "^4.0.1",
"@mondokit/gcp-bigquery": "1.0.0",
"@mondokit/gcp-core": "1.0.0",
"@mondokit/gcp-firestore": "1.0.0",
"@mondokit/gcp-storage": "1.0.0",
"@mondokit/gcp-tasks": "1.0.0",
"@mondokit/gcp-core": "1.0.1",
"@mondokit/gcp-firestore": "1.0.1",
"@mondokit/gcp-storage": "1.0.1",
"@mondokit/gcp-tasks": "1.0.1",
"@types/luxon": "^3.3.7"
},
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/gcp-firestore-migrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mondokit/gcp-firestore-migrations

## 1.0.1

### Patch Changes

- 8ab5e2c: Add keywords to npm published libs and tidy readmes

## 1.0.0

We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/).
Expand Down
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",
"version": "1.0.1",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"devDependencies": {
"@google-cloud/firestore": "^7.1.0",
"@mondokit/gcp-core": "1.0.0",
"@mondokit/gcp-firestore": "1.0.0"
"@mondokit/gcp-core": "1.0.1",
"@mondokit/gcp-firestore": "1.0.1"
},
"keywords": [
"firestore",
Expand Down
8 changes: 8 additions & 0 deletions packages/gcp-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mondokit/gcp-firestore

## 1.0.1

### Patch Changes

- 8ab5e2c: Add keywords to npm published libs and tidy readmes
- Updated dependencies [8ab5e2c]
- @mondokit/gcp-core@1.0.1

## 1.0.0

We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/).
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",
"version": "1.0.1",
"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"
"@mondokit/gcp-core": "1.0.1"
},
"devDependencies": {
"@google-cloud/firestore": "^7.1.0",
"@mondokit/gcp-core": "1.0.0",
"@mondokit/gcp-core": "1.0.1",
"@types/lodash-es": "^4.17.8"
},
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/gcp-google-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mondokit/gcp-google-auth

## 1.0.1

### Patch Changes

- 8ab5e2c: Add keywords to npm published libs and tidy readmes

## 1.0.0

We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/).
Expand Down
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",
"version": "1.0.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",
"@mondokit/gcp-core": "1.0.1",
"google-auth-library": "^9.4.1"
},
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/gcp-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mondokit/gcp-storage

## 1.0.1

### Patch Changes

- 8ab5e2c: Add keywords to npm published libs and tidy readmes

## 1.0.0

We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/).
Expand Down
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",
"version": "1.0.1",
"description": "Tools for Google Cloud Storage",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@google-cloud/storage": "^7.7.0",
"@mondokit/gcp-core": "^1.0.0"
"@mondokit/gcp-core": "^1.0.1"
},
"keywords": [
"gcs",
Expand Down
6 changes: 6 additions & 0 deletions packages/gcp-tasks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mondokit/gcp-tasks

## 1.0.1

### Patch Changes

- 8ab5e2c: Add keywords to npm published libs and tidy readmes

## 1.0.0

We are excited to announce the ESM-only library release of our cloud libraries, with a fun new name of [MondoKit](https://mondokit.dev/).
Expand Down
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",
"version": "1.0.1",
"description": "Tools for Google Cloud Tasks",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@google-cloud/tasks": "^4.0.1",
"@mondokit/gcp-core": "^1.0.0",
"@mondokit/gcp-core": "^1.0.1",
"google-gax": "^4.0.5"
},
"dependencies": {
Expand Down

0 comments on commit 43ddac4

Please sign in to comment.