Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release packages [publish docs] #158

Merged
merged 1 commit into from
Jan 21, 2025
Merged

Conversation

imodeljs-admin
Copy link
Collaborator

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 master, this PR will be updated.

Releases

@itwin/[email protected]

Minor Changes

0.12.0 - 2025-01-21

  • Added experimental React component for the new Named Version selector. Its name or API is not stable yet, but you can try it out the following way.

    import { NamedVersionSelectorWidget } from "@itwin/changed-elements-react/experimental";
    
    [...]
    
      return (
        <VersionCompareContext iModelsClient={iModelsClient}>
          <NamedVersionSelectorWidget iModel={iModel} />
        </VersionCompareContext>
      );
    }

@imodeljs-admin imodeljs-admin requested a review from a team as a code owner January 21, 2025 17:33
@CalebGerman CalebGerman merged commit 85001e9 into master Jan 21, 2025
4 checks passed
@CalebGerman CalebGerman deleted the changeset-release/master branch January 21, 2025 17:45
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.

2 participants