Skip to content

Commit 3ce1649

Browse files
committed
5.0.6
1 parent a2c54c4 commit 3ce1649

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
# [v5.0.6](https://github.com/konstaui/konsta/compare/v5.0.5...v5.0.6) (2025-11-27)
4+
5+
### Bug Fixes
6+
7+
- vue: Add missing attribute iosTouchHighlight #254 (#255)
8+
39
# [v5.0.5](https://github.com/konstaui/konsta/compare/v5.0.4...v5.0.5) (2025-11-24)
410

511
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "konsta",
33
"description": "Mobile UI components made with Tailwind CSS",
4-
"version": "5.0.5",
4+
"version": "5.0.6",
55
"private": true,
66
"license": "MIT",
77
"author": "Vladimir Kharlampidi",

package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "konsta",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"description": "Mobile UI components made with Tailwind CSS",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"engines": {
1717
"node": ">= 4.7.0"
1818
},
19-
"releaseDate": "November 24, 2025",
19+
"releaseDate": "November 27, 2025",
2020
"svelte": "./svelte/konsta-svelte.js",
2121
"dependencies": {
2222
"tailwind-merge": "^3.3.1"

0 commit comments

Comments
 (0)