Skip to content

Commit cc92afa

Browse files
committed
chore(release): publish packages
- tonik_util@0.4.1 - tonik_core@0.4.1 - tonik_parse@0.4.1 - tonik_generate@0.4.1 - tonik@0.4.1
1 parent 69c8c36 commit cc92afa

File tree

20 files changed

+91
-21
lines changed

20 files changed

+91
-21
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,50 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2026-01-25
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`tonik_util` - `v0.4.1`](#tonik_util---v041)
19+
- [`tonik_core` - `v0.4.1`](#tonik_core---v041)
20+
- [`tonik_parse` - `v0.4.1`](#tonik_parse---v041)
21+
- [`tonik_generate` - `v0.4.1`](#tonik_generate---v041)
22+
- [`tonik` - `v0.4.1`](#tonik---v041)
23+
24+
---
25+
26+
#### `tonik_util` - `v0.4.1`
27+
28+
#### `tonik_core` - `v0.4.1`
29+
30+
- **FEAT**: normaliz allOf with single model to aliases.
31+
- **FEAT**: better handle contentEncoding.
32+
33+
#### `tonik_parse` - `v0.4.1`
34+
35+
- **FEAT**: better handle contentEncoding.
36+
37+
#### `tonik_generate` - `v0.4.1`
38+
39+
- **FIX**: remove escaping in raw string.
40+
- **FIX**: more defensive folder checks.
41+
- **FIX**: more folder existing checks.
42+
- **FIX**: improve folder exist tests.
43+
44+
#### `tonik` - `v0.4.1`
45+
46+
- **FEAT**: improve documentation.
47+
- **FEAT**: better handle contentEncoding.
48+
49+
650
## 2026-01-11
751

852
### Changes

integration_test/composition/composition_test/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ packages:
350350
path: "../../../packages/tonik_util"
351351
relative: true
352352
source: path
353-
version: "0.4.0"
353+
version: "0.4.1"
354354
typed_data:
355355
dependency: transitive
356356
description:

integration_test/defs/defs_test/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ packages:
350350
path: "../../../packages/tonik_util"
351351
relative: true
352352
source: path
353-
version: "0.4.0"
353+
version: "0.4.1"
354354
typed_data:
355355
dependency: transitive
356356
description:

integration_test/fastify_type_provider_zod/fastify_type_provider_zod_test/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ packages:
350350
path: "../../../packages/tonik_util"
351351
relative: true
352352
source: path
353-
version: "0.4.0"
353+
version: "0.4.1"
354354
typed_data:
355355
dependency: transitive
356356
description:

integration_test/music_streaming/music_streaming_test/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ packages:
350350
path: "../../../packages/tonik_util"
351351
relative: true
352352
source: path
353-
version: "0.4.0"
353+
version: "0.4.1"
354354
typed_data:
355355
dependency: transitive
356356
description:

integration_test/path_encoding/path_encoding_test/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ packages:
350350
path: "../../../packages/tonik_util"
351351
relative: true
352352
source: path
353-
version: "0.4.0"
353+
version: "0.4.1"
354354
typed_data:
355355
dependency: transitive
356356
description:

integration_test/server_variables/server_variables_test/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ packages:
350350
path: "../../../packages/tonik_util"
351351
relative: true
352352
source: path
353-
version: "0.4.0"
353+
version: "0.4.1"
354354
typed_data:
355355
dependency: transitive
356356
description:

integration_test/simple_encoding/simple_encoding_test/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ packages:
350350
path: "../../../packages/tonik_util"
351351
relative: true
352352
source: path
353-
version: "0.4.0"
353+
version: "0.4.1"
354354
typed_data:
355355
dependency: transitive
356356
description:

integration_test/type_arrays/type_arrays_test/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ packages:
343343
path: "../../../packages/tonik_util"
344344
relative: true
345345
source: path
346-
version: "0.4.0"
346+
version: "0.4.1"
347347
type_arrays_api:
348348
dependency: "direct main"
349349
description:

packages/tonik/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.4.1
2+
3+
- **FEAT**: improve documentation.
4+
- **FEAT**: better handle contentEncoding.
5+
6+
7+
For full changes across all packages, see the [complete changelog](https://github.com/t-unit/tonik/blob/main/CHANGELOG.md).
8+
19
## 0.4.0
210

311
- **FIX**: wrong links to changelog.

0 commit comments

Comments
 (0)