Skip to content

Commit 00aff10

Browse files
committed
1 parent 1ea44fd commit 00aff10

File tree

17 files changed

+91
-16
lines changed

17 files changed

+91
-16
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,49 @@
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-07
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.0.0-dev.7`](#dogs_core---v1000-dev7)
19+
- [`dogs_flutter` - `v0.0.1-dev.9`](#dogs_flutter---v001-dev9)
20+
- [`dogs_generator` - `v7.0.0-dev.7`](#dogs_generator---v700-dev7)
21+
- [`dogs_built` - `v3.1.5-dev.7`](#dogs_built---v315-dev7)
22+
- [`dogs_firestore` - `v0.3.0-dev.7`](#dogs_firestore---v030-dev7)
23+
- [`dogs_cbor` - `v2.3.5-dev.7`](#dogs_cbor---v235-dev7)
24+
- [`dogs_toml` - `v2.3.5-dev.7`](#dogs_toml---v235-dev7)
25+
- [`dogs_yaml` - `v2.3.5-dev.7`](#dogs_yaml---v235-dev7)
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.0-dev.7`
32+
- `dogs_built` - `v3.1.5-dev.7`
33+
- `dogs_firestore` - `v0.3.0-dev.7`
34+
- `dogs_cbor` - `v2.3.5-dev.7`
35+
- `dogs_toml` - `v2.3.5-dev.7`
36+
- `dogs_yaml` - `v2.3.5-dev.7`
37+
38+
---
39+
40+
#### `dogs_core` - `v10.0.0-dev.7`
41+
42+
- **REFACTOR**: rearrange files for a more consistent layout and extract annotations from converter.dart.
43+
44+
#### `dogs_flutter` - `v0.0.1-dev.9`
45+
46+
- **REFACTOR**: rearrange files for a more consistent layout and extract annotations from converter.dart.
47+
48+
649
## 2025-09-03
750

851
### 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.5-dev.7
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.3.5-dev.6
26

37
- **REFACTOR**: remove library names for consistency across files and reformat the workspace.

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-dev.6
3+
version: 2.3.5-dev.7
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-dev.6
13+
dogs_core: ^10.0.0-dev.7
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.5-dev.7
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.3.5-dev.6
26

37
- **REFACTOR**: remove library names for consistency across files and reformat the workspace.

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-dev.6
3+
version: 2.3.5-dev.7
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-dev.6
12+
dogs_core: ^10.0.0-dev.7
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.5-dev.7
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.3.5-dev.6
26

37
- **REFACTOR**: remove library names for consistency across files and reformat the workspace.

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-dev.6
3+
version: 2.3.5-dev.7
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-dev.6
12+
dogs_core: ^10.0.0-dev.7
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.5-dev.7
2+
3+
- Update a dependency to the latest release.
4+
15
## 3.1.5-dev.6
26

37
- **REFACTOR**: remove library names for consistency across files and reformat the workspace.

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-dev.6
3+
version: 3.1.5-dev.7
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-dev.6
14+
dogs_core: ^10.0.0-dev.7
1515

1616
dev_dependencies:
1717
lints: ^5.1.1

packages/dogs_core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 10.0.0-dev.7
2+
3+
- **REFACTOR**: rearrange files for a more consistent layout and extract annotations from converter.dart.
4+
15
## 10.0.0-dev.6
26

37
- **REFACTOR**: remove library names for consistency across files and reformat the workspace.

0 commit comments

Comments
 (0)