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 21, 2024
1 parent 0e8c9dd commit a311b79
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 70 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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


### 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))
* 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
105 changes: 37 additions & 68 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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 Expand Up @@ -33,7 +33,7 @@
"react-router-dom": "^6.6.1",
"recharts": "^2.10.4",
"sass": "^1.58.3",
"styled-components": "^6.1.8",
"styled-components": "^5.3.5",
"stylis-plugin-rtl": "^2.1.1",
"typescript": "^5.2.2",
"underscore.string": "^3.3.6",
Expand Down

0 comments on commit a311b79

Please sign in to comment.