Skip to content

Version Packages#17

Merged
shairez merged 1 commit into
mainfrom
changeset-release/main
Jan 13, 2026
Merged

Version Packages#17
shairez merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jan 13, 2026

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

vitest-browser-angular@0.2.0

Minor Changes

  • ✨ component providers (by @shairez in #16)

    If you need to override providers defined on the component decorator, you can use the componentProviders option:

    @Component({
      template: '<h1>{{ title }}</h1>',
      providers: [GreetingService],
    })
    export class HelloWorldComponent {
      title = 'Hello World';
    }
    
    test('renders component with service provider', async () => {
      const { component } = await render(HelloWorldComponent, {
        componentProviders: [
          { provide: GreetingService, useClass: FakeGreetingService },
        ],
      });
    });

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 257869b to 054f629 Compare January 13, 2026 13:43
@shairez shairez merged commit c7d0568 into main Jan 13, 2026
@shairez shairez deleted the changeset-release/main branch January 13, 2026 14:59
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