Skip to content

Commit

Permalink
Merge pull request #3 from blb-ventures/release-please--branches--mai…
Browse files Browse the repository at this point in the history
…n--components--resource

chore(main): release 0.9.0
  • Loading branch information
edusig authored May 12, 2023
2 parents 31280b3 + 3bc85a1 commit 6119c32
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.9.0](https://github.com/blb-ventures/resource/compare/v0.8.1...v0.9.0) (2023-05-12)


### Features

* makes display function returns a generic and makes it more lax by defaulting it to string|null ([31280b3](https://github.com/blb-ventures/resource/commit/31280b3fa845cf0ae7ff251c18819fca8edf0ab0))
* makes react-hook-form adapter return more lax by allowing it to return JSX.Element | null ([31280b3](https://github.com/blb-ventures/resource/commit/31280b3fa845cf0ae7ff251c18819fca8edf0ab0))

## [0.8.1](https://github.com/blb-ventures/resource/compare/v0.8.0...v0.8.1) (2023-05-12)


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": "@blb-ventures/resource",
"version": "0.8.1",
"version": "0.9.0",
"description": "",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down

0 comments on commit 6119c32

Please sign in to comment.