Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieusieben committed Nov 14, 2024
1 parent 4b385c2 commit 3784372
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/brown-flies-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@atproto/ozone": patch
"@atproto/bsky": patch
"@atproto/api": patch
"@atproto/pds": patch
---

Update generated code to better reflect actual entity structure

5 changes: 5 additions & 0 deletions .changeset/fast-waves-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@atproto/lex-cli": patch
---

Strongly type result of generated validation helpers
5 changes: 5 additions & 0 deletions .changeset/funny-buses-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@atproto/api": patch
---

Small reduction in bundle size
5 changes: 5 additions & 0 deletions .changeset/green-cherries-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@atproto/pds": patch
---

Minor typing fixes
5 changes: 5 additions & 0 deletions .changeset/lazy-moles-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@atproto/api": minor
---

Add a `$type` property to record and custom user type interfaces
5 changes: 5 additions & 0 deletions .changeset/shiny-suns-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@atproto/lex-cli": patch
---

Strongly type client "ids" const
5 changes: 5 additions & 0 deletions .changeset/small-pumas-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@atproto/lexicon": patch
---

Add "value" parameter in ValidationResult
5 changes: 5 additions & 0 deletions .changeset/spotty-bottles-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@atproto/lex-cli": minor
---

Remove string index signature from custom objects, input and output schemas.
5 changes: 5 additions & 0 deletions .changeset/tall-laws-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@atproto/lex-cli": patch
---

Fully type validation result of generated "validate" helpers
5 changes: 5 additions & 0 deletions .changeset/young-lamps-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@atproto/lex-cli": minor
---

Add "$type" property to record and custom user types.

0 comments on commit 3784372

Please sign in to comment.