diff --git a/common/api/core-common.api.md b/common/api/core-common.api.md index 2640caa885ea..25afbb5513e9 100644 --- a/common/api/core-common.api.md +++ b/common/api/core-common.api.md @@ -1684,8 +1684,8 @@ export const CURRENT_REQUEST: unique symbol; // @internal export enum CurrentImdlVersion { - Combined = 1835008, - Major = 28, + Combined = 1900544, + Major = 29, Minor = 0 } diff --git a/common/changes/@itwin/core-common/fill-range-index-from-spatial_2022-06-01-21-23.json b/common/changes/@itwin/core-common/fill-range-index-from-spatial_2022-06-01-21-23.json new file mode 100644 index 000000000000..d1ac065f5d72 --- /dev/null +++ b/common/changes/@itwin/core-common/fill-range-index-from-spatial_2022-06-01-21-23.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@itwin/core-common", + "comment": "", + "type": "none" + } + ], + "packageName": "@itwin/core-common" +} \ No newline at end of file diff --git a/core/common/src/tile/IModelTileIO.ts b/core/common/src/tile/IModelTileIO.ts index 5aaa8f55788d..0ef1ae79dead 100644 --- a/core/common/src/tile/IModelTileIO.ts +++ b/core/common/src/tile/IModelTileIO.ts @@ -33,7 +33,7 @@ export enum CurrentImdlVersion { * front-end is not capable of reading the tile content. Otherwise, this front-end can read the tile content even if the header specifies a * greater minor version than CurrentVersion.Minor, although some data may be skipped. */ - Major = 28, + Major = 29, /** The unsigned 16-bit minor version number. If the major version in the tile header is equal to CurrentVersion.Major, then this package can * read the tile content even if the minor version in the tile header is greater than this value, although some data may be skipped. */