Skip to content

Commit 9ebb7b7

Browse files
chore(main): release 0.0.8
1 parent 72e9be3 commit 9ebb7b7

13 files changed

+30
-13
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.7"
2+
".": "0.0.8"
33
}

CHANGELOG.md

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

3+
## [0.0.8](https://github.com/open-meteo/mapbox-layer/compare/v0.0.7...v0.0.8) (2025-11-24)
4+
5+
6+
### Features
7+
8+
* Add GEM HRDPS West & ECMWF WAM + 0.25 ([e1035b7](https://github.com/open-meteo/mapbox-layer/commit/e1035b75ee6bfe4b941c1d16e99952a4f4af0ccb))
9+
* Add GFS Wave 025 ([5169f48](https://github.com/open-meteo/mapbox-layer/commit/5169f482b171addefdfb3f9c16f9430461d50133))
10+
* run lint during ci ([#83](https://github.com/open-meteo/mapbox-layer/issues/83)) ([29fd82e](https://github.com/open-meteo/mapbox-layer/commit/29fd82e37e9690138f88987c74e0fdf93dda34da))
11+
12+
13+
### Bug Fixes
14+
15+
* add cooldown for dependabot ([72e9be3](https://github.com/open-meteo/mapbox-layer/commit/72e9be390822cec75f82d43252f6c820e21be656))
16+
* broken link in Readme ([48dc374](https://github.com/open-meteo/mapbox-layer/commit/48dc37413bd8593fa0b69255e34ee2917ff36765))
17+
* rename workflow ([d28db6a](https://github.com/open-meteo/mapbox-layer/commit/d28db6a77065fbabfa30e0bb9d48083a79a4bcb1))
18+
* small ellaboration vector sources readme ([0d47c73](https://github.com/open-meteo/mapbox-layer/commit/0d47c737471d1b859b54f5023bfaa8eaf23f7aa5))
19+
320
## [0.0.7](https://github.com/open-meteo/mapbox-layer/compare/v0.0.6...v0.0.7) (2025-11-12)
421

522

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For a standalone example, see `examples/temperature.html`.
6060

6161
```ts
6262
...
63-
<script src="https://unpkg.com/@openmeteo/[email protected].7/dist/index.js"></script>
63+
<script src="https://unpkg.com/@openmeteo/[email protected].8/dist/index.js"></script>
6464
...
6565
```
6666

examples/custom-colorscale.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" />
88
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script>
99
<!-- x-release-please-start-version -->
10-
<script src="https://unpkg.com/@openmeteo/[email protected].7/dist/index.js"></script>
10+
<script src="https://unpkg.com/@openmeteo/[email protected].8/dist/index.js"></script>
1111
<!-- x-release-please-end -->
1212

1313
<!-- Local development -->

examples/precipitation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" />
88
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script>
99
<!-- x-release-please-start-version -->
10-
<script src="https://unpkg.com/@openmeteo/[email protected].7/dist/index.js"></script>
10+
<script src="https://unpkg.com/@openmeteo/[email protected].8/dist/index.js"></script>
1111
<!-- x-release-please-end -->
1212

1313
<!-- Local development -->

examples/temperature.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" />
88
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script>
99
<!-- x-release-please-start-version -->
10-
<script src="https://unpkg.com/@openmeteo/[email protected].7/dist/index.js"></script>
10+
<script src="https://unpkg.com/@openmeteo/[email protected].8/dist/index.js"></script>
1111
<!-- x-release-please-end -->
1212

1313
<!-- Local development -->

examples/vector/contouring-pressure.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" />
88
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script>
99
<!-- x-release-please-start-version -->
10-
<script src="https://unpkg.com/@openmeteo/[email protected].7/dist/index.js"></script>
10+
<script src="https://unpkg.com/@openmeteo/[email protected].8/dist/index.js"></script>
1111
<!-- x-release-please-end -->
1212

1313
<!-- Local development -->

examples/vector/grid-points.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" />
88
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script>
99
<!-- x-release-please-start-version -->
10-
<script src="https://unpkg.com/@openmeteo/[email protected].7/dist/index.js"></script>
10+
<script src="https://unpkg.com/@openmeteo/[email protected].8/dist/index.js"></script>
1111
<!-- x-release-please-end -->
1212

1313
<!-- Local development -->

examples/vector/temperature-labels.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" />
88
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script>
99
<!-- x-release-please-start-version -->
10-
<script src="https://unpkg.com/@openmeteo/[email protected].7/dist/index.js"></script>
10+
<script src="https://unpkg.com/@openmeteo/[email protected].8/dist/index.js"></script>
1111
<!-- x-release-please-end -->
1212

1313
<!-- Local development -->

examples/vector/wind-arrows.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/maplibre-gl.css" />
88
<script src="https://unpkg.com/[email protected]/dist/maplibre-gl.js"></script>
99
<!-- x-release-please-start-version -->
10-
<script src="https://unpkg.com/@openmeteo/[email protected].7/dist/index.js"></script>
10+
<script src="https://unpkg.com/@openmeteo/[email protected].8/dist/index.js"></script>
1111
<!-- x-release-please-end -->
1212

1313
<!-- Local development -->

0 commit comments

Comments
 (0)