Skip to content

Commit ee52579

Browse files
committed
chore(release): publish packages
- [email protected]
1 parent 235403d commit ee52579

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
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+
## 2023-12-12
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+
- [`canister` - `v1.2.2`](#canister---v122)
19+
20+
---
21+
22+
#### `canister` - `v1.2.2`
23+
24+
- **FIX**: move freeing of previous entry to top to not interfere with cleanup logic.
25+
26+
627
## 2023-12-12
728

829
### Changes

packages/canister/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.2
2+
3+
- **FIX**: move freeing of previous entry to top to not interfere with cleanup logic.
4+
15
## 1.2.1
26

37
- **REFACTOR**: don't return implementation type.

packages/canister/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: canister
22
description: A versatile and extensible caching library written in pure Dart, offering Guava-like caching capabilities.
3-
version: 1.2.1
3+
version: 1.2.2
44
repository: https://github.com/helightdev/canister
55
topics:
66
- cache

0 commit comments

Comments
 (0)