Skip to content

Commit

Permalink
Update changelog messages
Browse files Browse the repository at this point in the history
  • Loading branch information
angrykoala committed Oct 24, 2023
1 parent 982d48b commit f03e5b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .changeset/hungry-camels-carry.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Add support for chained clauses on CALL clause:

- remove
- set
- delete
- detachDelete
- `Call.remove`
- `Call.set`
- `Call.delete`
- `Call.detachDelete`
4 changes: 2 additions & 2 deletions .changeset/spicy-glasses-grab.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

Add support for some chained match clauses:

- `new Match().match()`
- `new Match().optionalMatch()`
- `Match.match()`
- `Match.optionalMatch()`
10 changes: 5 additions & 5 deletions .changeset/warm-owls-yell.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

Add support for chained methods on Create clause:

- `remove`
- `delete`
- `detachDelete`
- `with`
- `create`
- `Create.remove`
- `Create.delete`
- `Create.detachDelete`
- `Create.with`
- `Create.create`

0 comments on commit f03e5b7

Please sign in to comment.