Skip to content

Commit f79b09b

Browse files
committed
chore(release): publish packages
- ex05_plan_demo@1.1.0
1 parent fc4c2a3 commit f79b09b

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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-08-28
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+
- [`ex05_plan_demo` - `v1.1.0`](#ex05_plan_demo---v110)
19+
20+
---
21+
22+
#### `ex05_plan_demo` - `v1.1.0`
23+
24+
- **FEAT**: add initial project files for ex02_charge_terminal and ex05_plan_demo. ([91645b16](https://github.com/Dartmind-OpenSource/mind-paystack/commit/91645b16b6ce9b428b246f6491f5d4c9a0485518))
25+
- **FEAT**: add initial implementation of plan management demo application. ([3ee6adcc](https://github.com/Dartmind-OpenSource/mind-paystack/commit/3ee6adccd008e00ff8a45ef01095ad2926a609ec))
26+
27+
628
## 2025-08-28
729

830
### Changes

apps/ex05_plan_demo/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 1.1.0
2+
3+
- **FEAT**: add initial project files for ex02_charge_terminal and ex05_plan_demo. ([91645b16](https://github.com/Dartmind-OpenSource/mind-paystack/commit/91645b16b6ce9b428b246f6491f5d4c9a0485518))
4+
- **FEAT**: add initial implementation of plan management demo application. ([3ee6adcc](https://github.com/Dartmind-OpenSource/mind-paystack/commit/3ee6adccd008e00ff8a45ef01095ad2926a609ec))
5+

apps/ex05_plan_demo/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ex05_plan_demo
22
description: A sample application demonstrating plan management with mind-paystack.
33
publish_to: none
44

5-
version: 1.0.0+1
5+
version: 1.1.0
66

77
environment:
88
sdk: ^3.5.0

0 commit comments

Comments
 (0)