Skip to content

Commit

Permalink
6.9.9 (#773)
Browse files Browse the repository at this point in the history
* 6.9.9

* fix changelog
  • Loading branch information
bokuweb authored Apr 26, 2022
1 parent e547738 commit 0e9055c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,24 @@
### :house: Internal
-->

## [6.9.9 (2022-04-26)](https://github.com/bokuweb/re-resizable/compare/v6.9.9...v6.9.8)

### :nail_care: Enhancement

- use native `endsWith`.
- remove `fast-memoize`.

## [6.9.8 (2022-04-22)](https://github.com/bokuweb/re-resizable/compare/v6.9.8...v6.9.6)

### 💅 use `flushSync` in mouseMove.
### :nail_care: Enhancement

- use `flushSync` in mouseMove.

## [6.9.6 (2022-04-22)](https://github.com/bokuweb/re-resizable/compare/v6.9.5...v6.9.6)

### 💅 add peerdeps.
### :nail_care: Enhancement

- add `react` and `react-dom` to peer deps.

## [6.9.5 (2022-03-14)](https://github.com/bokuweb/re-resizable/compare/v6.9.2...v6.9.3)

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "re-resizable",
"version": "6.9.8",
"version": "6.9.9",
"description": "Resizable component for React.",
"title": "re-resizable",
"main": "./lib/index.es5.js",
Expand Down Expand Up @@ -101,8 +101,7 @@
],
"fixture": "./test/fixture.html"
},
"dependencies": {
},
"dependencies": {},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0"
Expand Down

0 comments on commit 0e9055c

Please sign in to comment.