@itwin/ecschema-editing 4.7.0-dev.4 → 4.7.0-dev.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,17 @@
1
1
  # Change Log - @itwin/ecschema-editing
2
2
 
3
- This log was last generated on Tue, 16 Apr 2024 14:47:36 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 15 May 2024 21:32:22 GMT and should not be manually modified.
4
+
5
+ ## 4.6.0
6
+ Mon, 13 May 2024 20:32:51 GMT
7
+
8
+ ### Updates
9
+
10
+ - Additional API added for the editing of Property attributes.
11
+ - PropertyMerger mutual calls replaced with editor calls
12
+ - Replaced schema changes api with differencing api in SchemaMerger
13
+ - Added setBaseClass method for Struct and RelationshipClass
14
+ - Skip value change diagnotics if SchemaItem is missing
4
15
 
5
16
  ## 4.5.2
6
17
  Tue, 16 Apr 2024 14:46:22 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-editing",
3
- "version": "4.7.0-dev.4",
3
+ "version": "4.7.0-dev.5",
4
4
  "description": "ECSchema editing and validation API",
5
5
  "license": "MIT",
6
6
  "main": "lib/cjs/ecschema-editing.js",
@@ -42,16 +42,16 @@
42
42
  "rimraf": "^3.0.2",
43
43
  "sinon": "^17.0.1",
44
44
  "typescript": "~5.3.3",
45
- "@itwin/core-bentley": "4.7.0-dev.4",
46
- "@itwin/build-tools": "4.7.0-dev.4",
47
- "@itwin/core-common": "4.7.0-dev.4",
48
- "@itwin/ecschema-metadata": "4.7.0-dev.4",
49
- "@itwin/core-quantity": "4.7.0-dev.4"
45
+ "@itwin/core-bentley": "4.7.0-dev.5",
46
+ "@itwin/build-tools": "4.7.0-dev.5",
47
+ "@itwin/core-common": "4.7.0-dev.5",
48
+ "@itwin/core-quantity": "4.7.0-dev.5",
49
+ "@itwin/ecschema-metadata": "4.7.0-dev.5"
50
50
  },
51
51
  "peerDependencies": {
52
- "@itwin/core-bentley": "^4.7.0-dev.4",
53
- "@itwin/core-quantity": "^4.7.0-dev.4",
54
- "@itwin/ecschema-metadata": "^4.7.0-dev.4"
52
+ "@itwin/core-bentley": "^4.7.0-dev.5",
53
+ "@itwin/core-quantity": "^4.7.0-dev.5",
54
+ "@itwin/ecschema-metadata": "^4.7.0-dev.5"
55
55
  },
56
56
  "nyc": {
57
57
  "extends": "./node_modules/@itwin/build-tools/.nycrc"