Skip to content

Commit 0e9055c

Browse files
authored
6.9.9 (#773)
* 6.9.9 * fix changelog
1 parent e547738 commit 0e9055c

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,24 @@
2121
### :house: Internal
2222
-->
2323

24+
## [6.9.9 (2022-04-26)](https://github.com/bokuweb/re-resizable/compare/v6.9.9...v6.9.8)
25+
26+
### :nail_care: Enhancement
27+
28+
- use native `endsWith`.
29+
- remove `fast-memoize`.
30+
2431
## [6.9.8 (2022-04-22)](https://github.com/bokuweb/re-resizable/compare/v6.9.8...v6.9.6)
2532

26-
### 💅 use `flushSync` in mouseMove.
33+
### :nail_care: Enhancement
34+
35+
- use `flushSync` in mouseMove.
2736

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

30-
### 💅 add peerdeps.
39+
### :nail_care: Enhancement
40+
41+
- add `react` and `react-dom` to peer deps.
3142

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

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "re-resizable",
3-
"version": "6.9.8",
3+
"version": "6.9.9",
44
"description": "Resizable component for React.",
55
"title": "re-resizable",
66
"main": "./lib/index.es5.js",
@@ -101,8 +101,7 @@
101101
],
102102
"fixture": "./test/fixture.html"
103103
},
104-
"dependencies": {
105-
},
104+
"dependencies": {},
106105
"peerDependencies": {
107106
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
108107
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0"

0 commit comments

Comments
 (0)