Skip to content

Commit 000ab0e

Browse files
committed
chore(release): publish packages
- tonik_util@0.0.7
1 parent f6e9760 commit 000ab0e

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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-07-20
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.0.7`](#tonik_util---v007)
19+
20+
---
21+
22+
#### `tonik_util` - `v0.0.7`
23+
24+
- **FEAT**: Uri property encoding and decoding.
25+
- **FEAT**: time zone aware date time parsing.
26+
- **FEAT**: time zone aware encoding of date time objects.
27+
28+
629
## 2025-06-15
730

831
### Changes

packages/tonik_util/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.0.7
2+
3+
- **FEAT**: Uri property encoding and decoding.
4+
- **FEAT**: time zone aware date time parsing.
5+
- **FEAT**: time zone aware encoding of date time objects.
6+
17
## 0.0.6
28

39
- **FIX**: proper handle dates.

packages/tonik_util/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tonik_util
22
description: Runtime tools for packages generated by Tonik.
3-
version: 0.0.6
3+
version: 0.0.7
44
repository: https://github.com/t-unit/tonik
55
resolution: workspace
66

0 commit comments

Comments
 (0)