We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c01dd3 commit 8621917Copy full SHA for 8621917
3 files changed
.changeset/pre.json
@@ -39,7 +39,8 @@
39
"@workflow/astro": "4.0.0-beta.1",
40
"@workflow/example-fastify": "0.0.0",
41
"@workflow/vite": "4.0.0-beta.1",
42
- "@workflow/docs-typecheck": "0.0.0"
+ "@workflow/docs-typecheck": "0.0.0",
43
+ "@workflow/serde": "4.0.0"
44
},
45
"changesets": [
46
"add-documentation",
.changeset/slow-parks-roll.md
@@ -0,0 +1,5 @@
1
+---
2
+"@workflow/serde": patch
3
4
+
5
+Initial release
packages/serde/package.json
@@ -1,7 +1,7 @@
{
"name": "@workflow/serde",
"description": "Serialization symbols for custom class serialization in Workflow DevKit",
- "version": "4.0.1-beta.1",
+ "version": "4.0.1-beta.0",
"type": "module",
6
"main": "dist/index.js",
7
"files": [
0 commit comments