Skip to content

Commit 243f059

Browse files
3.3.2
1 parent a3eeba4 commit 243f059

File tree

169 files changed

+864
-273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+864
-273
lines changed

clients/imodelhub/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@bentley/imodelbank-client",
33
"entries": [
4+
{
5+
"version": "3.3.2",
6+
"tag": "@bentley/imodelbank-client_v3.3.2",
7+
"date": "Thu, 01 Sep 2022 14:37:22 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "3.3.1",
612
"tag": "@bentley/imodelbank-client_v3.3.1",

clients/imodelhub/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @bentley/imodelbank-client
22

3-
This log was last generated on Fri, 26 Aug 2022 15:40:02 GMT and should not be manually modified.
3+
This log was last generated on Thu, 01 Sep 2022 14:37:22 GMT and should not be manually modified.
4+
5+
## 3.3.2
6+
Thu, 01 Sep 2022 14:37:22 GMT
7+
8+
_Version update only_
49

510
## 3.3.1
611
Fri, 26 Aug 2022 15:40:02 GMT

clients/imodelhub/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bentley/imodelbank-client",
33
"private": true,
4-
"version": "3.3.1",
4+
"version": "3.3.2",
55
"description": "iModel.js iModelHub Client",
66
"main": "lib/cjs/imodelhub-client.js",
77
"modules": "lib/esm/imodelhub-client.js",
@@ -48,7 +48,7 @@
4848
"superagent": "7.1.3"
4949
},
5050
"peerDependencies": {
51-
"@itwin/core-bentley": "workspace:^3.3.1"
51+
"@itwin/core-bentley": "workspace:^3.3.2"
5252
},
5353
"devDependencies": {
5454
"@itwin/core-backend": "workspace:*",

common/changes/@itwin/appui-react/ui-fix-camera-icon_2022-08-31-13-50.json

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

common/changes/@itwin/core-backend/imodeljs-native-3.3.13_2022-08-30-23-14.json

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

common/changes/@itwin/core-backend/nick-getcustomviewstate3ddata-freeup-loop_2022-08-29-16-31.json

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

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"policyName": "prerelease-monorepo-lockStep",
44
"definitionName": "lockStepVersion",
5-
"version": "3.3.1",
5+
"version": "3.3.2",
66
"nextBump": "prerelease"
77
}
88
]

core/backend/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@itwin/core-backend",
33
"entries": [
4+
{
5+
"version": "3.3.2",
6+
"tag": "@itwin/core-backend_v3.3.2",
7+
"date": "Thu, 01 Sep 2022 14:37:22 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "await new promise in CustomViewState3dCreator getModelExtents"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "3.3.1",
618
"tag": "@itwin/core-backend_v3.3.1",

core/backend/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @itwin/core-backend
22

3-
This log was last generated on Fri, 26 Aug 2022 15:40:02 GMT and should not be manually modified.
3+
This log was last generated on Thu, 01 Sep 2022 14:37:22 GMT and should not be manually modified.
4+
5+
## 3.3.2
6+
Thu, 01 Sep 2022 14:37:22 GMT
7+
8+
### Updates
9+
10+
- await new promise in CustomViewState3dCreator getModelExtents
411

512
## 3.3.1
613
Fri, 26 Aug 2022 15:40:02 GMT

core/backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itwin/core-backend",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "iTwin.js backend components",
55
"main": "lib/cjs/core-backend.js",
66
"typings": "lib/cjs/core-backend",
@@ -41,10 +41,10 @@
4141
"url": "http://www.bentley.com"
4242
},
4343
"peerDependencies": {
44-
"@itwin/core-bentley": "workspace:^3.3.1",
45-
"@itwin/core-common": "workspace:^3.3.1",
46-
"@itwin/core-geometry": "workspace:^3.3.1",
47-
"@itwin/ecschema-metadata": "workspace:^3.3.1",
44+
"@itwin/core-bentley": "workspace:^3.3.2",
45+
"@itwin/core-common": "workspace:^3.3.2",
46+
"@itwin/core-geometry": "workspace:^3.3.2",
47+
"@itwin/ecschema-metadata": "workspace:^3.3.2",
4848
"@opentelemetry/api": "^1.0.4"
4949
},
5050
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)