Skip to content

Commit

Permalink
Merge pull request #113 from ieedan/release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan authored Feb 19, 2025
2 parents 9e0beb4 + 8adb3c0 commit 3a3e3ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.19.1"
".": "1.20.0"
}
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.20.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.19.1...v1.20.0) (2025-02-19)


### Features

* Add `ui/avatar-group` component ([dc992fd](https://github.com/ieedan/shadcn-svelte-extras/commit/dc992fd40ed9b256ba0b20f7a5f4ada23c7be369))

## [1.19.1](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.19.0...v1.19.1) (2025-02-19)


Expand Down Expand Up @@ -231,4 +238,4 @@

### Bug Fixes

* specify package manager version ([e6386af](https://github.com/ieedan/shadcn-svelte-extras/commit/e6386af65cfa13df6b852d2461a6ea5527f2d8e2))
* specify package manager version ([e6386af](https://github.com/ieedan/shadcn-svelte-extras/commit/e6386af65cfa13df6b852d2461a6ea5527f2d8e2))
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.19.1",
"version": "1.20.0",
"type": "module",
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit 3a3e3ed

Please sign in to comment.