Skip to content

Commit 8d36e2d

Browse files
chore(main): release 1.5.0
1 parent 1b5e316 commit 8d36e2d

3 files changed

Lines changed: 21 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/hasadna/open-bus-map-search/compare/v1.4.0...v1.5.0) (2025-09-15)
4+
5+
6+
### Features
7+
8+
* Schedule View - Gaps Page ([#1225](https://github.com/hasadna/open-bus-map-search/issues/1225)) ([517d11b](https://github.com/hasadna/open-bus-map-search/commit/517d11b5d1cd73fd6dd6f45f50dea4ad0c0850c4))
9+
* **widget:** enhance Widget component ([#1211](https://github.com/hasadna/open-bus-map-search/issues/1211)) ([21a7fe5](https://github.com/hasadna/open-bus-map-search/commit/21a7fe5ed086b93566a1fcf342d3dfdc3f4218ad))
10+
11+
12+
### Bug Fixes
13+
14+
* **rides:** filter out future rides from gap list ([#1192](https://github.com/hasadna/open-bus-map-search/issues/1192)) ([e692faf](https://github.com/hasadna/open-bus-map-search/commit/e692faf3debe89f3384009154b223b669f4fc16b))
15+
316
## [1.4.0](https://github.com/hasadna/open-bus-map-search/compare/v1.3.0...v1.4.0) (2025-07-14)
417

518

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-bus-map-search",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"private": true,
55
"type": "module",
66
"dependencies": {
@@ -98,7 +98,7 @@
9898
"@types/lodash.debounce": "^4.0.9",
9999
"@types/lodash.uniqby": "^4.7.9",
100100
"@types/node": "^24.2.0",
101-
"@types/react": "^19.1.13",
101+
"@types/react": "^19.1.8",
102102
"@types/react-dom": "^19.1.7",
103103
"@types/styled-components": "^5.1.34",
104104
"@types/underscore.string": "^0.0.41",

0 commit comments

Comments
 (0)