Skip to content

Commit

Permalink
4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Jun 22, 2024
1 parent bab7dca commit c1fec61
Show file tree
Hide file tree
Showing 152 changed files with 715 additions and 299 deletions.
10 changes: 0 additions & 10 deletions common/changes/@itwin/core-backend/2024-06-17-13-57.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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": "4.7.1",
"version": "4.7.2",
"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": "4.7.2",
"tag": "@itwin/core-backend_v4.7.2",
"date": "Sat, 22 Jun 2024 01:09:54 GMT",
"comments": {
"none": [
{
"comment": "Update changed elements process options for bounding box calculations"
},
{
"comment": "BriefcaseDb.closeAndReopen now refreshes the changeset property in case another process pulled changes"
}
]
}
},
{
"version": "4.7.1",
"tag": "@itwin/core-backend_v4.7.1",
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, 13 Jun 2024 22:47:31 GMT and should not be manually modified.
This log was last generated on Sat, 22 Jun 2024 01:09:54 GMT and should not be manually modified.

## 4.7.2
Sat, 22 Jun 2024 01:09:54 GMT

### Updates

- Update changed elements process options for bounding box calculations
- BriefcaseDb.closeAndReopen now refreshes the changeset property in case another process pulled changes

## 4.7.1
Thu, 13 Jun 2024 22:47:31 GMT
Expand Down
8 changes: 4 additions & 4 deletions core/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/core-backend",
"version": "4.7.1",
"version": "4.7.2",
"description": "iTwin.js backend components",
"main": "lib/cjs/core-backend.js",
"typings": "lib/cjs/core-backend",
Expand Down Expand Up @@ -45,9 +45,9 @@
"url": "http://www.bentley.com"
},
"peerDependencies": {
"@itwin/core-bentley": "workspace:^4.7.1",
"@itwin/core-common": "workspace:^4.7.1",
"@itwin/core-geometry": "workspace:^4.7.1",
"@itwin/core-bentley": "workspace:^4.7.2",
"@itwin/core-common": "workspace:^4.7.2",
"@itwin/core-geometry": "workspace:^4.7.2",
"@opentelemetry/api": "^1.0.4"
},
"peerDependenciesMeta": {
Expand Down
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": "4.7.2",
"tag": "@itwin/core-bentley_v4.7.2",
"date": "Sat, 22 Jun 2024 01:09:54 GMT",
"comments": {}
},
{
"version": "4.7.1",
"tag": "@itwin/core-bentley_v4.7.1",
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, 13 Jun 2024 22:47:31 GMT and should not be manually modified.
This log was last generated on Sat, 22 Jun 2024 01:09:54 GMT and should not be manually modified.

## 4.7.2
Sat, 22 Jun 2024 01:09:54 GMT

_Version update only_

## 4.7.1
Thu, 13 Jun 2024 22:47:31 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": "4.7.1",
"version": "4.7.2",
"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": "4.7.2",
"tag": "@itwin/core-common_v4.7.2",
"date": "Sat, 22 Jun 2024 01:09:54 GMT",
"comments": {
"none": [
{
"comment": "Fixed planar masks when using new tiles"
}
]
}
},
{
"version": "4.7.1",
"tag": "@itwin/core-common_v4.7.1",
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, 13 Jun 2024 22:47:31 GMT and should not be manually modified.
This log was last generated on Sat, 22 Jun 2024 01:09:54 GMT and should not be manually modified.

## 4.7.2
Sat, 22 Jun 2024 01:09:54 GMT

### Updates

- Fixed planar masks when using new tiles

## 4.7.1
Thu, 13 Jun 2024 22:47:31 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": "4.7.1",
"version": "4.7.2",
"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 @@ -40,8 +40,8 @@
"js-base64": "^3.6.1"
},
"peerDependencies": {
"@itwin/core-bentley": "workspace:^4.7.1",
"@itwin/core-geometry": "workspace:^4.7.1"
"@itwin/core-bentley": "workspace:^4.7.2",
"@itwin/core-geometry": "workspace:^4.7.2"
},
"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": "4.7.2",
"tag": "@itwin/ecschema-editing_v4.7.2",
"date": "Sat, 22 Jun 2024 01:09:54 GMT",
"comments": {}
},
{
"version": "4.7.1",
"tag": "@itwin/ecschema-editing_v4.7.1",
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, 13 Jun 2024 22:47:32 GMT and should not be manually modified.
This log was last generated on Sat, 22 Jun 2024 01:09:54 GMT and should not be manually modified.

## 4.7.2
Sat, 22 Jun 2024 01:09:54 GMT

_Version update only_

## 4.7.1
Thu, 13 Jun 2024 22:47:32 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": "4.7.1",
"version": "4.7.2",
"description": "ECSchema editing and validation API",
"license": "MIT",
"main": "lib/cjs/ecschema-editing.js",
Expand Down Expand Up @@ -62,9 +62,9 @@
"typescript": "~5.3.3"
},
"peerDependencies": {
"@itwin/core-bentley": "workspace:^4.7.1",
"@itwin/core-quantity": "workspace:^4.7.1",
"@itwin/ecschema-metadata": "workspace:^4.7.1"
"@itwin/core-bentley": "workspace:^4.7.2",
"@itwin/core-quantity": "workspace:^4.7.2",
"@itwin/ecschema-metadata": "workspace:^4.7.2"
},
"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": "4.7.2",
"tag": "@itwin/ecschema-locaters_v4.7.2",
"date": "Sat, 22 Jun 2024 01:09:54 GMT",
"comments": {}
},
{
"version": "4.7.1",
"tag": "@itwin/ecschema-locaters_v4.7.1",
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, 13 Jun 2024 22:47:32 GMT and should not be manually modified.
This log was last generated on Sat, 22 Jun 2024 01:09:54 GMT and should not be manually modified.

## 4.7.2
Sat, 22 Jun 2024 01:09:54 GMT

_Version update only_

## 4.7.1
Thu, 13 Jun 2024 22:47:32 GMT
Expand Down
Loading

0 comments on commit c1fec61

Please sign in to comment.