Skip to content

Commit

Permalink
Merge pull request #17 from ieedan/release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan authored Dec 10, 2024
2 parents bf53fac + 11f8388 commit f95c609
Show file tree
Hide file tree
Showing 3 changed files with 11 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.2.0"
".": "1.2.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.2.1](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.2.0...v1.2.1) (2024-12-10)


### Bug Fixes

* `<Code/>` ensure line numbers are always aligned ([485d11d](https://github.com/ieedan/shadcn-svelte-extras/commit/485d11d097978c0976d27270e7a81dc7f56b292b))
* code example ([d677bb2](https://github.com/ieedan/shadcn-svelte-extras/commit/d677bb21abf804764916541ef0c8eccc009c2066))
* Reduce padding on line numbers for code component ([1a1fb7a](https://github.com/ieedan/shadcn-svelte-extras/commit/1a1fb7a360a9ede398c01f524b8f61fb4bd8de7a))

## [1.2.0](https://github.com/ieedan/shadcn-svelte-extras/compare/v1.1.0...v1.2.0) (2024-12-10)


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.2.0",
"version": "1.2.1",
"type": "module",
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit f95c609

Please sign in to comment.