Skip to content

Commit

Permalink
chore(main): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 25, 2024
1 parent b41d741 commit 12d0cfb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.1.0](https://github.com/hasadna/open-bus-map-search/compare/v1.0.0...v1.1.0) (2024-02-25)


### Features

* Add an Operator Selector to data-research page ([#444](https://github.com/hasadna/open-bus-map-search/issues/444)) ([ee2cc1b](https://github.com/hasadna/open-bus-map-search/commit/ee2cc1b5cb84e8b74de8762a08064b0aef99bb71))
* dispaly graph accuratly, add getRange() ([b1f789c](https://github.com/hasadna/open-bus-map-search/commit/b1f789ce69663688e9194324237e011913017139))
* Link bus tooltip to line profile ([#463](https://github.com/hasadna/open-bus-map-search/issues/463)) ([02bb9c1](https://github.com/hasadna/open-bus-map-search/commit/02bb9c1c0affdd7bad07a34055569d0a96cc30c0))


### Bug Fixes

* Fix for issue [#428](https://github.com/hasadna/open-bus-map-search/issues/428) unable to run project locally ([#430](https://github.com/hasadna/open-bus-map-search/issues/430)) ([94f7c68](https://github.com/hasadna/open-bus-map-search/commit/94f7c68a0e9b93743cfbd72e8e694b5c6c4782ae))
* lint and tests ([5709fa8](https://github.com/hasadna/open-bus-map-search/commit/5709fa8faef8505866f0f789d4ba7de5942b264b))
* **mobile:** close menu after navigation ([#414](https://github.com/hasadna/open-bus-map-search/issues/414)) ([e99683f](https://github.com/hasadna/open-bus-map-search/commit/e99683faec6910d8f24318e97175ad57fbf1304d))
* Remove unknown data ([#438](https://github.com/hasadna/open-bus-map-search/issues/438)) ([56cb59a](https://github.com/hasadna/open-bus-map-search/commit/56cb59a1bbf02886e885c01dcb1bff1fb4d82266))
* scrollbar color on dark mode ([#431](https://github.com/hasadna/open-bus-map-search/issues/431)) ([dfcedf1](https://github.com/hasadna/open-bus-map-search/commit/dfcedf121ef824598d0f5258219211652f798342))
* store dark/light theme mode in `localStorage` ([#418](https://github.com/hasadna/open-bus-map-search/issues/418)) ([c4ab0fc](https://github.com/hasadna/open-bus-map-search/commit/c4ab0fcc6bb42a430a0181c5ce252c88bf40a428))

## 1.0.0 (2024-01-22)


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": "open-bus-map-search",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"type": "commonjs",
"dependencies": {
Expand Down

0 comments on commit 12d0cfb

Please sign in to comment.