Skip to content

Commit 2ad1335

Browse files
committed
chore(release): publish packages
- [email protected]
1 parent 6657eed commit 2ad1335

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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-09-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+
- [`dogs_generator` - `v7.1.0`](#dogs_generator---v710)
19+
20+
---
21+
22+
#### `dogs_generator` - `v7.1.0`
23+
24+
- **FEAT**: add nullable accessors option to DogsGeneratorSettings.
25+
26+
627
## 2025-09-16
728

829
### Changes

packages/dogs_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dev_dependencies:
1919
flutter_test:
2020
sdk: flutter
2121
flutter_lints: ^5.0.0
22-
dogs_generator: ^7.0.2
22+
dogs_generator: ^7.1.0
2323
build_runner: ^2.4.15
2424

2525
# For information on the generic Dart part of this file, see the

packages/dogs_generator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 7.1.0
2+
3+
- **FEAT**: add nullable accessors option to DogsGeneratorSettings.
4+
15
## 7.0.2
26

37
- Update a dependency to the latest release.

packages/dogs_generator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dogs_generator
22
description: Code generator for the dogs serialization library.
3-
version: 7.0.2
3+
version: 7.1.0
44
repository: https://github.com/DarwinFramework/dogs
55

66
environment:

0 commit comments

Comments
 (0)