Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mergify[bot] committed Dec 30, 2023
1 parent 5cbacac commit f105655
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.9.0",
".": "0.10.0",
"modules/breadcrumb": "0.1.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.10.0](https://github.com/hbstack/gallery/compare/v0.9.0...v0.10.0) (2023-12-30)


### Features ✨

* show the content if present ([#89](https://github.com/hbstack/gallery/issues/89)) ([b332af9](https://github.com/hbstack/gallery/commit/b332af9651072297796bc39930439866677cf140))
* use title as image alt and add the caption parameter ([#88](https://github.com/hbstack/gallery/issues/88)) ([c03bb75](https://github.com/hbstack/gallery/commit/c03bb75fcfdd5ae063913ee449c80156dea8e0a0))


### Bug Fixes 🐞

* correct image date parsing ([f184af9](https://github.com/hbstack/gallery/commit/f184af92eb255431789ed129b928cb005af894ad))


### Styles 🎨

* change caption and gallery title background and opacity ([dc4e86a](https://github.com/hbstack/gallery/commit/dc4e86a8430f78f2481764d5257ced32c0e0eb69))
* correct the border-radius for gallery title and figure caption ([dd07afd](https://github.com/hbstack/gallery/commit/dd07afd7ff8ceabbc2534cf5e3e95dcd53e8cc5c))
* list galleries with the hierarchy ([#94](https://github.com/hbstack/gallery/issues/94)) ([5cbacac](https://github.com/hbstack/gallery/commit/5cbacac53b865d967d60a11882dfc26474c73020))
* tweak the album title ([a3a38b6](https://github.com/hbstack/gallery/commit/a3a38b627988bfef5811bc9f2d150dccf0c8c06e))
* tweak the gallery home layout ([c28f84d](https://github.com/hbstack/gallery/commit/c28f84d7f6a50d28040c1935c4416e4f9a176f72))
* tweak the image info buttons ([f184af9](https://github.com/hbstack/gallery/commit/f184af92eb255431789ed129b928cb005af894ad))

## [0.9.0](https://github.com/hbstack/gallery/compare/v0.8.0...v0.9.0) (2023-12-26)


Expand Down

0 comments on commit f105655

Please sign in to comment.