Skip to content

Commit 5e10197

Browse files
committed
version/changelog bump
1 parent 7b7b2f6 commit 5e10197

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/connect-react/CHANGELOG.md

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

4+
# [1.0.0-preview.30] - 2025-02-19
5+
6+
- SelectApp and SelectComponent Improvements
7+
48
# [1.0.0-preview.29] - 2025-02-10
59

610
- Fix enableDebugging state update bug

packages/connect-react/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/connect-react",
3-
"version": "1.0.0-preview.29",
3+
"version": "1.0.0-preview.30",
44
"description": "Pipedream Connect library for React",
55
"files": [
66
"dist"
@@ -18,7 +18,8 @@
1818
},
1919
"scripts": {
2020
"build": "vite build",
21-
"prepare": "pnpm run build"
21+
"prepare": "pnpm run build",
22+
"watch": "NODE_ENV=development vite build --watch --mode development"
2223
},
2324
"publishConfig": {
2425
"access": "public"

0 commit comments

Comments
 (0)