Skip to content

Commit 8835a04

Browse files
committed
Update version to 1.0.0-preview.25
1 parent 3c86c88 commit 8835a04

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/connect-react/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<!-- markdownlint-disable MD024 -->
22
# Changelog
33

4+
# [1.0.0-preview.25] - 2025-01-28
5+
6+
- Show prop labels instead of values after selecting dynamic props
7+
- Fix the bug where a remote option would not be reloaded when the form component is re-rendered
8+
49
# [1.0.0-preview.24] - 2025-01-24
510

611
- Fix the bug where inputting multiple strings into an array prop would merge the strings into one

packages/connect-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/connect-react",
3-
"version": "1.0.0-preview.24",
3+
"version": "1.0.0-preview.25",
44
"description": "Pipedream Connect library for React",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)