Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Aug 30, 2024
1 parent 87ca0e6 commit 1acc653
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# [Unreleased](https://github.com/konstaui/konsta/compare/v3.1.4...b01a8ed681e013837126e9d5428fc9cc3ee58868) (2024-08-30)

# [4.0.0](https://github.com/konstaui/konsta/compare/v3.1.4...v4.0.0) (2024-08-30)

### Bug Fixes

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

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

### Features

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


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

# Changelog

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "konsta",
"description": "Mobile UI components made with Tailwind CSS",
"version": "4.0.0-next.1",
"version": "4.0.0",
"private": true,
"license": "MIT",
"author": "Vladimir Kharlampidi",
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "konsta",
"version": "4.0.0-next.1",
"version": "4.0.0",
"description": "Mobile UI components made with Tailwind CSS",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1acc653

Please sign in to comment.