Skip to content

Commit e04d4b9

Browse files
author
Github Workflow (on behalf of 3m1n3nc3)
committed
Release %s
- @toneflix/[email protected]
1 parent 686081e commit e04d4b9

File tree

3 files changed

+3775
-1324
lines changed

3 files changed

+3775
-1324
lines changed

packages/vue-place-selector/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.2.2](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2025-01-27)
7+
8+
### Bug Fixes
9+
10+
- (vue-place-selector) Fix bug that prevented setting option-value to anything other than id or iso2 as the API would return a 404. ([054b713](https://github.com/toneflix/vue-component-pack/commit/054b713521244fd825c5606e5d711d8a1a47546f))
11+
612
## [1.2.1](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/vue-place-selector

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.1",
3+
"version": "1.2.2",
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)