Skip to content

Commit edc7cbd

Browse files
committed
3.1.3
1 parent b8608fe commit edc7cbd

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.npmignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 3.1.3 (Jan 1, 2026)
4+
5+
- ✏ Chore: Add `files` whitelist to package.json to reduce package size and exclude unnecessary files.
6+
37
### 3.1.2 (Jan 1, 2026)
48

59
- 🐛 Bugfix: Fix SSR crash where `Element` is not defined in Node.js environments. [#251](https://github.com/react-grid-layout/react-resizable/issues/251)

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "react-resizable",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "A component that is resizable with handles.",
55
"main": "index.js",
6+
"files": [
7+
"build/",
8+
"css/",
9+
"index.js"
10+
],
611
"scripts": {
712
"lint": "eslint lib/ __tests__/ setupTests/; flow",
813
"test": "jest --coverage",

0 commit comments

Comments
 (0)