Skip to content

Commit 6805a60

Browse files
committed
Versioning
1 parent c2ef751 commit 6805a60

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.11] - 2024-12-13
5+
6+
- Make prop validation more consistent with app behavior
7+
- Relax validation of string props when value is not a string
8+
49
# [1.0.0-preview.10] - 2024-12-12
510

611
- Enforce string length limits

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.10",
3+
"version": "1.0.0-preview.11",
44
"description": "Pipedream Connect library for React",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)