Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 1f7e6ac

Browse files
chore(main): release gapic-tools 1.0.3 (#1778)
* chore(main): release gapic-tools 1.0.3 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 191163f commit 1f7e6ac

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"js-yaml": "^4.1.0"
1515
},
1616
"devDependencies": {
17-
"@octokit/rest": "^21.0.0",
17+
"@octokit/rest": "^19.0.0",
1818
"mocha": "^10.0.0",
1919
"sinon": "^18.0.0"
2020
}

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"gax": "5.0.0",
3-
"tools": "1.0.2",
3+
"tools": "1.0.3",
44
"logging-utils": "1.1.1"
55
}

tools/CHANGELOG.md

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

3+
## [1.0.3](https://github.com/googleapis/gax-nodejs/compare/gapic-tools-v1.0.2...gapic-tools-v1.0.3) (2025-06-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency google-proto-files to v5 ([#1764](https://github.com/googleapis/gax-nodejs/issues/1764)) ([191163f](https://github.com/googleapis/gax-nodejs/commit/191163f772150f99a772766fdcb98fa7d461e0ba))
9+
310
## [1.0.2](https://github.com/googleapis/gax-nodejs/compare/gapic-tools-v1.0.1...gapic-tools-v1.0.2) (2025-04-29)
411

512

tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gapic-tools",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "compiles, updates, and minifies protos",
55
"main": "build/src/compileProtos.js",
66
"files": [

0 commit comments

Comments
 (0)