Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Sep 18, 2024
1 parent ebe0b80 commit e5e753a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Changelog

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

### Bug Fixes

- **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)
- **svelte:** remove `svelte-navigator` from repository ([#221](https://github.com/konstaui/konsta/issues/221)) ([ebe0b80](https://github.com/konstaui/konsta/commit/ebe0b8085e8addc2adb36ab81d80ebd86b8a9f16))
- **svelte:** Svelte Button and Link types ([#220](https://github.com/konstaui/konsta/issues/220)) ([db621ab](https://github.com/konstaui/konsta/commit/db621ab3eab019f2d9bf0f6f737f6e96c35be7ab))

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

### Bug Fixes
Expand All @@ -8,8 +18,6 @@

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

# Changelog

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

### Bug Fixes
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.

4 changes: 2 additions & 2 deletions 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",
"version": "4.0.1",
"private": true,
"license": "MIT",
"author": "Vladimir Kharlampidi",
Expand Down Expand Up @@ -72,4 +72,4 @@
"dependencies": {
"konsta": "file:src"
}
}
}
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "konsta",
"version": "4.0.0",
"version": "4.0.1",
"description": "Mobile UI components made with Tailwind CSS",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"engines": {
"node": ">= 4.7.0"
},
"releaseDate": "August 30, 2024",
"releaseDate": "September 18, 2024",
"svelte": "./svelte/konsta-svelte.js",
"exports": {
"./package.json": "./package.json",
Expand Down

0 comments on commit e5e753a

Please sign in to comment.