Skip to content

Commit

Permalink
chore(release): 19.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [19.1.0](v19.0.1...v19.1.0) (2024-10-17)

### Features

* allow null for optional properties of Plate ([ddcccb0](ddcccb0))
  • Loading branch information
semantic-release-bot committed Oct 17, 2024
1 parent ddcccb0 commit 7389fb1
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 @@
# [19.1.0](https://github.com/mll-lab/react-components/compare/v19.0.1...v19.1.0) (2024-10-17)


### Features

* allow null for optional properties of Plate ([ddcccb0](https://github.com/mll-lab/react-components/commit/ddcccb0d5d206b440f91ed1420cdbb55adc4a3d8))

## [19.0.1](https://github.com/mll-lab/react-components/compare/v19.0.0...v19.0.1) (2024-10-04)


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": "19.0.1",
"version": "19.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 7389fb1

Please sign in to comment.