Skip to content

Commit

Permalink
chore(release): 6.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [6.5.0](v6.4.0...v6.5.0) (2023-06-07)

### Features

* make WFS LockFeature during editing configurable ([e74a114](e74a114))

### Dependencies

* **deps:** bump i18next from 22.5.0 to 22.5.1 ([9f652b8](9f652b8))
* update README ([ee06c6a](ee06c6a))

### Bugfixes

* add missing defaults ([0e1b1b9](0e1b1b9))
* error handling if editFormConfig is undefined ([0503fe6](0503fe6))
* fix solr query tests ([5d46d0f](5d46d0f))
* use featureType as layer filter ([3883484](3883484))
  • Loading branch information
semantic-release-bot committed Jun 7, 2023
1 parent 218920e commit 3c9c679
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [6.5.0](https://github.com/terrestris/shogun-gis-client/compare/v6.4.0...v6.5.0) (2023-06-07)


### Features

* make WFS LockFeature during editing configurable ([e74a114](https://github.com/terrestris/shogun-gis-client/commit/e74a114c58c928c9f368e8473a2956812e0dedd1))


### Dependencies

* **deps:** bump i18next from 22.5.0 to 22.5.1 ([9f652b8](https://github.com/terrestris/shogun-gis-client/commit/9f652b8e73d1837b83ae1a3d7de912074443e73e))
* update README ([ee06c6a](https://github.com/terrestris/shogun-gis-client/commit/ee06c6a9d47fe6706a86247ff60616183a7d0b6d))


### Bugfixes

* add missing defaults ([0e1b1b9](https://github.com/terrestris/shogun-gis-client/commit/0e1b1b9b6e32be007e8234271cea6d7152152b97))
* error handling if editFormConfig is undefined ([0503fe6](https://github.com/terrestris/shogun-gis-client/commit/0503fe68440ca7e573ae2fbb23ea155326f909bd))
* fix solr query tests ([5d46d0f](https://github.com/terrestris/shogun-gis-client/commit/5d46d0f5466b50504f52a1c49e303326f4e16c26))
* use featureType as layer filter ([3883484](https://github.com/terrestris/shogun-gis-client/commit/3883484c5cd988f9eca8fa3edd2e1186a24d7aa5))

## [6.4.0](https://github.com/terrestris/shogun-gis-client/compare/v6.3.0...v6.4.0) (2023-06-06)


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": "6.4.0",
"version": "6.5.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 3c9c679

Please sign in to comment.