Skip to content

Commit

Permalink
Merge pull request #98 from GeotrekCE/release-please--branches--main-…
Browse files Browse the repository at this point in the history
…-components--geotrek-rando-widget

chore(main): release geotrek-rando-widget 0.9.0
  • Loading branch information
bastyen authored Mar 14, 2024
2 parents 8cad6f5 + bdd1121 commit f89ed0a
Show file tree
Hide file tree
Showing 4 changed files with 28 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.8.1"
".": "0.9.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.9.0](https://github.com/GeotrekCE/Geotrek-rando-widget/compare/geotrek-rando-widget-0.8.1...geotrek-rando-widget-0.9.0) (2024-03-14)


### Features

* add loop to images slider ([c468673](https://github.com/GeotrekCE/Geotrek-rando-widget/commit/c4686735420a9ed379ad64e128599ddd950ae1f2))
* handle offline treks ([4e4d26c](https://github.com/GeotrekCE/Geotrek-rando-widget/commit/4e4d26c2d957ee7c4541a64b17bb3e699464819b))
* handle pdf portal ([cc08f0a](https://github.com/GeotrekCE/Geotrek-rando-widget/commit/cc08f0a21cb80ce166ce7b427aed34e4f2bba735))
* **lang:** edit fr information places ([af707e5](https://github.com/GeotrekCE/Geotrek-rando-widget/commit/af707e5415be87d6dd853d1dcd6a8e8febee67e2))


### Bug Fixes

* add default image in list for touristic contents and touristic events ([2c0d8ce](https://github.com/GeotrekCE/Geotrek-rando-widget/commit/2c0d8cef2b42284b4871ead2a52b73c76b1507eb))
* add labels filter to treks and trek provider ([8a65a60](https://github.com/GeotrekCE/Geotrek-rando-widget/commit/8a65a606428473675e0a9aa2cb6fb49ebf33284b))
* add parts on leaflet html ([3958a7e](https://github.com/GeotrekCE/Geotrek-rando-widget/commit/3958a7e1f3e6e34304d3a8287405ee6f3d5568e1))
* buttons color ([118531f](https://github.com/GeotrekCE/Geotrek-rando-widget/commit/118531f00b388ccfe877ef81bb88f66936e8dd02))
* filter offline trek contents ([af764ae](https://github.com/GeotrekCE/Geotrek-rando-widget/commit/af764ae1207190c4ec96f7393f199c809ae28968))
* handle checked switch value ([e17e7e5](https://github.com/GeotrekCE/Geotrek-rando-widget/commit/e17e7e5f803c55d11d0e16d78fb3095bd5a999a3))
* handle content height with languages header ([17578c2](https://github.com/GeotrekCE/Geotrek-rando-widget/commit/17578c23fae7edcb4a44d80aa2e2e25ae4067cb0))
* handle touristic event without type ([b158feb](https://github.com/GeotrekCE/Geotrek-rando-widget/commit/b158febdcaa5803e186b050f163774691a5cb7c5))
* header height ([41107ed](https://github.com/GeotrekCE/Geotrek-rando-widget/commit/41107ed8ce2c04a786a9fe6f1eda7b0542f52fe3))
* switch color ([59c6338](https://github.com/GeotrekCE/Geotrek-rando-widget/commit/59c63389fdf34ac6befc2735378ed65c922101ab))

## [0.8.1](https://github.com/GeotrekCE/Geotrek-rando-widget/compare/0.8.0...0.8.1) (2024-03-07)


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.8.1",
"version": "0.9.0",
"description": "Geotrek web components",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit f89ed0a

Please sign in to comment.