Skip to content

Commit

Permalink
Version bump [skip actions][publish docs]
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Nov 4, 2024
1 parent f91dcaa commit 72ad128
Show file tree
Hide file tree
Showing 22 changed files with 157 additions and 135 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

127 changes: 127 additions & 0 deletions packages/transformer/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,133 @@
{
"name": "@itwin/imodel-transformer",
"entries": [
{
"date": "Mon, 04 Nov 2024 14:45:46 GMT",
"version": "1.0.0",
"tag": "@itwin/imodel-transformer_v1.0.0",
"comments": {
"prerelease": [
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "save reverse sync version for process all transformations"
},
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "remove deprecated for 3.x, 0.1.x, 0.1.0"
},
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "1.0.0-dev.0"
},
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "move to one getter for synchronizationVersion, bust a potential cached synchronizationVersion whenever we make changes to targetscopeprovenance, and only save changes if handleUnsafeMigrate makes changes not just if unsafe migrate is enabled"
},
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "Revert \"save and push changes after transformer is complete (#153)\""
},
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "add more cases to support preserveElementIdsForFiltering options"
},
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "In itwinjs versions 4.6.0 and greater DefinitionContainers are now deleted as if they were DefinitionPartitions. Made a change to onDeleteModel to treat definitinocontainers as if they were definitionpartitions"
},
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "Support setting the reversesync and sync version when unsafe-migrate is set. Also fix bug with haselementchangedcache"
},
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "add alternative schemaToXmlString"
},
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "no longer track partially commited element references"
},
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "only store deleted ESAS of kind 'Element' in processChangesets"
},
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "improve error messages for mismatching peer dependencies"
},
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "Make processAll and processChanges private, expose a public process function and let people pass isSync to constructor of imodeltransformer"
},
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": ""
},
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "in findTargetEntityId, special case the repositoryModel such that we ignore any remappings and just set the target to the repositoryModelId"
},
{
"author": "'[email protected]'",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "add extract-api.yaml"
}
],
"patch": [
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "skipPropagateChangesToRootElements should be default true"
},
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "Fixed BigMap class to implement Map (instead of extending it). Added missing method implementations."
}
],
"none": [
{
"author": "[email protected]",
"package": "@itwin/imodel-transformer",
"commit": "f91dcaa8e6d560b288a7ea3ed9203182bb870740",
"comment": "upgrade docs build tools; typescript"
}
]
}
},
{
"date": "Wed, 06 Dec 2023 15:24:30 GMT",
"tag": "@itwin/imodel-transformer_v0.4.3",
Expand Down
30 changes: 29 additions & 1 deletion packages/transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,37 @@
# Change Log - @itwin/imodel-transformer

This log was last generated on Wed, 06 Dec 2023 15:24:30 GMT and should not be manually modified.
<!-- This log was last generated on Mon, 04 Nov 2024 14:45:46 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.0.0

Mon, 04 Nov 2024 14:45:46 GMT

### Patches

- skipPropagateChangesToRootElements should be default true ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))
- Fixed BigMap class to implement Map (instead of extending it). Added missing method implementations. ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))

### Changes

- save reverse sync version for process all transformations ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))
- remove deprecated for 3.x, 0.1.x, 0.1.0 ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))
- 1.0.0-dev.0 ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))
- move to one getter for synchronizationVersion, bust a potential cached synchronizationVersion whenever we make changes to targetscopeprovenance, and only save changes if handleUnsafeMigrate makes changes not just if unsafe migrate is enabled ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))
- Revert "save and push changes after transformer is complete (#153)" ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))
- add more cases to support preserveElementIdsForFiltering options ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))
- In itwinjs versions 4.6.0 and greater DefinitionContainers are now deleted as if they were DefinitionPartitions. Made a change to onDeleteModel to treat definitinocontainers as if they were definitionpartitions ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))
- Support setting the reversesync and sync version when unsafe-migrate is set. Also fix bug with haselementchangedcache ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))
- add alternative schemaToXmlString ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))
- no longer track partially commited element references ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))
- only store deleted ESAS of kind 'Element' in processChangesets ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))
- improve error messages for mismatching peer dependencies ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))
- Make processAll and processChanges private, expose a public process function and let people pass isSync to constructor of imodeltransformer ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))
- ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))
- in findTargetEntityId, special case the repositoryModel such that we ignore any remappings and just set the target to the repositoryModelId ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))
- add extract-api.yaml ([commit](https://github.com/iTwin/transformer/commit/f91dcaa8e6d560b288a7ea3ed9203182bb870740))

## 0.4.3

Wed, 06 Dec 2023 15:24:30 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/imodel-transformer",
"version": "1.0.0-dev.24",
"version": "1.0.0",
"description": "API for exporting an iModel's parts and also importing them into another iModel",
"main": "lib/cjs/imodel-transformer.js",
"typings": "lib/cjs/imodel-transformer",
Expand Down

0 comments on commit 72ad128

Please sign in to comment.