Skip to content

Commit 5339341

Browse files
Release packages [publish docs] (#265)
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/changed-elements-react@1.0.0 ### Major Changes #### [1.0.0](https://github.com/iTwin/changed-elements-react/tree/v1.0.0/packages/changed-elements-react) - 2025-09-16 # Major Change Updated all Itwin JS to 5.x.x and stopped using deprecated methods. This is a breaking change and will require updates to consumers of this package in their implementation of their property comparison frontstage. Co-authored-by: imodeljs-admin <imodeljs-admin@users.noreply.github.com>
1 parent 0e02be4 commit 5339341

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

.changeset/itchy-rabbits-see.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/changed-elements-react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
#### [1.0.0](https://github.com/iTwin/changed-elements-react/tree/v1.0.0/packages/changed-elements-react) - 2025-09-16
8+
9+
# Major Change
10+
11+
Updated all Itwin JS to 5.x.x and stopped using deprecated methods.
12+
This is a breaking change and will require updates to consumers of this package in their implementation of their property comparison frontstage.
13+
314
## 0.17.3
415

516
### Patch Changes

packages/changed-elements-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itwin/changed-elements-react",
3-
"version": "0.17.3",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)