Skip to content

Commit

Permalink
Release packages [publish docs] (#166)
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]

### Patch Changes

####
[0.12.2](https://github.com/iTwin/changed-elements-react/tree/v0.12.2/packages/changed-elements-react)
- 2025-01-28

Added a feedback button to the experimental UI and fixed the spacing on
named versions in the new widget list.
Import moved for experimental UI. As previous way of importing did not
work.
Marked new component as a alpha and and subject to change.

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

[...]

  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 28, 2025
1 parent 1268d5a commit 5984e6e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .changeset/breezy-cherries-compete.md

This file was deleted.

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

## 0.12.2

### Patch Changes

#### [0.12.2](https://github.com/iTwin/changed-elements-react/tree/v0.12.2/packages/changed-elements-react) - 2025-01-28

Added a feedback button to the experimental UI and fixed the spacing on named versions in the new widget list.
Import moved for experimental UI. As previous way of importing did not work.
Marked new component as a alpha and and subject to change.

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

[...]

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

## 0.12.1

### 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.12.1",
"version": "0.12.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5984e6e

Please sign in to comment.