diff --git a/composer.json b/composer.json index 4d1a82d939cb..d174385076da 100644 --- a/composer.json +++ b/composer.json @@ -66,17 +66,17 @@ "google/cloud-bigquery": "0.2.1", "google/cloud-core": "1.6.0", "google/cloud-datastore": "1.0.0", - "google/cloud-error-reporting": "0.4.0", + "google/cloud-error-reporting": "0.4.1", "google/cloud-logging": "1.3.0", - "google/cloud-monitoring": "0.4.0", + "google/cloud-monitoring": "0.4.1", "google/cloud-language": "0.4.0", "google/cloud-pubsub": "0.6.0", - "google/cloud-spanner": "0.3.0", - "google/cloud-speech": "0.5.0", - "google/cloud-storage": "1.1.0", - "google/cloud-trace": "0.2.0", + "google/cloud-spanner": "0.3.1", + "google/cloud-speech": "0.6.0", + "google/cloud-storage": "1.1.2", + "google/cloud-trace": "0.3.0", "google/cloud-translate": "1.0.0", - "google/cloud-videointelligence": "0.3.0", + "google/cloud-videointelligence": "0.3.1", "google/cloud-vision": "0.4.0" }, "suggest": { diff --git a/dev/src/Release/Command/Release.php b/dev/src/Release/Command/Release.php index e3b489422eb9..ba4e8e7556a5 100644 --- a/dev/src/Release/Command/Release.php +++ b/dev/src/Release/Command/Release.php @@ -220,7 +220,7 @@ private function updateComposerReplacesVersion($version, array $component) $data = json_decode(file_get_contents($composer), true); - $data['replaces'][$component['name']] = $version; + $data['replace'][$component['name']] = $version; file_put_contents($composer, json_encode($data, JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES)); } diff --git a/docs/manifest.json b/docs/manifest.json index aeed173043be..4e32503b8f64 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.34.0", "v0.33.1", "v0.33.0", "v0.32.1", @@ -110,6 +111,7 @@ "name": "google/cloud-error-reporting", "defaultService": "errorreporting/readme", "versions": [ + "v0.4.1", "v0.4.0", "v0.3.0", "v0.2.1", @@ -136,6 +138,7 @@ "name": "google/cloud-monitoring", "defaultService": "monitoring/readme", "versions": [ + "v0.4.1", "v0.4.0", "v0.3.0", "v0.2.1", @@ -176,6 +179,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v0.3.1", "v0.3.0", "v0.2.2", "v0.2.1", @@ -190,6 +194,7 @@ "name": "google/cloud-speech", "defaultService": "speech/speechclient", "versions": [ + "v0.6.0", "v0.5.0", "v0.4.0", "v0.3.0", @@ -203,6 +208,7 @@ "name": "google/cloud-storage", "defaultService": "storage/storageclient", "versions": [ + "v1.1.2", "v1.1.1", "v1.1.0", "v1.0.0", @@ -215,6 +221,7 @@ "name": "google/cloud-trace", "defaultService": "trace/traceclient", "versions": [ + "v0.3.0", "v0.2.0", "v0.1.0", "master" @@ -237,6 +244,7 @@ "name": "google/cloud-videointelligence", "defaultService": "videointelligence/videointelligenceserviceclient", "versions": [ + "v0.3.1", "v0.3.0", "v0.2.0", "v0.1.0", diff --git a/src/ErrorReporting/VERSION b/src/ErrorReporting/VERSION index 60a2d3e96c80..44bb5d1f7435 100644 --- a/src/ErrorReporting/VERSION +++ b/src/ErrorReporting/VERSION @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.4.1 \ No newline at end of file diff --git a/src/Monitoring/VERSION b/src/Monitoring/VERSION index 60a2d3e96c80..44bb5d1f7435 100644 --- a/src/Monitoring/VERSION +++ b/src/Monitoring/VERSION @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.4.1 \ No newline at end of file diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 9af056e76acd..344a3d44ecfd 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -50,7 +50,7 @@ */ class ServiceBuilder { - const VERSION = '0.33.1'; + const VERSION = '0.34.0'; /** * @var array Configuration options to be used between clients. diff --git a/src/Spanner/SpannerClient.php b/src/Spanner/SpannerClient.php index 1dc84c34aa28..5459f1587e32 100644 --- a/src/Spanner/SpannerClient.php +++ b/src/Spanner/SpannerClient.php @@ -64,7 +64,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '0.3.0'; + const VERSION = '0.3.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data'; const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin'; diff --git a/src/Spanner/VERSION b/src/Spanner/VERSION index 9325c3ccda98..a2268e2de445 100644 --- a/src/Spanner/VERSION +++ b/src/Spanner/VERSION @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.3.1 \ No newline at end of file diff --git a/src/Speech/SpeechClient.php b/src/Speech/SpeechClient.php index bad339c1ddd6..a4f21926a166 100644 --- a/src/Speech/SpeechClient.php +++ b/src/Speech/SpeechClient.php @@ -42,7 +42,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '0.5.0'; + const VERSION = '0.6.0'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Speech/VERSION b/src/Speech/VERSION index 79a2734bbf3d..09a3acfa138d 100644 --- a/src/Speech/VERSION +++ b/src/Speech/VERSION @@ -1 +1 @@ -0.5.0 \ No newline at end of file +0.6.0 \ No newline at end of file diff --git a/src/Storage/StorageClient.php b/src/Storage/StorageClient.php index 8704c5ce53c4..742cb2629e24 100644 --- a/src/Storage/StorageClient.php +++ b/src/Storage/StorageClient.php @@ -45,7 +45,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.1.1'; + const VERSION = '1.1.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only'; diff --git a/src/Storage/VERSION b/src/Storage/VERSION index 8cfbc905b39f..8428158dc5bd 100644 --- a/src/Storage/VERSION +++ b/src/Storage/VERSION @@ -1 +1 @@ -1.1.1 \ No newline at end of file +1.1.2 \ No newline at end of file diff --git a/src/Trace/TraceClient.php b/src/Trace/TraceClient.php index 93c0bc1d88e1..f28cced6d6b5 100644 --- a/src/Trace/TraceClient.php +++ b/src/Trace/TraceClient.php @@ -43,7 +43,7 @@ class TraceClient use ArrayTrait; use ClientTrait; - const VERSION = '0.2.0'; + const VERSION = '0.3.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/trace.readonly'; diff --git a/src/Trace/VERSION b/src/Trace/VERSION index 341cf11faf9a..9325c3ccda98 100644 --- a/src/Trace/VERSION +++ b/src/Trace/VERSION @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/src/VideoIntelligence/VERSION b/src/VideoIntelligence/VERSION index 9325c3ccda98..a2268e2de445 100644 --- a/src/VideoIntelligence/VERSION +++ b/src/VideoIntelligence/VERSION @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.3.1 \ No newline at end of file