Skip to content

Commit abfbad1

Browse files
authored
Merge pull request #326 from jansinger/release-please--branches--main--components--blauwasser-map-plugin
chore(main): release 1.5.20
2 parents 22595e9 + b1ef713 commit abfbad1

File tree

4 files changed

+29
-7
lines changed

4 files changed

+29
-7
lines changed

CHANGELOG.md

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

3+
## [1.5.20](https://github.com/jansinger/blauwasser-map-plugin/compare/v1.5.19...v1.5.20) (2025-04-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** bump @sveltejs/vite-plugin-svelte from 4.0.1 to 4.0.2 ([e3a5419](https://github.com/jansinger/blauwasser-map-plugin/commit/e3a5419f4cdf95d9527a87293d212a895e719c08))
9+
* **deps:** bump @sveltejs/vite-plugin-svelte from 4.0.2 to 4.0.4 ([1a40982](https://github.com/jansinger/blauwasser-map-plugin/commit/1a40982bb326217c67261f8120c2c227f05fdb96))
10+
* **deps:** bump ol from 10.2.1 to 10.3.1 ([076209c](https://github.com/jansinger/blauwasser-map-plugin/commit/076209cd04962b2a41a1bfaa45233601eb1d0399))
11+
* **deps:** bump ol from 10.3.1 to 10.5.0 ([d9c2d1a](https://github.com/jansinger/blauwasser-map-plugin/commit/d9c2d1a1cfdb0eb5f7a7304af76ed9378eab6000))
12+
* **deps:** bump ol-mapbox-style from 12.3.5 to 12.4.0 ([597368c](https://github.com/jansinger/blauwasser-map-plugin/commit/597368c5316a760e09bddc27e31e452155bc2d9b))
13+
* **deps:** bump ol-mapbox-style from 12.4.0 to 12.5.0 ([0b18a5a](https://github.com/jansinger/blauwasser-map-plugin/commit/0b18a5a9346e18567f951e476044677b04a3cfcc))
14+
* **deps:** bump svelte from 5.10.0 to 5.18.0 ([cd8468c](https://github.com/jansinger/blauwasser-map-plugin/commit/cd8468c0c093ab9753338581f3101589c4acd426))
15+
* **deps:** bump svelte from 5.18.0 to 5.27.1 ([bc5bdab](https://github.com/jansinger/blauwasser-map-plugin/commit/bc5bdab3302a51c8913cdee25b3a8fa4fecc2c85))
16+
* **deps:** bump svelte from 5.2.11 to 5.8.0 ([58a68b1](https://github.com/jansinger/blauwasser-map-plugin/commit/58a68b126da75e150ae689c8feb9c9a4f008e10c))
17+
* **deps:** bump svelte from 5.2.7 to 5.2.11 ([0ac1718](https://github.com/jansinger/blauwasser-map-plugin/commit/0ac1718efe85f56c7fc4ffbb3db0b48e997babdd))
18+
* **deps:** bump svelte from 5.8.0 to 5.10.0 ([a622f08](https://github.com/jansinger/blauwasser-map-plugin/commit/a622f08575001ddabe5a5bb5b02da090dcb946a4))
19+
* **deps:** bump svelte-check from 4.0.9 to 4.1.0 ([641db70](https://github.com/jansinger/blauwasser-map-plugin/commit/641db707cdb235ad14a096e7c54ce3fdc6ae8564))
20+
* **deps:** bump svelte-check from 4.1.0 to 4.1.1 ([c74d3cc](https://github.com/jansinger/blauwasser-map-plugin/commit/c74d3cc6a90872d20638d9aa87b0b88222631fc9))
21+
* **deps:** bump svelte-check from 4.1.1 to 4.1.4 ([e4c2006](https://github.com/jansinger/blauwasser-map-plugin/commit/e4c2006b0cf480c85a3af57e3b5f72dbce4a0669))
22+
* **deps:** bump typescript from 5.6.3 to 5.7.2 ([81b33da](https://github.com/jansinger/blauwasser-map-plugin/commit/81b33dad6b5e0f5aeb91a7592c5c64cae3816193))
23+
* **deps:** bump typescript from 5.7.2 to 5.7.3 ([24ae9d4](https://github.com/jansinger/blauwasser-map-plugin/commit/24ae9d47f01891434511f19ed2cd733ae7fed9c9))
24+
325
## [1.5.19](https://github.com/jansinger/blauwasser-map-plugin/compare/v1.5.18...v1.5.19) (2024-11-22)
426

527

blauwasser-map-plugin.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// x-release-please-start-version
33
/**
44
* Plugin Name: Blauwasser Maps
5-
* Version: 1.5.19
5+
* Version: 1.5.20
66
* Plugin URI: https://www.blauwasser.de/
77
* Description: OpenSeaMap & Maptiler Karten für blauwasser.de.
88
* Author: Jan Singer
@@ -15,7 +15,7 @@
1515
*
1616
* @package WordPress
1717
* @author Jan Singer
18-
* @since 1.5.19
18+
* @since 1.5.20
1919
*/
2020

2121
// If this file is called directly, abort.
@@ -25,10 +25,10 @@
2525

2626
/**
2727
* Currently plugin version.
28-
* Start at version 1.5.19 and use SemVer - https://semver.org
28+
* Start at version 1.5.20 and use SemVer - https://semver.org
2929
* Rename this for your plugin and update it as you release new versions.
3030
*/
31-
define('BLAUWASSER_MAP_PLUGIN_VERSION', '1.5.19');
31+
define('BLAUWASSER_MAP_PLUGIN_VERSION', '1.5.20');
3232
// x-release-please-end
3333
// Load plugin class files.
3434
require_once 'includes/class-blauwasser-map-plugin.php';

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blauwasser-map-plugin",
3-
"version": "1.5.19",
3+
"version": "1.5.20",
44
"type": "module",
55
"scripts": {
66
"start": "vite --port 3000",

0 commit comments

Comments
 (0)