Skip to content

Commit

Permalink
Prepare for v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed Nov 2, 2021
1 parent 39dec0b commit e3208c9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.1.1](https://github.com/andyrichardson/fielder/tree/2.1.1) (2021-11-02)

[Full Changelog](https://github.com/andyrichardson/fielder/compare/v2.1.0...2.1.1)

**Closed issues:**

- useLayoutEffect warning when server side rendering [\#317](https://github.com/andyrichardson/fielder/issues/317)

**Merged pull requests:**

- Fix next.js support [\#318](https://github.com/andyrichardson/fielder/pull/318) ([andyrichardson](https://github.com/andyrichardson))
- Update dev deps [\#302](https://github.com/andyrichardson/fielder/pull/302) ([andyrichardson](https://github.com/andyrichardson))

## [2.1.0](https://github.com/andyrichardson/fielder/tree/2.1.0) (2021-01-13)

[Full Changelog](https://github.com/andyrichardson/fielder/compare/v2.0.0...2.1.0)
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": "fielder",
"version": "2.1.0",
"version": "2.1.1",
"description": "A field-first form library for React and React Native",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit e3208c9

Please sign in to comment.