Skip to content

Commit 8621917

Browse files
committed
Enqueue @workflow/serde for publish
1 parent 4c01dd3 commit 8621917

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"@workflow/astro": "4.0.0-beta.1",
4040
"@workflow/example-fastify": "0.0.0",
4141
"@workflow/vite": "4.0.0-beta.1",
42-
"@workflow/docs-typecheck": "0.0.0"
42+
"@workflow/docs-typecheck": "0.0.0",
43+
"@workflow/serde": "4.0.0"
4344
},
4445
"changesets": [
4546
"add-documentation",

.changeset/slow-parks-roll.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@workflow/serde": patch
3+
---
4+
5+
Initial release

packages/serde/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workflow/serde",
33
"description": "Serialization symbols for custom class serialization in Workflow DevKit",
4-
"version": "4.0.1-beta.1",
4+
"version": "4.0.1-beta.0",
55
"type": "module",
66
"main": "dist/index.js",
77
"files": [

0 commit comments

Comments
 (0)