From 25d815f80138e105223744253a2eb5d463395e95 Mon Sep 17 00:00:00 2001 From: "Craig Macomber (Microsoft)" <42876482+CraigMacomber@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:19:38 -0700 Subject: [PATCH] Fixup some changesets (#22467) ## Description Fix a couple changesets based on https://github.com/microsoft/FluidFramework/issues/22101 --- .changeset/smooth-yaks-unite.md | 2 +- .changeset/wet-hoops-drop.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.changeset/smooth-yaks-unite.md b/.changeset/smooth-yaks-unite.md index 8a33a6c0c441..bae924a953e8 100644 --- a/.changeset/smooth-yaks-unite.md +++ b/.changeset/smooth-yaks-unite.md @@ -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. diff --git a/.changeset/wet-hoops-drop.md b/.changeset/wet-hoops-drop.md index fd1a4e3c686c..e349c6e5ae4b 100644 --- a/.changeset/wet-hoops-drop.md +++ b/.changeset/wet-hoops-drop.md @@ -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");