Skip to content

Commit 8b34db2

Browse files
committed
1 parent 4de9291 commit 8b34db2

File tree

17 files changed

+90
-16
lines changed

17 files changed

+90
-16
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,47 @@
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-15
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_core` - `v10.1.0`](#dogs_core---v1010)
19+
- [`dogs_generator` - `v7.0.1`](#dogs_generator---v701)
20+
- [`dogs_flutter` - `v0.0.1-dev.11`](#dogs_flutter---v001-dev11)
21+
- [`dogs_built` - `v3.1.6`](#dogs_built---v316)
22+
- [`dogs_firestore` - `v0.3.0+1`](#dogs_firestore---v0301)
23+
- [`dogs_cbor` - `v2.3.6`](#dogs_cbor---v236)
24+
- [`dogs_toml` - `v2.3.6`](#dogs_toml---v236)
25+
- [`dogs_yaml` - `v2.3.6`](#dogs_yaml---v236)
26+
27+
Packages with dependency updates only:
28+
29+
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
30+
31+
- `dogs_generator` - `v7.0.1`
32+
- `dogs_flutter` - `v0.0.1-dev.11`
33+
- `dogs_built` - `v3.1.6`
34+
- `dogs_firestore` - `v0.3.0+1`
35+
- `dogs_cbor` - `v2.3.6`
36+
- `dogs_toml` - `v2.3.6`
37+
- `dogs_yaml` - `v2.3.6`
38+
39+
---
40+
41+
#### `dogs_core` - `v10.1.0`
42+
43+
- **FIX**: handle exceptions when collecting structure converters.
44+
- **FEAT**: properly enable dynamic serialization again for plain serialization calls.
45+
46+
647
## 2025-09-07
748

849
### Changes

formats/dogs_cbor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.6
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.3.5
26

37
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

formats/dogs_cbor/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dogs_cbor
22
description: Cbor serializer for the dogs graph serializer
3-
version: 2.3.5
3+
version: 2.3.6
44
repository: https://github.com/DarwinFramework/dogs
55

66
environment:
@@ -10,7 +10,7 @@ resolution: workspace
1010

1111
dependencies:
1212
cbor: ^5.1.2
13-
dogs_core: ^10.0.0
13+
dogs_core: ^10.1.0
1414

1515
dev_dependencies:
1616
lints: ^5.1.1

formats/dogs_toml/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.6
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.3.5
26

37
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

formats/dogs_toml/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dogs_toml
22
description: Toml serializer for the dogs graph serializer
3-
version: 2.3.5
3+
version: 2.3.6
44
repository: https://github.com/DarwinFramework/dogs
55

66
environment:
@@ -9,7 +9,7 @@ environment:
99
resolution: workspace
1010

1111
dependencies:
12-
dogs_core: ^10.0.0
12+
dogs_core: ^10.1.0
1313
toml: ^0.15.0
1414

1515
dev_dependencies:

formats/dogs_yaml/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.6
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.3.5
26

37
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

formats/dogs_yaml/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dogs_yaml
22
description: Yaml serializer for the dogs graph serializer
3-
version: 2.3.5
3+
version: 2.3.6
44
repository: https://github.com/DarwinFramework/dogs
55

66
environment:
@@ -9,7 +9,7 @@ environment:
99
resolution: workspace
1010

1111
dependencies:
12-
dogs_core: ^10.0.0
12+
dogs_core: ^10.1.0
1313
yaml: ^3.1.2
1414
json2yaml: ^3.0.1
1515

packages/dogs_built/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.1.6
2+
3+
- Update a dependency to the latest release.
4+
15
## 3.1.5
26

37
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

packages/dogs_built/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dogs_built
22
description: Adds a basic interop for built_value serializers to dogs_core.
3-
version: 3.1.5
3+
version: 3.1.6
44
repository: https://github.com/DarwinFramework/dogs
55

66
environment:
@@ -11,7 +11,7 @@ resolution: workspace
1111
dependencies:
1212
built_collection: ^5.1.1
1313
built_value: ^8.6.2
14-
dogs_core: ^10.0.0
14+
dogs_core: ^10.1.0
1515

1616
dev_dependencies:
1717
lints: ^5.1.1

packages/dogs_core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 10.1.0
2+
3+
- **FIX**: handle exceptions when collecting structure converters.
4+
- **FEAT**: properly enable dynamic serialization again for plain serialization calls.
5+
16
## 10.0.0
27

38
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

0 commit comments

Comments
 (0)