Skip to content

Commit

Permalink
Fixup some changesets (#22467)
Browse files Browse the repository at this point in the history
## Description

Fix a couple changesets based on
#22101
  • Loading branch information
CraigMacomber authored Sep 11, 2024
1 parent d9f0c37 commit 25d815f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/smooth-yaks-unite.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
---
"section": "tree"
---
Refactor code for emitting events to make it easier to copy paste into other projects.
Refactor code for emitting events to make it easier to copy into other projects

Factored event emitting utilities into their own file, `events/emitter.ts`.
Applications wishing to use SharedTree's eventing library for custom events can copy this file (and its referenced utility function) as a starting point for defining and emitting their own custom events.
Expand Down
6 changes: 4 additions & 2 deletions .changeset/wet-hoops-drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
"fluid-framework": minor
"@fluidframework/tree": minor
---
---
"section": "tree"
---


A `@beta` version of `nodeChanged` which includes the list of properties has been added.
A `@beta` version of `nodeChanged` which includes the list of properties has been added

```typescript
const factory = new SchemaFactory("example");
Expand Down

0 comments on commit 25d815f

Please sign in to comment.