Skip to content

Commit

Permalink
release: mod v to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwcooper committed Sep 8, 2021
1 parent 4ba707f commit 1267856
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,7 @@ export default function App() {
}
```

1. - [ ] `MatchText` support `React` component
2. - [ ] use [scroll-into-view-if-needed](https://github.com/stipsan/scroll-into-view-if-needed) replace scroll function

more details see `src/pages/Home.tsx` and `src/pages/Search.tsx`
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ctrl-f",
"version": "0.0.1",
"version": "0.0.2",
"description": "Ctrl + f function realized by react",
"license": "MIT",
"title": "React Ctrl F",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"react": "^17.0.0",
"react-ctrl-f": "^0.0.1",
"react-ctrl-f": "^0.0.2",
"react-dom": "^17.0.0"
},
"devDependencies": {
Expand Down

1 comment on commit 1267856

@vercel
Copy link

@vercel vercel bot commented on 1267856 Sep 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.