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) (2022-06-22)

### Bugfixes

* use username if exists, providerId otherwise ([61e8dd5](61e8dd5))

### Breaking changes

* remove path.base from logo in Header ([17cd95c](17cd95c))
* removes path.base from fallbackConfig ([020cd13](020cd13))
  • Loading branch information
semantic-release-bot committed Jun 22, 2022
1 parent 46b5acd commit 9b9fabe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [8.0.0](https://github.com/terrestris/shogun-admin/compare/v7.5.3...v8.0.0) (2022-06-22)


### Bugfixes

* use username if exists, providerId otherwise ([61e8dd5](https://github.com/terrestris/shogun-admin/commit/61e8dd59a0619519e58cca66825db04ec8dd213c))


### Breaking changes

* remove path.base from logo in Header ([17cd95c](https://github.com/terrestris/shogun-admin/commit/17cd95c6b10343de84f11944068de91a7d161952))
* removes path.base from fallbackConfig ([020cd13](https://github.com/terrestris/shogun-admin/commit/020cd139149fd714f496c43deca8420f4c99dbca))

### [7.5.3](https://github.com/terrestris/shogun-admin/compare/v7.5.2...v7.5.3) (2022-06-02)


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,7 +1,7 @@
{
"name": "@terrestris/shogun-admin",
"private": true,
"version": "7.5.3",
"version": "8.0.0",
"description": "The admin UI for the SHOGun Webmapping backend.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9b9fabe

Please sign in to comment.