Skip to content

Commit 32aa9ff

Browse files
committed
3.0.0 -> 3.0.1
1 parent 17295b3 commit 32aa9ff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/react-resizable-panels/CHANGELOG.md

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

3+
# 3.0.1
4+
5+
- [#479](https://github.com/bvaughn/react-resizable-panels/pull/479): Improve support for Cloudflare Workers and Vercel Functions
6+
- [#480](https://github.com/bvaughn/react-resizable-panels/pull/480): Fixed `package.json#types` reference
7+
38
# 3.0.0
49

510
- [#478](https://github.com/bvaughn/react-resizable-panels/pull/478): Module is ESM-only in order to better work with modern tooling.

packages/react-resizable-panels/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-resizable-panels",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"type": "module",
55
"description": "React components for resizable panel groups/layouts",
66
"author": "Brian Vaughn <[email protected]>",

0 commit comments

Comments
 (0)