Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 18, 2024
1 parent a4c8d03 commit e259b62
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/google-analytics-admin": "0.22.7",
"packages/google-analytics-data": "0.18.7",
"packages/google-apps-card": "0.1.2",
"packages/google-apps-chat": "0.1.3",
"packages/google-apps-chat": "0.1.4",
"packages/google-apps-events-subscriptions": "0.1.0",
"packages/google-apps-meet": "0.1.6",
"packages/google-apps-script-type": "0.3.8",
Expand Down Expand Up @@ -48,7 +48,7 @@
"packages/google-cloud-certificate-manager": "1.7.0",
"packages/google-cloud-channel": "1.18.3",
"packages/google-cloud-cloudcontrolspartner": "0.1.0",
"packages/google-cloud-cloudquotas": "0.1.7",
"packages/google-cloud-cloudquotas": "0.1.8",
"packages/google-cloud-commerce-consumer-procurement": "0.1.5",
"packages/google-cloud-common": "1.3.3",
"packages/google-cloud-compute": "1.18.0",
Expand Down Expand Up @@ -177,7 +177,7 @@
"packages/google-maps-places": "0.1.12",
"packages/google-maps-routing": "0.6.8",
"packages/google-shopping-css": "0.1.4",
"packages/google-shopping-merchant-conversions": "0.0.0",
"packages/google-shopping-merchant-conversions": "0.1.0",
"packages/google-shopping-merchant-inventories": "0.1.6",
"packages/google-shopping-merchant-lfp": "0.1.0",
"packages/google-shopping-merchant-notifications": "0.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-apps-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/googleapis/google-cloud-python/compare/google-apps-chat-v0.1.3...google-apps-chat-v0.1.4) (2024-04-18)


### Features

* [google-apps-chat] add UpdateMembership API ([#12589](https://github.com/googleapis/google-cloud-python/issues/12589)) ([187a036](https://github.com/googleapis/google-cloud-python/commit/187a03605cd5d5d314c47a44dbf5227fb0af204a))

## [0.1.3](https://github.com/googleapis/google-cloud-python/compare/google-apps-chat-v0.1.2...google-apps-chat-v0.1.3) (2024-04-16)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.4" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.4" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-apps-chat",
"version": "0.1.0"
"version": "0.1.4"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-cloudquotas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.8](https://github.com/googleapis/google-cloud-python/compare/google-cloud-cloudquotas-v0.1.7...google-cloud-cloudquotas-v0.1.8) (2024-04-18)


### Documentation

* [google-cloud-cloudquotas] Update contact_email doc to not check permission of the email account ([#12592](https://github.com/googleapis/google-cloud-python/issues/12592)) ([a4c8d03](https://github.com/googleapis/google-cloud-python/commit/a4c8d03a01a102761b6aaf066cc96273fd903c9c))

## [0.1.7](https://github.com/googleapis/google-cloud-python/compare/google-cloud-cloudquotas-v0.1.6...google-cloud-cloudquotas-v0.1.7) (2024-04-03)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.8" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.8" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-quotas",
"version": "0.1.0"
"version": "0.1.8"
},
"snippets": [
{
Expand Down
11 changes: 10 additions & 1 deletion packages/google-shopping-merchant-conversions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Changelog
# Changelog

## 0.1.0 (2024-04-18)


### Features

* add initial files for google.shopping.merchant.conversions.v1beta ([#12588](https://github.com/googleapis/google-cloud-python/issues/12588)) ([dfe1b9e](https://github.com/googleapis/google-cloud-python/commit/dfe1b9e5eed21c76f1bdaf6b43c0566dc51bd8f9))

## Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}

0 comments on commit e259b62

Please sign in to comment.