Skip to content

Commit 1acc653

Browse files
committed
4.0.0
1 parent 87ca0e6 commit 1acc653

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
# [Unreleased](https://github.com/konstaui/konsta/compare/v3.1.4...b01a8ed681e013837126e9d5428fc9cc3ee58868) (2024-08-30)
2-
1+
# [4.0.0](https://github.com/konstaui/konsta/compare/v3.1.4...v4.0.0) (2024-08-30)
32

43
### Bug Fixes
54

6-
* **svelte:** fix svelte5 warnings ([cd0ae6f](https://github.com/konstaui/konsta/commit/cd0ae6feadef0773aaa466644ea437a1e7c195df)), closes [#207](https://github.com/konstaui/konsta/issues/207)
7-
5+
- **svelte:** fix svelte5 warnings ([cd0ae6f](https://github.com/konstaui/konsta/commit/cd0ae6feadef0773aaa466644ea437a1e7c195df)), closes [#207](https://github.com/konstaui/konsta/issues/207)
86

97
### Features
108

11-
* **svelte:** types support with Svelte5 ([b01a8ed](https://github.com/konstaui/konsta/commit/b01a8ed681e013837126e9d5428fc9cc3ee58868)), closes [#207](https://github.com/konstaui/konsta/issues/207)
12-
13-
9+
- **svelte:** types support with Svelte5 ([b01a8ed](https://github.com/konstaui/konsta/commit/b01a8ed681e013837126e9d5428fc9cc3ee58868)), closes [#207](https://github.com/konstaui/konsta/issues/207)
1410

1511
# Changelog
1612

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": "4.0.0-next.1",
4+
"version": "4.0.0",
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": "4.0.0-next.1",
3+
"version": "4.0.0",
44
"description": "Mobile UI components made with Tailwind CSS",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)