Skip to content

Commit

Permalink
Release packages [publish docs] (#163)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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](https://github.com/iTwin/changed-elements-react/tree/v0.12.0/packages/changed-elements-react)
- 2025-01-22

- 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.

    ```TypeScript
import { NamedVersionSelectorWidget } from
"@itwin/changed-elements-react/experimental";

    [...]

      return (
        <VersionCompareContext iModelsClient={iModelsClient}>
          <NamedVersionSelectorWidget iModel={iModel} />
        </VersionCompareContext>
      );
    }
    ```

Co-authored-by: imodeljs-admin <[email protected]>
  • Loading branch information
imodeljs-admin and imodeljs-admin authored Jan 22, 2025
1 parent 3a89500 commit 7d2cba5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .changeset/rare-peaches-double.md

This file was deleted.

21 changes: 21 additions & 0 deletions packages/changed-elements-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 0.12.0

### Minor Changes

#### [0.12.0](https://github.com/iTwin/changed-elements-react/tree/v0.12.0/packages/changed-elements-react) - 2025-01-22

- 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.

```TypeScript
import { NamedVersionSelectorWidget } from "@itwin/changed-elements-react/experimental";

[...]

return (
<VersionCompareContext iModelsClient={iModelsClient}>
<NamedVersionSelectorWidget iModel={iModel} />
</VersionCompareContext>
);
}
```

## 0.11.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/changed-elements-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/changed-elements-react",
"version": "0.11.4",
"version": "0.12.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7d2cba5

Please sign in to comment.