Skip to content

Commit 71a30c7

Browse files
chore[notask|skiplog]: release @qvac/decoder-audio v0.3.8 (#1778)
PATCH bump. Bumps @qvac/infer-base direct dep from ^0.1.0 to ^0.4.0. Combined with @qvac/infer-base@0.4.1 (peer-dep drop), this severs the last path that pulls @qvac/dl-* into consumers' install trees through this addon. BaseInference public surface unchanged across 0.1.1 -> 0.4.x; lint clean + 9/9 brittle-bare unit tests pass. Refs: #1761
1 parent 63c31c4 commit 71a30c7

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

packages/qvac-lib-decoder-audio/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.3.8] - 2026-04-28
9+
10+
This release bumps `@qvac/infer-base` from `^0.1.0` to `^0.4.0`. Together with `@qvac/infer-base@0.4.1` (which drops the legacy `@qvac/dl-hyperdrive` peer-dep), this stops `@qvac/dl-*` packages from being pulled into consumers' install trees through `@qvac/decoder-audio`. Public behavior of `FFmpegDecoder` is unchanged.
11+
12+
### Changed
13+
14+
- Bumped `@qvac/infer-base` direct dependency from `^0.1.0` to `^0.4.0`. Consumers using `decoder-audio` no longer carry the legacy `@qvac/infer-base@0.1.x` line — and therefore no longer inherit its `@qvac/dl-hyperdrive` peer-dep — in their dependency tree.
15+
16+
### Notes
17+
18+
The `BaseInference` public surface (constructor signature, lifecycle methods) is identical between `@qvac/infer-base` 0.1.1 and 0.4.x, so `class FFmpegDecoder extends BaseInference` continues to work unchanged. Lint clean + 9/9 brittle-bare unit tests pass against the new range.
19+
20+
## Pull Requests
21+
22+
- [#1761](https://github.com/tetherto/qvac/pull/1761) - QVAC-14392 chore: drop @qvac/dl-hyperdrive peer-dep chain in infer-base + decoder-audio
23+
824
## [0.3.6]
925

1026
### Changed

packages/qvac-lib-decoder-audio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qvac/decoder-audio",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "",
55
"license": "Apache-2.0",
66
"author": "Tether",

0 commit comments

Comments
 (0)