Skip to content

Commit 5719f4c

Browse files
committed
chore(release): publish packages
- dogs_built@3.2.0 - dogs_cbor@2.4.0 - dogs_core@10.2.0 - dogs_flutter@0.0.1-dev.14 - dogs_generator@7.2.0 - dogs_firestore@0.3.0+4 - dogs_toml@2.3.9 - dogs_yaml@2.3.9
1 parent d74973a commit 5719f4c

17 files changed

Lines changed: 102 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,59 @@
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+
## 2026-03-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+
- [`dogs_built` - `v3.2.0`](#dogs_built---v320)
19+
- [`dogs_cbor` - `v2.4.0`](#dogs_cbor---v240)
20+
- [`dogs_core` - `v10.2.0`](#dogs_core---v1020)
21+
- [`dogs_flutter` - `v0.0.1-dev.14`](#dogs_flutter---v001-dev14)
22+
- [`dogs_generator` - `v7.2.0`](#dogs_generator---v720)
23+
- [`dogs_firestore` - `v0.3.0+4`](#dogs_firestore---v0304)
24+
- [`dogs_toml` - `v2.3.9`](#dogs_toml---v239)
25+
- [`dogs_yaml` - `v2.3.9`](#dogs_yaml---v239)
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_firestore` - `v0.3.0+4`
32+
- `dogs_toml` - `v2.3.9`
33+
- `dogs_yaml` - `v2.3.9`
34+
35+
---
36+
37+
#### `dogs_built` - `v3.2.0`
38+
39+
- **FEAT**: Harder version bump.
40+
41+
#### `dogs_cbor` - `v2.4.0`
42+
43+
- **FEAT**: Harder version bump.
44+
45+
#### `dogs_core` - `v10.2.0`
46+
47+
- **FEAT**: Harder version bump.
48+
49+
#### `dogs_flutter` - `v0.0.1-dev.14`
50+
51+
- **FEAT**: Harder version bump.
52+
53+
#### `dogs_generator` - `v7.2.0`
54+
55+
- **FEAT**: Harder version bump.
56+
- **FEAT**: add support for inheritable polymorphic annotations.
57+
58+
659
## 2026-02-01
760

861
### 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.4.0
2+
3+
- **FEAT**: Harder version bump.
4+
15
## 2.3.8
26

37
- **REFACTOR**: Update analyzer and build. Override test because I can't for gods sake fix the dependency conflicts with pinned flutter versions.

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.8
3+
version: 2.4.0
44
repository: https://github.com/DarwinFramework/dogs
55

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

1111
dependencies:
1212
cbor: ^6.5.1
13-
dogs_core: ^10.1.2
13+
dogs_core: ^10.2.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.9
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.3.8
26

37
- Update a dependency to the latest release.

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.8
3+
version: 2.3.9
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.1.2
12+
dogs_core: ^10.2.0
1313
toml: ^0.18.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.9
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.3.8
26

37
- Update a dependency to the latest release.

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.8
3+
version: 2.3.9
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.1.2
12+
dogs_core: ^10.2.0
1313
yaml: ^3.1.3
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.2.0
2+
3+
- **FEAT**: Harder version bump.
4+
15
## 3.1.8
26

37
- **REFACTOR**: Update analyzer and build. Override test because I can't for gods sake fix the dependency conflicts with pinned flutter versions.

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.8
3+
version: 3.2.0
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.1.2
14+
dogs_core: ^10.2.0
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.2.0
2+
3+
- **FEAT**: Harder version bump.
4+
15
## 10.1.2
26

37
- **REFACTOR**: Update analyzer and build. Override test because I can't for gods sake fix the dependency conflicts with pinned flutter versions.

0 commit comments

Comments
 (0)