Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.0](v7.5.3...v8.0.0) (2024-04-22)

### ⚠ BREAKING CHANGES

* required @reduxjs/toolkit is now v2.2.3

### Dependencies

* bump @reduxjs/toolkit to v 2.2.3 ([6c4773f](6c4773f))
* code style ([6d98add](6d98add))

### Features

* allow addition of middlewares in plugin definition ([ec3654d](ec3654d))
* allow static configurations without calling shogun ([889f489](889f489))

### Bugfixes

* document configuration parameters ([3a85e5c](3a85e5c))
* remove debug message and use correct version of shogun-util ([9ba524a](9ba524a))
  • Loading branch information
semantic-release-bot committed Apr 22, 2024
1 parent c858ec1 commit 47e0934
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [8.0.0](https://github.com/terrestris/shogun-gis-client/compare/v7.5.3...v8.0.0) (2024-04-22)


### ⚠ BREAKING CHANGES

* required @reduxjs/toolkit is now v2.2.3

### Dependencies

* bump @reduxjs/toolkit to v 2.2.3 ([6c4773f](https://github.com/terrestris/shogun-gis-client/commit/6c4773fbf5eff63b2374d46f8ac70f194f9a68ca))
* code style ([6d98add](https://github.com/terrestris/shogun-gis-client/commit/6d98addd60f61f936ca326dac8470eef27fbb092))


### Features

* allow addition of middlewares in plugin definition ([ec3654d](https://github.com/terrestris/shogun-gis-client/commit/ec3654d8d1df36e3a12a15a27f56dc96ee6a887d))
* allow static configurations without calling shogun ([889f489](https://github.com/terrestris/shogun-gis-client/commit/889f4890c56b621ae9d919b931a685d0b96f29f3))


### Bugfixes

* document configuration parameters ([3a85e5c](https://github.com/terrestris/shogun-gis-client/commit/3a85e5cc5e9ecb7b030660c2c502746f8f214ae8))
* remove debug message and use correct version of shogun-util ([9ba524a](https://github.com/terrestris/shogun-gis-client/commit/9ba524a5a71623c8c2660a633068bd6429075e9b))

## [7.5.3](https://github.com/terrestris/shogun-gis-client/compare/v7.5.2...v7.5.3) (2024-04-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terrestris/shogun-gis-client",
"version": "7.5.3",
"version": "8.0.0",
"description": "This is the default GIS client used in the SHOGun project. Based on the react-geo-client template",
"keywords": [
"shogun",
Expand Down

0 comments on commit 47e0934

Please sign in to comment.