Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 18:46
· 172 commits to main since this release
2cdd2e5

Minor Changes

  • #85 f53b03f Thanks @ynotdraw! - A template-registry is now exported from ember-velcro to use with Glint. To use it in your apps and addons, add the following to your existing registry:

    import type EmberVelcroRegistry from "ember-velcro/template-registry";
    
    declare module "@glint/environment-ember-loose/registry" {
      export default interface Registry extends EmberVelcroRegistry {
        // Other items here
      }
    }

Patch Changes

  • #84 5b49970 Thanks @ynotdraw! - (internal): swap semantic-release for Changesets so that we can have more granular control over releases, and batch breaking changes together without massive PRs

Bug Fixes