Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.0...v4.0.0) (2021-02-23)

### Bug Fixes

* fix typescript errors when trying to use customComponents ([c98ff68](c98ff68))

### Features

* export event handler types ([39fb6b0](39fb6b0)), closes [#98](#98)

### BREAKING CHANGES

* Modify Webform component props
  • Loading branch information
semantic-release-bot committed Feb 23, 2021
1 parent fa332f5 commit db22a74
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [4.0.0](https://github.com/oikeuttaelaimille/gatsby-drupal-webform/compare/v3.0.0...v4.0.0) (2021-02-23)


### Bug Fixes

* fix typescript errors when trying to use customComponents ([c98ff68](https://github.com/oikeuttaelaimille/gatsby-drupal-webform/commit/c98ff68b9c2826e6e4f7f91f1821a21d2a0d8707))


### Features

* export event handler types ([39fb6b0](https://github.com/oikeuttaelaimille/gatsby-drupal-webform/commit/39fb6b0e9a9bcc7d3bd291dfdbdbdf8f7b83ff57)), closes [#98](https://github.com/oikeuttaelaimille/gatsby-drupal-webform/issues/98)


### BREAKING CHANGES

* Modify Webform component props

# [3.0.0](https://github.com/oikeuttaelaimille/gatsby-drupal-webform/compare/v2.6.4...v3.0.0) (2021-02-23)


Expand Down
2 changes: 1 addition & 1 deletion 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": "gatsby-drupal-webform",
"version": "3.0.0",
"version": "4.0.0",
"description": "React component for Drupal webforms",
"author": "Santeri Hurnanen <santeri@oikeuttaelaimille.fi>",
"license": "MIT",
Expand Down

0 comments on commit db22a74

Please sign in to comment.