Skip to content

Commit

Permalink
chore(main): release 0.196.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jan 30, 2023
1 parent abdcdcf commit 0a8f31e
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Batch/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
2 changes: 1 addition & 1 deletion Billing/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2
1.5.3
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 0.196.1

<details><summary>google/cloud-batch 0.3.1</summary>



</details>

<details><summary>google/cloud-billing 1.5.3</summary>



</details>

<details><summary>google/cloud-firestore 1.27.3</summary>



</details>

## 0.196.0

<details><summary>google/cloud-access-approval 1.0.2</summary>
Expand Down
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.27.2
1.27.3
2 changes: 1 addition & 1 deletion Firestore/src/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '1.27.2';
const VERSION = '1.27.3';

const DEFAULT_DATABASE = '(default)';

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"google/cloud-assured-workloads": "0.7.3",
"google/cloud-automl": "1.4.13",
"google/cloud-bare-metal-solution": "0.2.5",
"google/cloud-batch": "0.3.0",
"google/cloud-batch": "0.3.1",
"google/cloud-beyondcorp-appconnections": "0.1.3",
"google/cloud-beyondcorp-appconnectors": "0.1.3",
"google/cloud-beyondcorp-appgateways": "0.1.3",
Expand All @@ -106,7 +106,7 @@
"google/cloud-bigquery-storage": "1.2.9",
"google/cloud-bigquerydatatransfer": "1.4.0",
"google/cloud-bigtable": "1.20.3",
"google/cloud-billing": "1.5.2",
"google/cloud-billing": "1.5.3",
"google/cloud-billing-budgets": "1.0.2",
"google/cloud-binary-authorization": "0.5.6",
"google/cloud-build": "0.3.7",
Expand Down Expand Up @@ -141,7 +141,7 @@
"google/cloud-eventarc": "1.0.2",
"google/cloud-eventarc-publishing": "0.3.2",
"google/cloud-filestore": "1.0.2",
"google/cloud-firestore": "1.27.2",
"google/cloud-firestore": "1.27.3",
"google/cloud-functions": "1.0.2",
"google/cloud-game-servers": "1.0.2",
"google/cloud-gke-backup": "0.1.4",
Expand Down
4 changes: 4 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
"v0.196.1",
"v0.196.0",
"v0.195.0",
"v0.194.0",
Expand Down Expand Up @@ -474,6 +475,7 @@
"name": "google/cloud-batch",
"defaultService": "batch/readme",
"versions": [
"v0.3.1",
"v0.3.0",
"v0.2.2",
"v0.2.1",
Expand Down Expand Up @@ -919,6 +921,7 @@
"name": "google/cloud-billing",
"defaultService": "billing/readme",
"versions": [
"v1.5.3",
"v1.5.2",
"v1.5.1",
"v1.5.0",
Expand Down Expand Up @@ -2148,6 +2151,7 @@
"name": "google/cloud-firestore",
"defaultService": "firestore/firestoreclient",
"versions": [
"v1.27.3",
"v1.27.2",
"v1.27.1",
"v1.27.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
const VERSION = '0.196.0';
const VERSION = '0.196.1';
}
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
*/
class Version
{
const VERSION = '0.196.0';
const VERSION = '0.196.1';
}

0 comments on commit 0a8f31e

Please sign in to comment.