Skip to content

Commit da66376

Browse files
author
github-actions
committed
chore(release): publish packages
- [email protected]
1 parent 99f8faa commit da66376

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

CHANGELOG.md

+23
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-02-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+
- [`ferry_hive_ce_store` - `v0.0.2-dev.0`](#ferry_hive_ce_store---v002-dev0)
19+
20+
---
21+
22+
#### `ferry_hive_ce_store` - `v0.0.2-dev.0`
23+
24+
- **FEAT**(ferry_hive_ce_store): flush.
25+
- **FEAT**(ferry_hive_ce_store): lints.
26+
- **FEAT**(ferry_hive_ce_store): inital commit.
27+
28+
629
## 2025-02-07
730

831
### Changes
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.0.2-dev.0
2+
3+
- **FEAT**(ferry_hive_ce_store): flush.
4+
- **FEAT**(ferry_hive_ce_store): lints.
5+
- **FEAT**(ferry_hive_ce_store): inital commit.
6+
17
## 0.0.1
28

39
- Initial release. Copy of ferry_hive_store but with dependency to hive_ce

packages/ferry_hive_ce_store/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ferry_hive_ce_store
2-
version: 0.0.1
2+
version: 0.0.2-dev.0
33
homepage: https://ferry.gql-dart.dev
44
description: Hive-based Store implementation for Ferry GraphQL client
55
repository: https://github.com/gql-dart/ferry

0 commit comments

Comments
 (0)