Skip to content

Commit 792f62b

Browse files
committed
chore(release): publish packages
- mind_paystack@0.1.2+1 - ex00_checkout_basic@1.1.4 - ex02_charge_terminal@1.2.1
1 parent 0ee4993 commit 792f62b

9 files changed

Lines changed: 49 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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+
- [`mind_paystack` - `v0.1.2+1`](#mind_paystack---v0121)
19+
- [`ex00_checkout_basic` - `v1.1.4`](#ex00_checkout_basic---v114)
20+
- [`ex02_charge_terminal` - `v1.2.1`](#ex02_charge_terminal---v121)
21+
22+
Packages with dependency updates only:
23+
24+
> 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.
25+
26+
- `ex00_checkout_basic` - `v1.1.4`
27+
- `ex02_charge_terminal` - `v1.2.1`
28+
29+
---
30+
31+
#### `mind_paystack` - `v0.1.2+1`
32+
33+
- **REFACTOR**: improve code readability and consistency in charge flow helper. ([0ee4993e](https://github.com/Dartmind-OpenSource/mind-paystack/commit/0ee4993e5d44b2c373cffb600442158c8b70b57a))
34+
35+
636
## 2025-08-28
737

838
### Changes

apps/ex00_checkout_basic/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.4
2+
3+
- Update a dependency to the latest release.
4+
15
## 1.1.3
26

37
- Update a dependency to the latest release.

apps/ex00_checkout_basic/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ex00_checkout_basic
22
description: A sample command-line application.
3-
version: 1.1.3
3+
version: 1.1.4
44
homepage: https://github.com/Dartmind-OpenSource/mind-paystack
55
# repository: https://github.com/my_org/my_repo
66

@@ -10,7 +10,7 @@ environment:
1010
# Add regular dependencies here.
1111
dependencies:
1212
dotenv: ^4.2.0
13-
mind_paystack: ^0.1.2
13+
mind_paystack: ^0.1.2+1
1414
mocktail: ^1.0.4
1515
# path: ^1.8.0
1616

apps/ex01_checkout_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
sdk: flutter
1313
flutter_dotenv: ^5.2.1
1414
json_annotation: ^4.9.0
15-
mind_paystack: ^0.1.2
15+
mind_paystack: ^0.1.2+1
1616
url_launcher: ^6.3.2
1717
webview_flutter: ^4.13.0
1818

apps/ex02_charge_terminal/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.1
2+
3+
- Update a dependency to the latest release.
4+
15
## 1.2.0
26

37
- **FEAT**: add initial project files for ex02_charge_terminal and ex05_plan_demo. ([91645b16](https://github.com/Dartmind-OpenSource/mind-paystack/commit/91645b16b6ce9b428b246f6491f5d4c9a0485518))

apps/ex02_charge_terminal/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: ex02_charge_terminal
22
description: Terminal application demonstrating MindPaystack charge flows with card processing.
3-
version: 1.2.0
3+
version: 1.2.1
44
# repository: https://github.com/my_org/my_repo
55

66
environment:
77
sdk: ^3.8.1
88

99
# Add regular dependencies here.
1010
dependencies:
11-
mind_paystack: ^0.1.2
11+
mind_paystack: ^0.1.2+1
1212
dotenv: ^4.2.0
1313

1414
dev_dependencies:

apps/ex05_plan_demo/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
sdk: ^3.5.0
99

1010
dependencies:
11-
mind_paystack: ^0.1.2
11+
mind_paystack: ^0.1.2+1
1212
dotenv: ^4.2.0
1313

1414
dev_dependencies:

packages/mind_paystack/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.2+1
2+
3+
- **REFACTOR**: improve code readability and consistency in charge flow helper. ([0ee4993e](https://github.com/Dartmind-OpenSource/mind-paystack/commit/0ee4993e5d44b2c373cffb600442158c8b70b57a))
4+
15
## 0.1.2
26

37
- **REFACTOR**: update charge flow result and validation logic. ([a1860060](https://github.com/Dartmind-OpenSource/mind-paystack/commit/a1860060af025613c73b536f10b56f9cac89cb56))

packages/mind_paystack/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mind_paystack
22
description: My new Dart package
3-
version: 0.1.2
3+
version: 0.1.2+1
44
homepage: https://github.com/Dartmind-OpenSource/mind-paystack
55

66
environment:

0 commit comments

Comments
 (0)