Skip to content

Commit

Permalink
chore(main): release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastyen committed Oct 4, 2024
1 parent df9a10b commit a3343b8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 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 @@
{
".": "0.23.1"
".": "0.24.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.24.0](https://github.com/GeotrekCE/Geotrek-rando-widget/compare/0.23.1...0.24.0) (2024-10-04)


### Features

* add toggle elevation visibility button ([9e2ff25](https://github.com/GeotrekCE/Geotrek-rando-widget/commit/9e2ff25940f89f01554e5ebe5303104736014864))
* add toggle slot visibility component ([df9a10b](https://github.com/GeotrekCE/Geotrek-rando-widget/commit/df9a10b546777e75eb715124d9576e44b82d978a))


### Bug Fixes

* improve ui ([b3c5b2d](https://github.com/GeotrekCE/Geotrek-rando-widget/commit/b3c5b2d38b615c045baf7bf09592a1bbd571fc80))

## [0.23.1](https://github.com/GeotrekCE/Geotrek-rando-widget/compare/0.23.0...0.23.1) (2024-09-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@geotrekce/geotrek-rando-widget",
"version": "0.23.1",
"version": "0.24.0",
"description": "Geotrek web components",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit a3343b8

Please sign in to comment.