@itwin/imodel-transformer 0.1.3-dev.0 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
# Change Log - @itwin/imodel-transformer
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 20 Apr 2023 12:20:27 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.1.3
|
|
8
|
+
|
|
9
|
+
Thu, 20 Apr 2023 12:20:27 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Fixed the change of code scope when the code spec is of type Repository and code scope is not root subject ([commit](https://github.com/iTwin/transformer/commit/db9ba2c5d706506210a6eae49229dc3d031d4567))
|
|
14
|
+
|
|
7
15
|
## 0.1.2
|
|
8
16
|
|
|
9
17
|
Tue, 18 Apr 2023 14:12:45 GMT
|
package/package.json
CHANGED