Skip to content

Commit

Permalink
chore(release): 16.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [16.0.1](v16.0.0...v16.0.1) (2023-12-19)

### Bug Fixes

* adapt types to React 18 ([0cb085f](0cb085f))
  • Loading branch information
semantic-release-bot committed Dec 19, 2023
1 parent 0cb085f commit 664067a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [16.0.1](https://github.com/mll-lab/react-components/compare/v16.0.0...v16.0.1) (2023-12-19)


### Bug Fixes

* adapt types to React 18 ([0cb085f](https://github.com/mll-lab/react-components/commit/0cb085f3dbd7e87aa684932f135352d417436205))

# [16.0.0](https://github.com/mll-lab/react-components/compare/v15.8.0...v16.0.0) (2023-11-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mll-lab/react-components",
"description": "Shared React components of MLL",
"version": "16.0.0",
"version": "16.0.1",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 664067a

Please sign in to comment.