Skip to content

Commit b5eba51

Browse files
committed
Constrained version bumps for transitive deps
1 parent 020562e commit b5eba51

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

packages/ocr-onnx/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
redistributable. Shared monorepo `vcpkg-overlays/triplets/{x64,arm64}-windows.cmake`
1515
build dependencies with a static CRT; addon CMake no longer links `msvcrt.lib`,
1616
which had forced the dynamic runtime. Package-local vcpkg triplets now layer
17-
on the shared `vcpkg-overlays/` tree. Bumped `@qvac/onnx` to `^0.16.0` for
17+
on the shared `vcpkg-overlays/` tree. Bumped `@qvac/onnx` to `^0.15.1` for
1818
the same static-runtime baseline. No public API change.
1919

2020
## Pull Requests

packages/ocr-onnx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"dependencies": {
7575
"@qvac/error": "^0.1.0",
7676
"@qvac/infer-base": "^0.4.0",
77-
"@qvac/onnx": "^0.16.0",
77+
"@qvac/onnx": "^0.15.1",
7878
"bare-fs": "^4.5.1",
7979
"bare-os": "^3.9.1"
8080
},

packages/onnx/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.16.0] - 2026-06-22
3+
## [0.15.1] - 2026-06-22
44

55
### Changed
66

packages/onnx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qvac/onnx",
3-
"version": "0.16.0",
3+
"version": "0.15.1",
44
"description": "Bare addon for ONNX Runtime session management",
55
"addon": true,
66
"engines": {

packages/transcription-whispercpp/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.11.0] - 2026-06-22
8+
## [0.10.1] - 2026-06-22
99

1010
### Changed
1111

packages/transcription-whispercpp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qvac/transcription-whispercpp",
3-
"version": "0.11.0",
3+
"version": "0.10.1",
44
"description": "transcription addon for qvac",
55
"addon": true,
66
"engines": {

packages/tts-ggml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"devDependencies": {
8888
"@qvac/langdetect-text": "^0.1.2",
8989
"@qvac/registry-client": "^0.4.0",
90-
"@qvac/transcription-whispercpp": "^0.11.0",
90+
"@qvac/transcription-whispercpp": "^0.10.1",
9191
"bare-process": "^4.2.2",
9292
"bare-subprocess": "^5.2.1",
9393
"brittle": "^3.17.0",

packages/tts-onnx/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
redistributable. Shared monorepo `vcpkg-overlays/triplets/{x64,arm64}-windows.cmake`
1515
build dependencies with a static CRT; addon CMake no longer links `msvcrt.lib`,
1616
which had forced the dynamic runtime. Package-local vcpkg triplets now layer
17-
on the shared `vcpkg-overlays/` tree. Bumped `@qvac/onnx` to `^0.16.0` for
17+
on the shared `vcpkg-overlays/` tree. Bumped `@qvac/onnx` to `^0.15.1` for
1818
the same static-runtime baseline. No public API change.
1919

2020
## Pull Requests

packages/tts-onnx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
},
9696
"dependencies": {
9797
"@qvac/error": "^0.1.0",
98-
"@qvac/onnx": "^0.16.0",
98+
"@qvac/onnx": "^0.15.1",
9999
"@qvac/infer-base": "^0.6.0",
100100
"bare-fs": "^4.5.6",
101101
"bare-os": "^3.8.0",

0 commit comments

Comments
 (0)