Skip to content

Commit 7aef8d0

Browse files
committed
Fix versioning collision
1 parent 84bba87 commit 7aef8d0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/connect-react/CHANGELOG.md

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

4-
# [1.0.0-preview.8] - 2024-12-09
4+
# [1.0.0-preview.9] - 2024-12-10
55

66
- Disabled submit button when form is incomplete
77

8+
# [1.0.0-preview.8] - 2024-12-09
9+
10+
- Fix dynamic props in the Connect demo app
11+
812
# [1.0.0-preview.7] - 2024-12-05
913

1014
- Use proper casing for `stringOptions` now that configure prop is properly async

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

0 commit comments

Comments
 (0)