Skip to content

Commit

Permalink
Merge pull request #119 from ieedan/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 1.20.2
  • Loading branch information
ieedan authored Feb 21, 2025
2 parents 870d7ff + 48fdbf7 commit 36e05fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.20.1"
".": "1.20.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.20.2](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.20.1...v1.20.2) (2025-02-21)


### Bug Fixes

* `hooks/use-boolean` add function bindings ([d2ce6fc](https://github.com/ieedan/shadcn-svelte-extras/commit/d2ce6fc0d34fda8bdcf4d6ce93c82849f0e75c54))

## [1.20.1](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.20.0...v1.20.1) (2025-02-20)


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": "shadcn-svelte-extras",
"packageManager": "[email protected]",
"version": "1.20.1",
"version": "1.20.2",
"type": "module",
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit 36e05fd

Please sign in to comment.