Skip to content

Commit c9eceb7

Browse files
authored
Merge pull request #303 from jansinger/release-please--branches--main--components--blauwasser-map-plugin
chore(main): release 1.5.18
2 parents 402bcb4 + 999653f commit c9eceb7

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

CHANGELOG.md

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

3+
## [1.5.18](https://github.com/jansinger/blauwasser-map-plugin/compare/v1.5.17...v1.5.18) (2024-11-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** bump svelte from 5.0.5 to 5.1.2 ([908ee2c](https://github.com/jansinger/blauwasser-map-plugin/commit/908ee2c5738ccf67240a3fb9e1b7af4133cf7e64))
9+
* **deps:** bump svelte from 5.1.12 to 5.1.14 ([b951de5](https://github.com/jansinger/blauwasser-map-plugin/commit/b951de5b49f2bc53c874dbfc994ff02892e35747))
10+
* **deps:** bump svelte from 5.1.2 to 5.1.3 ([b121f31](https://github.com/jansinger/blauwasser-map-plugin/commit/b121f31621f3498c211fd5d048eee5cdf6e3947d))
11+
* **deps:** bump svelte from 5.1.3 to 5.1.4 ([1397890](https://github.com/jansinger/blauwasser-map-plugin/commit/1397890dceddc62e70fd993f00e301da5f24d79e))
12+
* **deps:** bump svelte from 5.1.4 to 5.1.7 ([b922012](https://github.com/jansinger/blauwasser-map-plugin/commit/b922012c5460a21b23e1f2e158751c2561f29000))
13+
* **deps:** bump svelte from 5.1.7 to 5.1.9 ([39a8e31](https://github.com/jansinger/blauwasser-map-plugin/commit/39a8e3153836d1c0becb2df0c6df5ed27771e965))
14+
* **deps:** bump svelte from 5.1.9 to 5.1.12 ([5bdee1e](https://github.com/jansinger/blauwasser-map-plugin/commit/5bdee1eecc5a56db16416f126a128ddb73c1681b))
15+
* **deps:** bump svelte-check from 4.0.5 to 4.0.7 ([e1e1be1](https://github.com/jansinger/blauwasser-map-plugin/commit/e1e1be1f0ccfa1459489004b4ee7e9e47b21b4d7))
16+
* **deps:** bump vite from 5.4.10 to 5.4.11 ([4180807](https://github.com/jansinger/blauwasser-map-plugin/commit/4180807114d01682a8d737827fc4d9efd7d3ae5a))
17+
* **deps:** bump vite from 5.4.9 to 5.4.10 ([3b7614b](https://github.com/jansinger/blauwasser-map-plugin/commit/3b7614b6fae31155a36ab556eeec17215c1d4475))
18+
319
## [1.5.17](https://github.com/jansinger/blauwasser-map-plugin/compare/v1.5.16...v1.5.17) (2024-10-22)
420

521

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.17
5+
* Version: 1.5.18
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.17
18+
* @since 1.5.18
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.17 and use SemVer - https://semver.org
28+
* Start at version 1.5.18 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.17');
31+
define('BLAUWASSER_MAP_PLUGIN_VERSION', '1.5.18');
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.17",
3+
"version": "1.5.18",
44
"type": "module",
55
"scripts": {
66
"start": "vite --port 3000",

0 commit comments

Comments
 (0)