Skip to content

Commit

Permalink
chore: prepare new libraries for release (#4127)
Browse files Browse the repository at this point in the history
* chore: prepare new libraries for release

* chore: fix casing
  • Loading branch information
dwsupplee committed Jun 18, 2021
1 parent 889bb4c commit 51081c9
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AppEngineAdmin/composer.json
Expand Up @@ -17,7 +17,7 @@
"extra": {
"component": {
"id": "cloud-appengine-admin",
"path": "AppengineAdmin",
"path": "AppEngineAdmin",
"entry": null,
"target": "googleapis/google-cloud-php-appengine-admin.git"
}
Expand Down
28 changes: 28 additions & 0 deletions composer.json
Expand Up @@ -72,6 +72,11 @@
"replace": {
"google/analytics-admin": "0.3.0",
"google/analytics-data": "0.5.0",
"google/cloud-access-approval": "master",
"google/cloud-api-gateway": "master",
"google/cloud-apigee-connect": "master",
"google/cloud-appengine-admin": "master",
"google/cloud-artifact-registry": "master",
"google/cloud-asset": "1.4.0",
"google/cloud-assured-workloads": "0.3.1",
"google/cloud-automl": "1.3.5",
Expand All @@ -82,6 +87,8 @@
"google/cloud-bigquerydatatransfer": "1.2.4",
"google/cloud-bigtable": "1.10.1",
"google/cloud-billing": "1.2.5",
"google/cloud-billing-budgets": "master",
"google/cloud-binary-authorization": "master",
"google/cloud-channel": "0.3.1",
"google/cloud-common-protos": "0.2.1",
"google/cloud-compute": "0.3.1",
Expand Down Expand Up @@ -139,7 +146,11 @@
"GPBMetadata\\Google\\": "CommonProtos/metadata",
"GPBMetadata\\Google\\Analytics\\Admin\\": "AnalyticsAdmin/metadata",
"GPBMetadata\\Google\\Analytics\\Data\\": "AnalyticsData/metadata",
"GPBMetadata\\Google\\Appengine\\": "AppEngineAdmin/metadata",
"GPBMetadata\\Google\\Bigtable\\": "Bigtable/metadata",
"GPBMetadata\\Google\\Cloud\\Accessapproval\\": "AccessApproval/metadata",
"GPBMetadata\\Google\\Cloud\\Apigateway\\": "ApiGateway/metadata",
"GPBMetadata\\Google\\Cloud\\Apigeeconnect\\": "ApigeeConnect/metadata",
"GPBMetadata\\Google\\Cloud\\Asset\\": "Asset/metadata",
"GPBMetadata\\Google\\Cloud\\Assuredworkloads\\": "AssuredWorkloads/metadata",
"GPBMetadata\\Google\\Cloud\\Automl\\": "AutoMl/metadata",
Expand All @@ -148,6 +159,8 @@
"GPBMetadata\\Google\\Cloud\\Bigquery\\Reservation\\": "BigQueryReservation/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Storage\\": "BigQueryStorage/metadata",
"GPBMetadata\\Google\\Cloud\\Billing\\": "Billing/metadata",
"GPBMetadata\\Google\\Cloud\\Billing\\Budgets\\": "BillingBudgets/metadata",
"GPBMetadata\\Google\\Cloud\\Binaryauthorization\\": "BinaryAuthorization/metadata",
"GPBMetadata\\Google\\Cloud\\Channel\\": "Channel/metadata",
"GPBMetadata\\Google\\Cloud\\Compute\\": "Compute/metadata",
"GPBMetadata\\Google\\Cloud\\Datacatalog\\": "DataCatalog/metadata",
Expand Down Expand Up @@ -185,6 +198,7 @@
"GPBMetadata\\Google\\Container\\": "Container/metadata",
"GPBMetadata\\Google\\Datastore\\": "Datastore/metadata",
"GPBMetadata\\Google\\Datastore\\Admin\\": "DatastoreAdmin/metadata",
"GPBMetadata\\Google\\Devtools\\Artifactregistry\\": "ArtifactRegistry/metadata",
"GPBMetadata\\Google\\Devtools\\Clouddebugger\\": "Debugger/metadata",
"GPBMetadata\\Google\\Devtools\\Clouderrorreporting\\": "ErrorReporting/metadata",
"GPBMetadata\\Google\\Devtools\\Cloudtrace\\": "Trace/metadata",
Expand All @@ -201,6 +215,11 @@
"src",
"CommonProtos/src"
],
"Google\\Cloud\\AccessApproval\\": "AccessApproval/src",
"Google\\Cloud\\ApiGateway\\": "ApiGateway/src",
"Google\\Cloud\\ApigeeConnect\\": "ApigeeConnect/src",
"Google\\Cloud\\AppEngine\\": "AppEngineAdmin/src",
"Google\\Cloud\\ArtifactRegistry\\": "ArtifactRegistry/src",
"Google\\Cloud\\Asset\\": "Asset/src",
"Google\\Cloud\\AssuredWorkloads\\": "AssuredWorkloads/src",
"Google\\Cloud\\AutoMl\\": "AutoMl/src",
Expand All @@ -211,6 +230,8 @@
"Google\\Cloud\\BigQuery\\Storage\\": "BigQueryStorage/src",
"Google\\Cloud\\Bigtable\\": "Bigtable/src",
"Google\\Cloud\\Billing\\": "Billing/src",
"Google\\Cloud\\Billing\\Budgets\\": "BillingBudgets/src",
"Google\\Cloud\\BinaryAuthorization\\": "BinaryAuthorization/src",
"Google\\Cloud\\Channel\\": "Channel/src",
"Google\\Cloud\\Compute\\": "Compute/src",
"Google\\Cloud\\Container\\": "Container/src",
Expand Down Expand Up @@ -265,6 +286,11 @@
"psr-4": {
"Google\\Analytics\\Admin\\Tests\\": "AnalyticsAdmin/tests",
"Google\\Analytics\\Data\\Tests\\": "AnalyticsData/tests",
"Google\\Cloud\\AccessApproval\\Tests\\": "AccessApproval/tests",
"Google\\Cloud\\ApiGateway\\Tests\\": "ApiGateway/tests",
"Google\\Cloud\\ApigeeConnect\\Tests\\": "ApigeeConnect/tests",
"Google\\Cloud\\AppEngine\\Tests\\": "AppEngineAdmin/tests",
"Google\\Cloud\\ArtifactRegistry\\Tests\\": "ArtifactRegistry/tests",
"Google\\Cloud\\Asset\\Tests\\": "Asset/tests",
"Google\\Cloud\\AssuredWorkloads\\Tests\\": "AssuredWorkloads/tests",
"Google\\Cloud\\AutoMl\\Tests\\": "AutoMl/tests",
Expand All @@ -274,7 +300,9 @@
"Google\\Cloud\\BigQuery\\Storage\\Tests\\": "BigQueryStorage/tests",
"Google\\Cloud\\BigQuery\\Tests\\": "BigQuery/tests",
"Google\\Cloud\\Bigtable\\Tests\\": "Bigtable/tests",
"Google\\Cloud\\Billing\\Budgets\\Tests\\": "BillingBudgets/tests",
"Google\\Cloud\\Billing\\Tests\\": "Billing/tests",
"Google\\Cloud\\BinaryAuthorization\\Tests\\": "BinaryAuthorization/tests",
"Google\\Cloud\\Channel\\Tests\\": "Channel/tests",
"Google\\Cloud\\CommonProtos\\Tests\\": "CommonProtos/tests",
"Google\\Cloud\\Compute\\Tests\\": "Compute/tests",
Expand Down
2 changes: 1 addition & 1 deletion docs/contents/cloud-appengine-admin.json
@@ -1,5 +1,5 @@
{
"title": "AppengineAdmin",
"title": "AppEngineAdmin",
"defaultService": "appengineadmin\/readme",
"services": [
{
Expand Down
7 changes: 7 additions & 0 deletions docs/contents/google-cloud.json
Expand Up @@ -9,6 +9,11 @@
"includes": [
"analytics-admin",
"analytics-data",
"cloud-access-approval",
"cloud-api-gateway",
"cloud-apigee-connect",
"cloud-appengine-admin",
"cloud-artifact-registry",
"cloud-asset",
"cloud-assured-workloads",
"cloud-automl",
Expand All @@ -19,6 +24,8 @@
"cloud-bigquerydatatransfer",
"cloud-bigtable",
"cloud-billing",
"cloud-billing-budgets",
"cloud-binary-authorization",
"cloud-channel",
"cloud-compute",
"cloud-container",
Expand Down
56 changes: 56 additions & 0 deletions docs/manifest.json
Expand Up @@ -224,6 +224,46 @@
"master"
]
},
{
"id": "cloud-access-approval",
"name": "google/cloud-access-approval",
"defaultService": "accessapproval/readme",
"versions": [
"master"
]
},
{
"id": "cloud-api-gateway",
"name": "google/cloud-api-gateway",
"defaultService": "apigateway/readme",
"versions": [
"master"
]
},
{
"id": "cloud-apigee-connect",
"name": "google/cloud-apigee-connect",
"defaultService": "apigeeconnect/readme",
"versions": [
"master"
]
},
{
"id": "cloud-appengine-admin",
"name": "google/cloud-appengine-admin",
"defaultService": "appengineadmin/readme",
"versions": [
"master"
]
},
{
"id": "cloud-artifact-registry",
"name": "google/cloud-artifact-registry",
"defaultService": "artifactregistry/readme",
"versions": [
"master"
]
},
{
"id": "cloud-asset",
"name": "google/cloud-asset",
Expand Down Expand Up @@ -554,6 +594,22 @@
"master"
]
},
{
"id": "cloud-billing-budgets",
"name": "google/cloud-billing-budgets",
"defaultService": "billingbudgets/readme",
"versions": [
"master"
]
},
{
"id": "cloud-binary-authorization",
"name": "google/cloud-binary-authorization",
"defaultService": "binaryauthorization/readme",
"versions": [
"master"
]
},
{
"id": "cloud-channel",
"name": "google/cloud-channel",
Expand Down

0 comments on commit 51081c9

Please sign in to comment.