Skip to content

Commit

Permalink
3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Sep 27, 2022
1 parent b0f4c99 commit 8d9d455
Show file tree
Hide file tree
Showing 172 changed files with 881 additions and 304 deletions.
6 changes: 6 additions & 0 deletions clients/imodelhub/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@bentley/imodelbank-client",
"entries": [
{
"version": "3.3.5",
"tag": "@bentley/imodelbank-client_v3.3.5",
"date": "Tue, 27 Sep 2022 11:50:59 GMT",
"comments": {}
},
{
"version": "3.3.4",
"tag": "@bentley/imodelbank-client_v3.3.4",
Expand Down
7 changes: 6 additions & 1 deletion clients/imodelhub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @bentley/imodelbank-client

This log was last generated on Thu, 08 Sep 2022 19:00:04 GMT and should not be manually modified.
This log was last generated on Tue, 27 Sep 2022 11:50:59 GMT and should not be manually modified.

## 3.3.5
Tue, 27 Sep 2022 11:50:59 GMT

_Version update only_

## 3.3.4
Thu, 08 Sep 2022 19:00:04 GMT
Expand Down
4 changes: 2 additions & 2 deletions clients/imodelhub/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bentley/imodelbank-client",
"private": true,
"version": "3.3.4",
"version": "3.3.5",
"description": "iModel.js iModelHub Client",
"main": "lib/cjs/imodelhub-client.js",
"modules": "lib/esm/imodelhub-client.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"superagent": "7.1.3"
},
"peerDependencies": {
"@itwin/core-bentley": "workspace:^3.3.4"
"@itwin/core-bentley": "workspace:^3.3.5"
},
"devDependencies": {
"@itwin/core-backend": "workspace:*",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"policyName": "prerelease-monorepo-lockStep",
"definitionName": "lockStepVersion",
"version": "3.3.4",
"version": "3.3.5",
"nextBump": "prerelease"
}
]
15 changes: 15 additions & 0 deletions core/backend/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@itwin/core-backend",
"entries": [
{
"version": "3.3.5",
"tag": "@itwin/core-backend_v3.3.5",
"date": "Tue, 27 Sep 2022 11:50:59 GMT",
"comments": {
"none": [
{
"comment": "Add some logging in CustomViewState3dCreator."
},
{
"comment": "time getmodelextents per modelid"
}
]
}
},
{
"version": "3.3.4",
"tag": "@itwin/core-backend_v3.3.4",
Expand Down
10 changes: 9 additions & 1 deletion core/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @itwin/core-backend

This log was last generated on Thu, 08 Sep 2022 19:00:04 GMT and should not be manually modified.
This log was last generated on Tue, 27 Sep 2022 11:50:59 GMT and should not be manually modified.

## 3.3.5
Tue, 27 Sep 2022 11:50:59 GMT

### Updates

- Add some logging in CustomViewState3dCreator.
- time getmodelextents per modelid

## 3.3.4
Thu, 08 Sep 2022 19:00:04 GMT
Expand Down
12 changes: 6 additions & 6 deletions core/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/core-backend",
"version": "3.3.4",
"version": "3.3.5",
"description": "iTwin.js backend components",
"main": "lib/cjs/core-backend.js",
"typings": "lib/cjs/core-backend",
Expand Down Expand Up @@ -41,10 +41,10 @@
"url": "http://www.bentley.com"
},
"peerDependencies": {
"@itwin/core-bentley": "workspace:^3.3.4",
"@itwin/core-common": "workspace:^3.3.4",
"@itwin/core-geometry": "workspace:^3.3.4",
"@itwin/ecschema-metadata": "workspace:^3.3.4",
"@itwin/core-bentley": "workspace:^3.3.5",
"@itwin/core-common": "workspace:^3.3.5",
"@itwin/core-geometry": "workspace:^3.3.5",
"@itwin/ecschema-metadata": "workspace:^3.3.5",
"@opentelemetry/api": "^1.0.4"
},
"peerDependenciesMeta": {
Expand Down Expand Up @@ -129,4 +129,4 @@
}
]
}
}
}
6 changes: 6 additions & 0 deletions core/bentley/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@itwin/core-bentley",
"entries": [
{
"version": "3.3.5",
"tag": "@itwin/core-bentley_v3.3.5",
"date": "Tue, 27 Sep 2022 11:50:59 GMT",
"comments": {}
},
{
"version": "3.3.4",
"tag": "@itwin/core-bentley_v3.3.4",
Expand Down
7 changes: 6 additions & 1 deletion core/bentley/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @itwin/core-bentley

This log was last generated on Thu, 08 Sep 2022 19:00:04 GMT and should not be manually modified.
This log was last generated on Tue, 27 Sep 2022 11:50:59 GMT and should not be manually modified.

## 3.3.5
Tue, 27 Sep 2022 11:50:59 GMT

_Version update only_

## 3.3.4
Thu, 08 Sep 2022 19:00:04 GMT
Expand Down
2 changes: 1 addition & 1 deletion core/bentley/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/core-bentley",
"version": "3.3.4",
"version": "3.3.5",
"description": "Bentley JavaScript core components",
"main": "lib/cjs/core-bentley.js",
"module": "lib/esm/core-bentley.js",
Expand Down
12 changes: 12 additions & 0 deletions core/common/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@itwin/core-common",
"entries": [
{
"version": "3.3.5",
"tag": "@itwin/core-common_v3.3.5",
"date": "Tue, 27 Sep 2022 11:50:59 GMT",
"comments": {
"none": [
{
"comment": "add 408,429, and consider 408,429, and 500 transient fault"
}
]
}
},
{
"version": "3.3.4",
"tag": "@itwin/core-common_v3.3.4",
Expand Down
9 changes: 8 additions & 1 deletion core/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @itwin/core-common

This log was last generated on Thu, 08 Sep 2022 19:00:04 GMT and should not be manually modified.
This log was last generated on Tue, 27 Sep 2022 11:50:59 GMT and should not be manually modified.

## 3.3.5
Tue, 27 Sep 2022 11:50:59 GMT

### Updates

- add 408,429, and consider 408,429, and 500 transient fault

## 3.3.4
Thu, 08 Sep 2022 19:00:04 GMT
Expand Down
6 changes: 3 additions & 3 deletions core/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/core-common",
"version": "3.3.4",
"version": "3.3.5",
"description": "iTwin.js components common to frontend and backend",
"main": "lib/cjs/core-common.js",
"module": "lib/esm/core-common.js",
Expand Down Expand Up @@ -42,8 +42,8 @@
"js-base64": "^3.6.1"
},
"peerDependencies": {
"@itwin/core-bentley": "workspace:^3.3.4",
"@itwin/core-geometry": "workspace:^3.3.4"
"@itwin/core-bentley": "workspace:^3.3.5",
"@itwin/core-geometry": "workspace:^3.3.5"
},
"devDependencies": {
"@itwin/build-tools": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions core/ecschema-editing/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@itwin/ecschema-editing",
"entries": [
{
"version": "3.3.5",
"tag": "@itwin/ecschema-editing_v3.3.5",
"date": "Tue, 27 Sep 2022 11:50:59 GMT",
"comments": {}
},
{
"version": "3.3.4",
"tag": "@itwin/ecschema-editing_v3.3.4",
Expand Down
7 changes: 6 additions & 1 deletion core/ecschema-editing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @itwin/ecschema-editing

This log was last generated on Thu, 08 Sep 2022 19:00:05 GMT and should not be manually modified.
This log was last generated on Tue, 27 Sep 2022 11:50:59 GMT and should not be manually modified.

## 3.3.5
Tue, 27 Sep 2022 11:50:59 GMT

_Version update only_

## 3.3.4
Thu, 08 Sep 2022 19:00:05 GMT
Expand Down
8 changes: 4 additions & 4 deletions core/ecschema-editing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/ecschema-editing",
"version": "3.3.4",
"version": "3.3.5",
"description": "ECSchema editing and validation API",
"license": "MIT",
"main": "lib/cjs/ecschema-editing.js",
Expand Down Expand Up @@ -62,9 +62,9 @@
"typescript": "~4.4.0"
},
"peerDependencies": {
"@itwin/core-bentley": "workspace:^3.3.4",
"@itwin/core-quantity": "workspace:^3.3.4",
"@itwin/ecschema-metadata": "workspace:^3.3.4"
"@itwin/core-bentley": "workspace:^3.3.5",
"@itwin/core-quantity": "workspace:^3.3.5",
"@itwin/ecschema-metadata": "workspace:^3.3.5"
},
"nyc": {
"extends": "./node_modules/@itwin/build-tools/.nycrc"
Expand Down
6 changes: 6 additions & 0 deletions core/ecschema-locaters/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@itwin/ecschema-locaters",
"entries": [
{
"version": "3.3.5",
"tag": "@itwin/ecschema-locaters_v3.3.5",
"date": "Tue, 27 Sep 2022 11:50:59 GMT",
"comments": {}
},
{
"version": "3.3.4",
"tag": "@itwin/ecschema-locaters_v3.3.4",
Expand Down
7 changes: 6 additions & 1 deletion core/ecschema-locaters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @itwin/ecschema-locaters

This log was last generated on Thu, 08 Sep 2022 19:00:05 GMT and should not be manually modified.
This log was last generated on Tue, 27 Sep 2022 11:50:59 GMT and should not be manually modified.

## 3.3.5
Tue, 27 Sep 2022 11:50:59 GMT

_Version update only_

## 3.3.4
Thu, 08 Sep 2022 19:00:05 GMT
Expand Down
4 changes: 2 additions & 2 deletions core/ecschema-locaters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/ecschema-locaters",
"version": "3.3.4",
"version": "3.3.5",
"description": "EC Schema file locaters",
"license": "MIT",
"main": "lib/cjs/ecschema-locaters.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@xmldom/xmldom": "^0.7.0"
},
"peerDependencies": {
"@itwin/ecschema-metadata": "workspace:^3.3.4"
"@itwin/ecschema-metadata": "workspace:^3.3.5"
},
"nyc": {
"extends": "./node_modules/@itwin/build-tools/.nycrc",
Expand Down
6 changes: 6 additions & 0 deletions core/ecschema-metadata/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@itwin/ecschema-metadata",
"entries": [
{
"version": "3.3.5",
"tag": "@itwin/ecschema-metadata_v3.3.5",
"date": "Tue, 27 Sep 2022 11:50:59 GMT",
"comments": {}
},
{
"version": "3.3.4",
"tag": "@itwin/ecschema-metadata_v3.3.4",
Expand Down
7 changes: 6 additions & 1 deletion core/ecschema-metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @itwin/ecschema-metadata

This log was last generated on Thu, 08 Sep 2022 19:00:05 GMT and should not be manually modified.
This log was last generated on Tue, 27 Sep 2022 11:50:59 GMT and should not be manually modified.

## 3.3.5
Tue, 27 Sep 2022 11:50:59 GMT

_Version update only_

## 3.3.4
Thu, 08 Sep 2022 19:00:05 GMT
Expand Down
Loading

0 comments on commit 8d9d455

Please sign in to comment.