Skip to content

Commit

Permalink
chore(release): 8.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [8.4.0](v8.3.0...v8.4.0) (2024-05-31)

### Dependencies

* **deps-dev:** bump @babel/core from 7.24.0 to 7.24.5 ([bbf7ebc](bbf7ebc))
* **deps-dev:** bump @playwright/test from 1.42.1 to 1.44.1 ([9718ae5](9718ae5))
* **deps-dev:** bump @semantic-release/github from 10.0.4 to 10.0.5 ([cc003dc](cc003dc))
* **deps-dev:** bump @semantic-release/npm from 11.0.2 to 12.0.1 ([0f9e413](0f9e413))
* **deps-dev:** bump @types/node from 20.12.11 to 20.12.12 ([61fddcf](61fddcf))
* **deps-dev:** bump css-loader from 6.10.0 to 7.1.2 ([71d6a25](71d6a25))
* **deps:** bump react-i18next from 14.1.1 to 14.1.2 ([36991e9](36991e9))
* moves styling to .less file ([196f53e](196f53e))

### Features

* create <a /> for links in DisplayField ([ead68e7](ead68e7))

### Bugfixes

* extracts further elements to .less and makes a slight styling change ([77406cf](77406cf))
* fixes loading indicator and adjusts spacing ([0523e6f](0523e6f))
* hide user chip in public applications ([813d9d2](813d9d2))
* update check for UNC path ([959d914](959d914))

### Changes in layout

* fix tree overflow ([711e527](711e527))
  • Loading branch information
semantic-release-bot committed May 31, 2024
1 parent 6965c10 commit 5b9202f
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## [8.4.0](https://github.com/terrestris/shogun-gis-client/compare/v8.3.0...v8.4.0) (2024-05-31)


### Dependencies

* **deps-dev:** bump @babel/core from 7.24.0 to 7.24.5 ([bbf7ebc](https://github.com/terrestris/shogun-gis-client/commit/bbf7ebc2de4862408394e6d59a99a8bdb5ae02bc))
* **deps-dev:** bump @playwright/test from 1.42.1 to 1.44.1 ([9718ae5](https://github.com/terrestris/shogun-gis-client/commit/9718ae5265b8c4bd58d00443439d64f58699649d))
* **deps-dev:** bump @semantic-release/github from 10.0.4 to 10.0.5 ([cc003dc](https://github.com/terrestris/shogun-gis-client/commit/cc003dcacf5e0e4fa5ea1e90caf8507148582012))
* **deps-dev:** bump @semantic-release/npm from 11.0.2 to 12.0.1 ([0f9e413](https://github.com/terrestris/shogun-gis-client/commit/0f9e41385dd1f76047068109f0f2b1c296f80673))
* **deps-dev:** bump @types/node from 20.12.11 to 20.12.12 ([61fddcf](https://github.com/terrestris/shogun-gis-client/commit/61fddcf00a4c43ae4d79b362dfd3373cb89a9c0b))
* **deps-dev:** bump css-loader from 6.10.0 to 7.1.2 ([71d6a25](https://github.com/terrestris/shogun-gis-client/commit/71d6a25886f3380c153fadc928202eb56f37d569))
* **deps:** bump react-i18next from 14.1.1 to 14.1.2 ([36991e9](https://github.com/terrestris/shogun-gis-client/commit/36991e9f8163011f7599d48d49556a9793ed2c84))
* moves styling to .less file ([196f53e](https://github.com/terrestris/shogun-gis-client/commit/196f53e1670dc6cec370d43da68baeebdd88033d))


### Features

* create <a /> for links in DisplayField ([ead68e7](https://github.com/terrestris/shogun-gis-client/commit/ead68e7b981076a528504d14752664d2e2a83d0f))


### Bugfixes

* extracts further elements to .less and makes a slight styling change ([77406cf](https://github.com/terrestris/shogun-gis-client/commit/77406cf448706f7bdbbf0c6af3995ae1bc81cc82))
* fixes loading indicator and adjusts spacing ([0523e6f](https://github.com/terrestris/shogun-gis-client/commit/0523e6f5864738fe0e792f473fa0db521008b720))
* hide user chip in public applications ([813d9d2](https://github.com/terrestris/shogun-gis-client/commit/813d9d247d0a116f04f9fafd2d725ef8064a8f38))
* update check for UNC path ([959d914](https://github.com/terrestris/shogun-gis-client/commit/959d9147c4af174032c51c77ee7fac0e42182112))


### Changes in layout

* fix tree overflow ([711e527](https://github.com/terrestris/shogun-gis-client/commit/711e52771940b3865d9adb40199d2b3dec0985f7))

## [8.3.0](https://github.com/terrestris/shogun-gis-client/compare/v8.2.1...v8.3.0) (2024-05-21)


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": "8.3.0",
"version": "8.4.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 5b9202f

Please sign in to comment.