File tree Expand file tree Collapse file tree 11 files changed +53
-12
lines changed
Expand file tree Collapse file tree 11 files changed +53
-12
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## 2025-12-21
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.2.1 ` ] ( #tonik_util---v021 )
19+ - [ ` tonik_core ` - ` v0.2.1 ` ] ( #tonik_core---v021 )
20+ - [ ` tonik_parse ` - ` v0.2.1 ` ] ( #tonik_parse---v021 )
21+ - [ ` tonik_generate ` - ` v0.2.1 ` ] ( #tonik_generate---v021 )
22+ - [ ` tonik ` - ` v0.2.1 ` ] ( #tonik---v021 )
23+
24+ ---
25+
26+ #### ` tonik_util ` - ` v0.2.1 `
27+
28+ #### ` tonik_core ` - ` v0.2.1 `
29+
30+ #### ` tonik_parse ` - ` v0.2.1 `
31+
32+ #### ` tonik_generate ` - ` v0.2.1 `
33+
34+ #### ` tonik ` - ` v0.2.1 `
35+
36+
637## 2025-12-20
738
839### Changes
Original file line number Diff line number Diff line change 1+ ## 0.2.1
2+
13## 0.2.0
24
35> Note: This release has breaking changes.
Original file line number Diff line number Diff line change 11name : tonik
22description : A Dart code generator for OpenAPI 3.0 and 3.1 specifications.
3- version : 0.2.0
3+ version : 0.2.1
44repository : https://github.com/t-unit/tonik
55resolution : workspace
66
@@ -30,9 +30,9 @@ dependencies:
3030 collection : ^1.19.1
3131 logging : ^1.3.0
3232 meta : ^1.17.0
33- tonik_core : ^0.2.0
34- tonik_generate : ^0.2.0
35- tonik_parse : ^0.2.0
33+ tonik_core : ^0.2.1
34+ tonik_generate : ^0.2.1
35+ tonik_parse : ^0.2.1
3636 yaml : ^3.1.3
3737
3838dev_dependencies :
Original file line number Diff line number Diff line change 1+ ## 0.2.1
2+
13## 0.2.0
24
35> Note: This release has breaking changes.
Original file line number Diff line number Diff line change 11name : tonik_core
22description : Core data structures and utilities for Tonik.
3- version : 0.2.0
3+ version : 0.2.1
44repository : https://github.com/t-unit/tonik
55resolution : workspace
66
@@ -11,7 +11,7 @@ dependencies:
1111 collection : ^1.19.1
1212 logging : ^1.3.0
1313 meta : ^1.17.0
14- tonik_util : ^0.2.0
14+ tonik_util : ^0.2.1
1515
1616dev_dependencies :
1717 build_runner : ^2.9.0
Original file line number Diff line number Diff line change 1+ ## 0.2.1
2+
13## 0.2.0
24
35> Note: This release has breaking changes.
Original file line number Diff line number Diff line change 11name : tonik_generate
22description : A code generation package for Tonik.
3- version : 0.2.0
3+ version : 0.2.1
44repository : https://github.com/t-unit/tonik
55resolution : workspace
66
@@ -15,8 +15,8 @@ dependencies:
1515 logging : ^1.3.0
1616 meta : ^1.17.0
1717 path : ^1.9.1
18- tonik_core : ^0.2.0
19- tonik_util : ^0.2.0
18+ tonik_core : ^0.2.1
19+ tonik_util : ^0.2.1
2020
2121dev_dependencies :
2222 test : ^1.26.3
Original file line number Diff line number Diff line change 1+ ## 0.2.1
2+
13## 0.2.0
24
35> Note: This release has breaking changes.
Original file line number Diff line number Diff line change 11name : tonik_parse
22description : The parsing module for Tonik.
3- version : 0.2.0
3+ version : 0.2.1
44repository : https://github.com/t-unit/tonik
55resolution : workspace
66
@@ -11,7 +11,7 @@ dependencies:
1111 collection : ^1.19.1
1212 json_annotation : ^4.9.0
1313 logging : ^1.3.0
14- tonik_core : ^0.2.0
14+ tonik_core : ^0.2.1
1515
1616dev_dependencies :
1717 build_runner : ^2.9.0
Original file line number Diff line number Diff line change 1+ ## 0.2.1
2+
13## 0.2.0
24
35> Note: This release has breaking changes.
You can’t perform that action at this time.
0 commit comments