Skip to content

Commit

Permalink
chore(release): 21.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [21.3.0](v21.2.0...v21.3.0) (2024-12-17)

### Bug Fixes

* center link and remove github link ([ca32f52](ca32f52))
* move links from landing page to admin client ([51c81d6](51c81d6))

### Features

* add wmtsDimensions parameter for layer source ([c6fab88](c6fab88))
* adds app logo in preview on landing page ([e4b82e7](e4b82e7))
  • Loading branch information
semantic-release-bot committed Dec 17, 2024
1 parent e4b82e7 commit 94a9db1
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [21.3.0](https://github.com/terrestris/shogun/compare/v21.2.0...v21.3.0) (2024-12-17)


### Bug Fixes

* center link and remove github link ([ca32f52](https://github.com/terrestris/shogun/commit/ca32f52181afcad20dfc019c909e186999f1aa19))
* move links from landing page to admin client ([51c81d6](https://github.com/terrestris/shogun/commit/51c81d613c5ad597192cbb248b59f58c6a8f8dd4))


### Features

* add wmtsDimensions parameter for layer source ([c6fab88](https://github.com/terrestris/shogun/commit/c6fab886fec7404ec4d6aab2f991a9a90b6cb4bc))
* adds app logo in preview on landing page ([e4b82e7](https://github.com/terrestris/shogun/commit/e4b82e77b31ce3e9b5174a4bdd6f382cc3eee4bf))

# [21.2.0](https://github.com/terrestris/shogun/compare/v21.1.2...v21.2.0) (2024-11-18)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>21.2.1-SNAPSHOT</version>
<version>21.3.0</version>
<name>SHOGun</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion shogun-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>21.2.1-SNAPSHOT</version>
<version>21.3.0</version>
</parent>

<artifactId>shogun-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shogun-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>21.2.1-SNAPSHOT</version>
<version>21.3.0</version>
</parent>

<artifactId>shogun-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shogun-gs-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>21.2.1-SNAPSHOT</version>
<version>21.3.0</version>
</parent>

<artifactId>shogun-gs-interceptor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shogun-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>21.2.1-SNAPSHOT</version>
<version>21.3.0</version>
</parent>

<artifactId>shogun-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shogun-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>shogun</artifactId>
<groupId>de.terrestris</groupId>
<version>21.2.1-SNAPSHOT</version>
<version>21.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion shogun-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>21.2.1-SNAPSHOT</version>
<version>21.3.0</version>
</parent>

<artifactId>shogun-proxy</artifactId>
Expand Down

0 comments on commit 94a9db1

Please sign in to comment.