Skip to content

Commit baa13e3

Browse files
committed
5.0.4
1 parent d038a97 commit baa13e3

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
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+
# [5.0.4](https://github.com/konstaui/konsta/compare/v5.0.3...v5.0.4) (2025-11-02)
4+
5+
### Features
6+
7+
- **package:** add `shared/utils` `shared/classes` `shared/colors` exports ([d038a97](https://github.com/konstaui/konsta/commit/d038a9715480fea4b35d5bd73f02da7c7acaa1d5))
8+
39
# [5.0.3](https://github.com/konstaui/konsta/compare/v5.0.2...v5.0.3) (2025-10-21)
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.3",
4+
"version": "5.0.4",
55
"private": true,
66
"license": "MIT",
77
"author": "Vladimir Kharlampidi",

package/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "konsta",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
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": "October 21, 2025",
19+
"releaseDate": "November 2, 2025",
2020
"svelte": "./svelte/konsta-svelte.js",
2121
"dependencies": {
2222
"tailwind-merge": "^3.3.1"
@@ -53,4 +53,4 @@
5353
"import": "./shared/colors/index.js"
5454
}
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)