Skip to content

Commit

Permalink
Merge pull request #458 from a-type/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
a-type authored Feb 18, 2025
2 parents 92e24ad + e59041d commit 5ef5c2b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-planes-move.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @verdant-web/cli

## 4.8.0

### Minor Changes

- cb886d5: [CLI] Fixed named type generation for File fields; was "string", now "EntityFile." Fixed named type generation for nullable fields; previously named types would include `| null` union, now they only describe the defined shape and the `| null` is properly applied to Init/Destructured parent objects to specify when a null value is allowed or expected. The named types should now be more helpful for describing the actual defined value of the field in question!

## 4.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdant-web/cli",
"version": "4.7.3",
"version": "4.8.0",
"description": "Schema management tools for verdant",
"type": "module",
"bin": {
Expand Down

0 comments on commit 5ef5c2b

Please sign in to comment.