Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cz.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commitizen": {
"name": "cz_conventional_commits",
"version": "3.0.1",
"version": "3.0.2",
"tag_format": "$version",
"bump_message": "ci: release $current_version \u2192 $new_version [skip-ci]"
}
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## Unreleased
## 3.0.2 (2024-12-04)

### Fix

- 🐝 bump Svelte peer dependency requirement

## 3.0.1 (2024-04-17)

### Fix

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2021 – 2023, Rodney Johnson
Copyright (c) 2021 – 2024, Rodney Johnson
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rodneylab/sveltekit-components",
"description": "Handy components for building sites in SvelteKit",
"version": "3.0.1",
"version": "3.0.2",
"author": "Rodney Lab <ask@rodneylab.com> (@rodneyLab)",
"license": "BSD-3-Clause",
"keywords": [
Expand All @@ -19,7 +19,6 @@
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write --plugin=prettier-plugin-svelte .",
"lint": "prettier --ignore-path .gitignore --check --plugin=prettier-plugin-svelte . && eslint --ignore-path .gitignore .",
"prepare": "husky install",
"prettier:check": "prettier --check --plugin=prettier-plugin-svelte .",
"svelte-check": "svelte-check --fail-on-hints --ignore package"
},
Expand Down Expand Up @@ -72,7 +71,7 @@
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": ">=3 <5"
"svelte": ">=3 <6"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts"
Expand Down