Skip to content

Commit 8b71837

Browse files
committed
chore: update @railway-ts/pipelines dependency to version 0.1.16 in package.json and bun.lock; update README.md for consistency
1 parent 2efa29b commit 8b71837

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Bring your own Zod, Valibot, or ArkType via [Standard Schema](https://github.com
3232
bun add @railway-ts/use-form @railway-ts/pipelines # or npm, pnpm, yarn
3333
```
3434

35-
Requires React 18+ and @railway-ts/pipelines ^0.1.15.
35+
Requires React 18+ and @railway-ts/pipelines ^0.1.16.
3636

3737
## Quick Start
3838

@@ -218,10 +218,7 @@ export function RegistrationForm() {
218218
<span>{form.errors[ROOT_ERROR_KEY]}</span>
219219
)}
220220

221-
<button
222-
type="submit"
223-
disabled={mutation.isPending || form.isValidating}
224-
>
221+
<button type="submit" disabled={mutation.isPending || form.isValidating}>
225222
{mutation.isPending ? 'Registering...' : 'Create Account'}
226223
</button>
227224
</form>

bun.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@
7070
}
7171
],
7272
"peerDependencies": {
73-
"@railway-ts/pipelines": "^0.1.15",
73+
"@railway-ts/pipelines": "^0.1.16",
7474
"react": "^18.0.0 || ^19.0.0",
7575
"typescript": "^5"
7676
},
7777
"devDependencies": {
7878
"@happy-dom/global-registrator": "^20.0.10",
79-
"@railway-ts/pipelines": "^0.1.15",
79+
"@railway-ts/pipelines": "^0.1.16",
8080
"@testing-library/dom": "^10.4.1",
8181
"@testing-library/jest-dom": "^6.9.1",
8282
"@testing-library/react": "^16.3.0",

0 commit comments

Comments
 (0)