Skip to content

Commit

Permalink
Merge pull request #67 from minedelve/develop
Browse files Browse the repository at this point in the history
v0.4.12
  • Loading branch information
Nycolaide authored Jan 1, 2025
2 parents 71c324f + eaf0fe9 commit f39bcbf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.12] - 2025-01-01

### Changed

- Updated component `btn` not apply automatically link if use href props.

## [0.4.11] - 2024-12-31

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mytril",
"description": "Mytril Svelte library component for rapidly building modern websites based on Svelte and Sveltekit",
"version": "0.4.11",
"version": "0.4.12",
"author": {
"name": "Nycolaide",
"email": "[email protected]"
Expand Down
1 change: 0 additions & 1 deletion src/components/btn/btn.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
$: {
if ($$props.href) tag = 'a';
if ($$props.href) link = true;
}
</script>

Expand Down

0 comments on commit f39bcbf

Please sign in to comment.