Skip to content

Commit 50fbea5

Browse files
author
Github Workflow (on behalf of 3m1n3nc3)
committed
Release %s
- @toneflix/[email protected] - @toneflix/[email protected]
1 parent 9fa6637 commit 50fbea5

File tree

5 files changed

+3787
-1327
lines changed

5 files changed

+3787
-1327
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.4.3](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2025-01-13)
7+
8+
### Bug Fixes
9+
10+
- (paystack-inline) Fix reference prop ts bug ([2008d5e](https://github.com/toneflix/vue-component-pack/commit/2008d5e8ae7544128f13f0e8bdcdcc5a95da5993))
11+
612
## [1.4.2](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2024-12-08)
713

814
### Bug Fixes

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.2",
3+
"version": "1.4.3",
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

+6
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2025-01-13)
7+
8+
### Features
9+
10+
- Created the Vue Vue CSC Selector package. ([875f402](https://github.com/toneflix/vue-component-pack/commit/875f40261caae09327f04dad98567cc3a7ab3e1f))

packages/vue-place-selector/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toneflix/vue-place-selector",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
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",
@@ -36,4 +36,4 @@
3636
"@vueuse/core": "^12.4.0",
3737
"axios": "^1.7.7"
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)