Skip to content

Commit 7165b20

Browse files
committed
chore(release): publish packages
- tonik_util@0.2.1 - tonik_core@0.2.1 - tonik_parse@0.2.1 - tonik_generate@0.2.1 - tonik@0.2.1
1 parent 44e3c4b commit 7165b20

File tree

11 files changed

+53
-12
lines changed

11 files changed

+53
-12
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@
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+
## 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

packages/tonik/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.2.1
2+
13
## 0.2.0
24

35
> Note: This release has breaking changes.

packages/tonik/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tonik
22
description: A Dart code generator for OpenAPI 3.0 and 3.1 specifications.
3-
version: 0.2.0
3+
version: 0.2.1
44
repository: https://github.com/t-unit/tonik
55
resolution: 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

3838
dev_dependencies:

packages/tonik_core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.2.1
2+
13
## 0.2.0
24

35
> Note: This release has breaking changes.

packages/tonik_core/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tonik_core
22
description: Core data structures and utilities for Tonik.
3-
version: 0.2.0
3+
version: 0.2.1
44
repository: https://github.com/t-unit/tonik
55
resolution: 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

1616
dev_dependencies:
1717
build_runner: ^2.9.0

packages/tonik_generate/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.2.1
2+
13
## 0.2.0
24

35
> Note: This release has breaking changes.

packages/tonik_generate/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tonik_generate
22
description: A code generation package for Tonik.
3-
version: 0.2.0
3+
version: 0.2.1
44
repository: https://github.com/t-unit/tonik
55
resolution: 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

2121
dev_dependencies:
2222
test: ^1.26.3

packages/tonik_parse/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.2.1
2+
13
## 0.2.0
24

35
> Note: This release has breaking changes.

packages/tonik_parse/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tonik_parse
22
description: The parsing module for Tonik.
3-
version: 0.2.0
3+
version: 0.2.1
44
repository: https://github.com/t-unit/tonik
55
resolution: 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

1616
dev_dependencies:
1717
build_runner: ^2.9.0

packages/tonik_util/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.2.1
2+
13
## 0.2.0
24

35
> Note: This release has breaking changes.

0 commit comments

Comments
 (0)