Skip to content

Commit

Permalink
fix changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Aug 14, 2023
1 parent 9f0363b commit cd877ce
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [["*/core", "*/common", "*/wallet", "*/mock-chain", "*/compiler", "*/crypto"]],
"linked": [
["*/core", "*/common", "*/wallet", "*/mock-chain", "*/compiler", "*/crypto", "*/serializer"]
],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch"
Expand Down
5 changes: 5 additions & 0 deletions .changeset/hungry-plums-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fleet-sdk/serializer": minor
---

Add embedded `SColl` support.
5 changes: 5 additions & 0 deletions .changeset/serious-bobcats-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fleet-sdk/serializer": minor
---

Add `SPair` type support.

0 comments on commit cd877ce

Please sign in to comment.