Skip to content

[ci] release#261

Merged
matthewp merged 1 commit intomainfrom
changeset-release/main
Dec 11, 2025
Merged

[ci] release#261
matthewp merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Dec 10, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

lit-robot@3.0.0

Major Changes

  • 7edc985: Change the signature of the Robot mixin to accomodate TypeScript's type system, remove the machine field from the class and add an onChange callback that is called in interpret;

    To migrate, convert the following code:

    class Foo extends Robot(Bar) {
        static machine = /* machine */;
        // ...
    }

    to

    class Foo extends Robot(Bar /* machine */) {
      // ...
    }

Patch Changes

  • 7edc985: Add Typescript support in the form of types

robot3@1.3.0

Minor Changes

  • bcc2995: Improve the type definition for state and invoke functions

@github-actions github-actions bot force-pushed the changeset-release/main branch from 4b243ef to 0bcaaeb Compare December 10, 2025 12:39
@matthewp matthewp merged commit 4cd08d1 into main Dec 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant