Skip to content

Commit e5e753a

Browse files
committed
4.0.1
1 parent ebe0b80 commit e5e753a

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Changelog
2+
3+
# [4.0.1](https://github.com/konstaui/konsta/compare/v4.0.0...v4.0.1) (2024-09-18)
4+
5+
### Bug Fixes
6+
7+
- **svelte:** prevent double onClick attribute on Svelte Link ([6c5b7eb](https://github.com/konstaui/konsta/commit/6c5b7eb02af3960e6706e78e6c82fbd7d48e0885)), closes [#222](https://github.com/konstaui/konsta/issues/222)
8+
- **svelte:** remove `svelte-navigator` from repository ([#221](https://github.com/konstaui/konsta/issues/221)) ([ebe0b80](https://github.com/konstaui/konsta/commit/ebe0b8085e8addc2adb36ab81d80ebd86b8a9f16))
9+
- **svelte:** Svelte Button and Link types ([#220](https://github.com/konstaui/konsta/issues/220)) ([db621ab](https://github.com/konstaui/konsta/commit/db621ab3eab019f2d9bf0f6f737f6e96c35be7ab))
10+
111
# [4.0.0](https://github.com/konstaui/konsta/compare/v3.1.4...v4.0.0) (2024-08-30)
212

313
### Bug Fixes
@@ -8,8 +18,6 @@
818

919
- **svelte:** types support with Svelte5 ([b01a8ed](https://github.com/konstaui/konsta/commit/b01a8ed681e013837126e9d5428fc9cc3ee58868)), closes [#207](https://github.com/konstaui/konsta/issues/207)
1020

11-
# Changelog
12-
1321
# [3.1.4](https://github.com/konstaui/konsta/compare/v3.1.3...v3.1.4) (2024-08-21)
1422

1523
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
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": "4.0.0",
4+
"version": "4.0.1",
55
"private": true,
66
"license": "MIT",
77
"author": "Vladimir Kharlampidi",
@@ -72,4 +72,4 @@
7272
"dependencies": {
7373
"konsta": "file:src"
7474
}
75-
}
75+
}

package/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "konsta",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
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": "August 30, 2024",
19+
"releaseDate": "September 18, 2024",
2020
"svelte": "./svelte/konsta-svelte.js",
2121
"exports": {
2222
"./package.json": "./package.json",

0 commit comments

Comments
 (0)