Skip to content

Commit ff135e4

Browse files
committed
Merge branch 'main' of github.com:toneflix/vue-component-pack
2 parents ef1ba4e + 2795e53 commit ff135e4

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

packages/paystack-inline/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [1.5.0](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2025-01-13)
7+
8+
### Features
9+
10+
- (paystack-inline) Handle cases when a transaction fails, if the callbacks return undefined. ([8ee5fbc](https://github.com/toneflix/vue-component-pack/commit/8ee5fbcfc16843a92818b8f318fdf15e3e56cb3b))
11+
612
## [1.4.4](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2025-01-13)
713

814
**Note:** Version bump only for package @toneflix/paystack-inline

packages/paystack-inline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toneflix/paystack-inline",
3-
"version": "1.4.4",
3+
"version": "1.5.0",
44
"description": "Paystack Inline component for Vue 3.",
55
"style": "dist/lib/style.css",
66
"main": "dist/lib/index.cjs",

packages/vue-place-selector/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [1.2.1](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2025-01-13)
7+
8+
**Note:** Version bump only for package @toneflix/vue-place-selector
9+
610
# [1.2.0](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2025-01-13)
711

812
### Bug Fixes

packages/vue-place-selector/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toneflix/vue-place-selector",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Place (Country, State, City, e.t.c) Selector component for Vue3.",
55
"style": "dist/lib/style.css",
66
"main": "dist/lib/index.cjs",

0 commit comments

Comments
 (0)