Skip to content

Commit

Permalink
chore: release v4.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahennr committed Feb 29, 2024
1 parent 866bee7 commit a0fe704
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@


## [4.0.0-beta.2](https://github.com/terrestris/react-util/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2024-02-29)


### Features

* introduce useCoordinateInfoHook ([45a132a](https://github.com/terrestris/react-util/commit/45a132a9009290c1cc7d34c9a7dc06ef8ae03f8e))
* introduce useNominatim hook ([db4375b](https://github.com/terrestris/react-util/commit/db4375b33089c293684164a9b5a74bf58ee57f93))
* introduce useProjFromEpsgIO hook ([8cf5fb2](https://github.com/terrestris/react-util/commit/8cf5fb24306ae076ad8dd730085e49c9a9aae67b))


### Bug Fixes

* adds missing inkmap dependency ([83eb5c5](https://github.com/terrestris/react-util/commit/83eb5c57e4db06bea44a419bbab26dd1fc57f1ca))
* remove [@types-react](https://github.com/types-react) from peer-dependencies ([0cebe8b](https://github.com/terrestris/react-util/commit/0cebe8b81c978a65179dde9bfe6c71e8ccfff672))
* use async function call and return CoordinateInfoResult directly ([894cd83](https://github.com/terrestris/react-util/commit/894cd830b440c480ad44d182587f43da0dbbe3cd))

## [4.0.0-beta.1](https://github.com/terrestris/react-util/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2024-02-16)


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/react-util",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "A set of utilities enhancing the development of react applications.",
"keywords": [
"react",
Expand Down

0 comments on commit a0fe704

Please sign in to comment.