Skip to content

Commit

Permalink
Prepared 4.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
j3ernhard committed Jul 1, 2021
1 parent 7b9fb2e commit d824a5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

## [4.2.4] # 2021-07-01
- Fixed issue in `FieldLine` for changes in `Select` and `SelectBase`

## [4.2.3] # 2021-07-01
- Fixed WAI issue in `Select` and `SelectBase`

Expand Down Expand Up @@ -48,7 +51,7 @@ All notable changes to this project will be documented in this file.
## [2.1.6] # 2019-01-07
- onCreateOption added to `CreatableSelect`

## [2.1.5] # 2018-12-16
## [2.1.5] # 2018-12-16
- Migrated to rollup to improve package size and tree shaking

## [2.1.4] # 2018-12-11
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ocean-forms-bootstrap",
"version": "4.2.3",
"version": "4.2.4",
"description": "Forms components for react based on the context api.",
"main": "build/index.js",
"module": "build/index.es.js",
Expand Down

0 comments on commit d824a5c

Please sign in to comment.