Skip to content

Commit 47dfa51

Browse files
committed
5.0.1
1 parent 2051c8e commit 47dfa51

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Changelog
2+
13
# [5.0.0](https://github.com/konstaui/konsta/compare/v4.0.1...v5.0.0) (2025-08-19)
24

35
🎉🎉🎉\
@@ -88,8 +90,6 @@ All new Konsta UI v5 is here with updated iOS 26 and Material Design 2025 look a
8890
- update Vue components ([14bfbcd](https://github.com/konstaui/konsta/commit/14bfbcdd83bc2c9a5fdcaeed4142653ebdf234a8))
8991
- Vue Tabbar with mutation observer ([8da2783](https://github.com/konstaui/konsta/commit/8da27837cb6ead13188927d52053dc011dad4cec))
9092

91-
# Changelog
92-
9393
# [4.0.1](https://github.com/konstaui/konsta/compare/v4.0.0...v4.0.1) (2024-09-18)
9494

9595
### 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.0",
4+
"version": "5.0.1",
55
"private": true,
66
"license": "MIT",
77
"author": "Vladimir Kharlampidi",

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "konsta",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Mobile UI components made with Tailwind CSS",
55
"repository": {
66
"type": "git",

src/vue/components/ListItem.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@
215215
const ListContext = inject('ListContext', {
216216
value: { dividers: false, nested: false },
217217
});
218-
console.log(ListContext.value);
219218
220219
const c = useThemeClasses(props, () =>
221220
ListItemClasses(

0 commit comments

Comments
 (0)