diff --git a/.cz.json b/.cz.json index e79f027..df5b71d 100644 --- a/.cz.json +++ b/.cz.json @@ -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]" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 85bc974..4643648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -## Unreleased +## 3.0.2 (2024-12-04) + +### Fix + +- 🐝 bump Svelte peer dependency requirement + +## 3.0.1 (2024-04-17) ### Fix diff --git a/LICENSE b/LICENSE index 11451de..d65c0b2 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/package.json b/package.json index 2e1d601..68ff349 100644 --- a/package.json +++ b/package.json @@ -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 (@rodneyLab)", "license": "BSD-3-Clause", "keywords": [ @@ -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" }, @@ -72,7 +71,7 @@ "!dist/**/*.spec.*" ], "peerDependencies": { - "svelte": ">=3 <5" + "svelte": ">=3 <6" }, "svelte": "./dist/index.js", "types": "./dist/index.d.ts"