Skip to content

Commit

Permalink
chore(release): 6.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.8.1](v6.8.0...v6.8.1) (2023-07-28)

### Dependencies

* **deps-dev:** bump @types/node from 20.4.4 to 20.4.5 ([619b7c5](619b7c5))
* **deps-dev:** bump babel-jest from 29.6.1 to 29.6.2 ([7ef83fa](7ef83fa))
* **deps-dev:** bump jest from 29.6.1 to 29.6.2 ([b6226f6](b6226f6))
* **deps-dev:** bump jest-environment-jsdom from 29.6.1 to 29.6.2 ([f45b7e9](f45b7e9))
* **deps:** bump @terrestris/shogun-e2e-tests from 1.0.6 to 1.0.7 ([1e064d0](1e064d0))
* **deps:** bump i18next from 23.2.11 to 23.3.0 ([b59a29a](b59a29a))

### Bugfixes

* fix pathing ([#1046](#1046)) ([dca3437](dca3437))
* rename global.ts to make Dockerfile.e2e work ([#1042](#1042)) ([af3e963](af3e963))
  • Loading branch information
semantic-release-bot committed Jul 28, 2023
1 parent dca3437 commit fcd9d5c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [6.8.1](https://github.com/terrestris/shogun-gis-client/compare/v6.8.0...v6.8.1) (2023-07-28)


### Dependencies

* **deps-dev:** bump @types/node from 20.4.4 to 20.4.5 ([619b7c5](https://github.com/terrestris/shogun-gis-client/commit/619b7c5a287a5d7e47ece3002173e23897740b86))
* **deps-dev:** bump babel-jest from 29.6.1 to 29.6.2 ([7ef83fa](https://github.com/terrestris/shogun-gis-client/commit/7ef83fa71de5411aa6680fce58bf53bd73f672f2))
* **deps-dev:** bump jest from 29.6.1 to 29.6.2 ([b6226f6](https://github.com/terrestris/shogun-gis-client/commit/b6226f6c92d5fd492a230d2f1b64d87a64da2c29))
* **deps-dev:** bump jest-environment-jsdom from 29.6.1 to 29.6.2 ([f45b7e9](https://github.com/terrestris/shogun-gis-client/commit/f45b7e91e1e15f2f9b83beb59735df9efc88c1e8))
* **deps:** bump @terrestris/shogun-e2e-tests from 1.0.6 to 1.0.7 ([1e064d0](https://github.com/terrestris/shogun-gis-client/commit/1e064d0d9ef0f9a2bb8c478b6b143a82870de1f7))
* **deps:** bump i18next from 23.2.11 to 23.3.0 ([b59a29a](https://github.com/terrestris/shogun-gis-client/commit/b59a29a9d2d46a586ccce246f73f7513c5964993))


### Bugfixes

* fix pathing ([#1046](https://github.com/terrestris/shogun-gis-client/issues/1046)) ([dca3437](https://github.com/terrestris/shogun-gis-client/commit/dca343783362801c4f3bb51944b88962a2ded448))
* rename global.ts to make Dockerfile.e2e work ([#1042](https://github.com/terrestris/shogun-gis-client/issues/1042)) ([af3e963](https://github.com/terrestris/shogun-gis-client/commit/af3e9638f8494c9d9a6e24d6c5d88af720eab8be))

## [6.8.0](https://github.com/terrestris/shogun-gis-client/compare/v6.7.0...v6.8.0) (2023-07-25)


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.8.0",
"version": "6.8.1",
"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 fcd9d5c

Please sign in to comment.