Skip to content

Commit 8e96633

Browse files
chore: release main
1 parent 7730040 commit 8e96633

File tree

7 files changed

+19
-6
lines changed

7 files changed

+19
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"packages/google-shopping-merchant-conversions": "0.1.10",
211211
"packages/google-shopping-merchant-datasources": "0.1.11",
212212
"packages/google-shopping-merchant-inventories": "0.1.16",
213-
"packages/google-shopping-merchant-issueresolution": "0.1.1",
213+
"packages/google-shopping-merchant-issueresolution": "1.0.0",
214214
"packages/google-shopping-merchant-lfp": "0.1.11",
215215
"packages/google-shopping-merchant-notifications": "0.1.9",
216216
"packages/google-shopping-merchant-ordertracking": "0.1.1",

packages/google-shopping-merchant-issueresolution/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/googleapis/google-cloud-python/compare/google-shopping-merchant-issueresolution-v0.1.1...google-shopping-merchant-issueresolution-v1.0.0) (2025-08-13)
4+
5+
6+
### Features
7+
8+
* set `google.shopping.merchant_issueresolution_v1` as the default import for `google.shopping.merchant_issueresolution` ([ea499ab](https://github.com/googleapis/google-cloud-python/commit/ea499ab7a33c305daa71c0e483e618f1a473782b))
9+
* update release level to stable ([ea499ab](https://github.com/googleapis/google-cloud-python/commit/ea499ab7a33c305daa71c0e483e618f1a473782b))
10+
11+
12+
### Documentation
13+
14+
* [google-shopping-merchant-issueresolution] update docs for issue resolution ([#14229](https://github.com/googleapis/google-cloud-python/issues/14229)) ([9d23ead](https://github.com/googleapis/google-cloud-python/commit/9d23ead0c0efdaf65675910e240e866e5a997a4d))
15+
316
## [0.1.1](https://github.com/googleapis/google-cloud-python/compare/google-shopping-merchant-issueresolution-v0.1.0...google-shopping-merchant-issueresolution-v0.1.1) (2025-08-06)
417

518

packages/google-shopping-merchant-issueresolution/google/shopping/merchant_issueresolution/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "1.0.0" # {x-release-please-version}

packages/google-shopping-merchant-issueresolution/google/shopping/merchant_issueresolution_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "1.0.0" # {x-release-please-version}

packages/google-shopping-merchant-issueresolution/google/shopping/merchant_issueresolution_v1beta/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "1.0.0" # {x-release-please-version}

packages/google-shopping-merchant-issueresolution/samples/generated_samples/snippet_metadata_google.shopping.merchant.issueresolution.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-shopping-merchant-issueresolution",
11-
"version": "0.1.0"
11+
"version": "1.0.0"
1212
},
1313
"snippets": [
1414
{

packages/google-shopping-merchant-issueresolution/samples/generated_samples/snippet_metadata_google.shopping.merchant.issueresolution.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-shopping-merchant-issueresolution",
11-
"version": "0.1.0"
11+
"version": "1.0.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)