Skip to content

Commit 8e930cc

Browse files
4.9.1
1 parent fa5aafe commit 8e930cc

File tree

142 files changed

+691
-199
lines changed

Some content is hidden

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

142 files changed

+691
-199
lines changed

common/changes/@itwin/core-backend/mergify-bp-release-4.9.x-pr-7194_2024-09-25-18-59.json

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

common/changes/@itwin/core-backend/revert-7150-Soham-booleanExpsInSelect_2024-09-25-06-10.json

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

common/changes/@itwin/presentation-common/presentation-fix-failure-to-create-content-for-instances-with-nulls-in-array-properties_2024-09-25-11-30.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": "4.9.0",
5+
"version": "4.9.1",
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": "4.9.1",
6+
"tag": "@itwin/core-backend_v4.9.1",
7+
"date": "Wed, 25 Sep 2024 20:10:58 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Removed added tests for boolean exps in select statement"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "4.9.0",
618
"tag": "@itwin/core-backend_v4.9.0",

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 Mon, 23 Sep 2024 13:44:01 GMT and should not be manually modified.
3+
This log was last generated on Wed, 25 Sep 2024 20:10:58 GMT and should not be manually modified.
4+
5+
## 4.9.1
6+
Wed, 25 Sep 2024 20:10:58 GMT
7+
8+
### Updates
9+
10+
- Removed added tests for boolean exps in select statement
411

512
## 4.9.0
613
Mon, 23 Sep 2024 13:44:01 GMT

core/backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itwin/core-backend",
3-
"version": "4.9.0",
3+
"version": "4.9.1",
44
"description": "iTwin.js backend components",
55
"main": "lib/cjs/core-backend.js",
66
"typings": "lib/cjs/core-backend",
@@ -45,9 +45,9 @@
4545
"url": "http://www.bentley.com"
4646
},
4747
"peerDependencies": {
48-
"@itwin/core-bentley": "workspace:^4.9.0",
49-
"@itwin/core-common": "workspace:^4.9.0",
50-
"@itwin/core-geometry": "workspace:^4.9.0",
48+
"@itwin/core-bentley": "workspace:^4.9.1",
49+
"@itwin/core-common": "workspace:^4.9.1",
50+
"@itwin/core-geometry": "workspace:^4.9.1",
5151
"@opentelemetry/api": "^1.0.4"
5252
},
5353
"peerDependenciesMeta": {

core/bentley/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@itwin/core-bentley",
33
"entries": [
4+
{
5+
"version": "4.9.1",
6+
"tag": "@itwin/core-bentley_v4.9.1",
7+
"date": "Wed, 25 Sep 2024 20:10:58 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "4.9.0",
612
"tag": "@itwin/core-bentley_v4.9.0",

core/bentley/CHANGELOG.md

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

3-
This log was last generated on Mon, 23 Sep 2024 13:44:01 GMT and should not be manually modified.
3+
This log was last generated on Wed, 25 Sep 2024 20:10:58 GMT and should not be manually modified.
4+
5+
## 4.9.1
6+
Wed, 25 Sep 2024 20:10:58 GMT
7+
8+
_Version update only_
49

510
## 4.9.0
611
Mon, 23 Sep 2024 13:44:01 GMT

core/bentley/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itwin/core-bentley",
3-
"version": "4.9.0",
3+
"version": "4.9.1",
44
"description": "Bentley JavaScript core components",
55
"main": "lib/cjs/core-bentley.js",
66
"module": "lib/esm/core-bentley.js",

0 commit comments

Comments
 (0)