Skip to content

Commit 4ca9a3e

Browse files
SchnizTooTallNatepranaygpadriandlamijjk
committed
Introducing Workflow DevKit
build durable, resilient, and observable workflows. Co-authored-by: Nathan Rajlich <n@n8.io> Co-authored-by: Pranay Prakash <pranay.gp@gmail.com> Co-authored-by: Adrian <me@adriandlam.com> Co-authored-by: JJ Kasper <jj@jjsweb.site> Co-authored-by: Vercel Release Bot <88769842+vercel-release-bot@users.noreply.github.com> Co-authored-by: Peter Wielander <mittgfu@gmail.com> Co-authored-by: Hayden Bleasel <hello@haydenbleasel.com> Co-authored-by: Gal Schlezinger <gal@spitfire.co.il> Co-authored-by: Manuel Muñoz Solera <mamuso@mamuso.net> Co-authored-by: Garrett <garrett.tolbert@vercel.com> Co-authored-by: Lars Grammel <lars.grammel@gmail.com> Co-authored-by: Pooya Parsa <pyapar@gmail.com> Co-authored-by: Tom Dale <tom@tomdale.net> Co-authored-by: Vishal Yathish <135551666+visyat@users.noreply.github.com> Co-authored-by: josh <144584931+dancer@users.noreply.github.com>
0 parents  commit 4ca9a3e

File tree

814 files changed

+201396
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

814 files changed

+201396
-0
lines changed

.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/config.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "public",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": [
11+
"docs",
12+
"nextjs-turbopack",
13+
"nextjs-webpack",
14+
"@workflow/example-app",
15+
"@workflow/example-hono",
16+
"@workflow/example-nitro-v3",
17+
"@workflow/example-nitro-v2",
18+
"@workflow/example-nuxt"
19+
]
20+
}

.changeset/cool-radios-beg.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@workflow/cli": patch
3+
---
4+
5+
CLI: Allow using package names instead of alias names for --backend flag

.changeset/cool-zebras-yawn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@workflow/core": patch
3+
---
4+
5+
Fix seedrandom not being listed in dependencies

.changeset/dark-toys-melt.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
"@workflow/swc-plugin": patch
3+
"@workflow/typescript-plugin": patch
4+
"@workflow/world-testing": patch
5+
"@workflow/world-vercel": patch
6+
"@workflow/world-local": patch
7+
"workflow": patch
8+
"@workflow/errors": patch
9+
"@workflow/core": patch
10+
"@workflow/next": patch
11+
"@workflow/cli": patch
12+
"@workflow/ai": patch
13+
---
14+
15+
Add "description" field to `package.json` file

.changeset/dull-adults-wonder.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
"@workflow/swc-plugin": patch
3+
"@workflow/typescript-plugin": patch
4+
"@workflow/world-postgres": patch
5+
"@workflow/world-testing": patch
6+
"@workflow/world-vercel": patch
7+
"@workflow/world-local": patch
8+
"@workflow/tsconfig": patch
9+
"workflow": patch
10+
"@workflow/errors": patch
11+
"@workflow/world": patch
12+
"@workflow/core": patch
13+
"@workflow/next": patch
14+
"@workflow/cli": patch
15+
"@workflow/web": patch
16+
"@workflow/ai": patch
17+
---
18+
19+
Initial publish

.changeset/fast-eels-warn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@workflow/web": patch
3+
---
4+
5+
Refactor trace-viewer API, fix visibility of tiny traces

.changeset/free-forks-relax.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"workflow": patch
3+
---
4+
5+
Add cecilio to README

.changeset/green-ducks-wave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@workflow/cli": patch
3+
---
4+
5+
Allow specifying vercel world package name as an alias for "vercel"

.changeset/kind-vans-shout.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@workflow/core": patch
3+
---
4+
5+
Handle multiple step_started events in event log

0 commit comments

Comments
 (0)