We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7b2f6 commit 5e10197Copy full SHA for 5e10197
packages/connect-react/CHANGELOG.md
@@ -1,6 +1,10 @@
1
<!-- markdownlint-disable MD024 -->
2
# Changelog
3
4
+# [1.0.0-preview.30] - 2025-02-19
5
+
6
+- SelectApp and SelectComponent Improvements
7
8
# [1.0.0-preview.29] - 2025-02-10
9
10
- Fix enableDebugging state update bug
packages/connect-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@pipedream/connect-react",
- "version": "1.0.0-preview.29",
+ "version": "1.0.0-preview.30",
"description": "Pipedream Connect library for React",
"files": [
"dist"
@@ -18,7 +18,8 @@
18
},
19
"scripts": {
20
"build": "vite build",
21
- "prepare": "pnpm run build"
+ "prepare": "pnpm run build",
22
+ "watch": "NODE_ENV=development vite build --watch --mode development"
23
24
"publishConfig": {
25
"access": "public"
0 commit comments