Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Apr 21, 2022
1 parent ebc27d6 commit 7e06ca3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.3
This package is not actively maintained anymore and I recommend moving to something else if you run into any bugs.

* Add React 18.x to acceptable peer dependencies.

## 2.0.2
* Add React 17.x to acceptable peer dependencies.

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-abstract-autocomplete",
"version": "2.0.2",
"version": "2.0.3",
"description": "Bring-Your-Own-UI autocomplete component for React.",
"main": "dist/react-abstract-autocomplete.cjs.js",
"jsnext:main": "dist/react-abstract-autocomplete.es.js",
Expand Down

0 comments on commit 7e06ca3

Please sign in to comment.