diff --git a/bis-rules/package.json b/bis-rules/package.json index 5f111de8..c078088c 100644 --- a/bis-rules/package.json +++ b/bis-rules/package.json @@ -2,7 +2,7 @@ "name": "@bentley/bis-rules", "description": "Contains BIS rules for schema validation.", "license": "MIT", - "version": "0.2.179", + "version": "0.2.180", "main": "lib/bis-rules.js", "typings": "lib/bis-rules", "repository": { diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 9d9d1a22..b9c0ee98 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -2,7 +2,7 @@ { "policyName": "bsv-versions", "definitionName": "lockStepVersion", - "version": "0.2.179", + "version": "0.2.180", "nextBump": "patch" } ] diff --git a/imodel-schema-validator/package.json b/imodel-schema-validator/package.json index d719897d..fb4ce685 100644 --- a/imodel-schema-validator/package.json +++ b/imodel-schema-validator/package.json @@ -11,7 +11,7 @@ "name": "Bentley Systems, Inc.", "url": "http://www.bentley.com" }, - "version": "0.2.179", + "version": "0.2.180", "bin": { "imodel-schema-validator": "./lib/index.js" }, @@ -38,8 +38,8 @@ "@itwin/core-common": "4.8.0-dev.8", "@itwin/imodels-access-backend": "4.0.0", "@itwin/imodels-client-authoring": "4.0.0", - "@bentley/schema-comparer": "0.2.179", - "@bentley/schema-validator": "0.2.179", + "@bentley/schema-comparer": "0.2.180", + "@bentley/schema-validator": "0.2.180", "chalk": "^2.4.1", "commander": "^2.19.0", "httpntlm": "~1", diff --git a/native-schema-locater/package.json b/native-schema-locater/package.json index 7ad55893..a0894fc7 100644 --- a/native-schema-locater/package.json +++ b/native-schema-locater/package.json @@ -2,7 +2,7 @@ "name": "@bentley/native-schema-locater", "description": "Contains an XML schema file locater which uses the native addon to deserialize EC 3.1 schemas", "license": "MIT", - "version": "0.2.179", + "version": "0.2.180", "main": "./lib/native-schema-locater.js", "typings": "./lib/native-schema-locater", "repository": { diff --git a/schema-comparer/package.json b/schema-comparer/package.json index 0496ab0d..8c88662e 100644 --- a/schema-comparer/package.json +++ b/schema-comparer/package.json @@ -2,7 +2,7 @@ "name": "@bentley/schema-comparer", "description": "Command line tool that compares ECXml schemas.", "license": "MIT", - "version": "0.2.179", + "version": "0.2.180", "bin": { "schema-comparer": "./bin/index.js" }, @@ -68,7 +68,7 @@ "@itwin/core-quantity": "4.8.0-dev.8", "@itwin/core-common": "4.8.0-dev.8", "@itwin/core-i18n": "4.8.0-dev.8", - "@bentley/native-schema-locater": "0.2.179", + "@bentley/native-schema-locater": "0.2.180", "chalk": "^2.4.1", "commander": "^2.19.0", "fs-extra": "^7.0.1", diff --git a/schema-roundtrip/package.json b/schema-roundtrip/package.json index 81498398..6993b743 100644 --- a/schema-roundtrip/package.json +++ b/schema-roundtrip/package.json @@ -2,7 +2,7 @@ "name": "@bentley/schema-roundtrip", "description": "Command line tool de-serializes and re-serializes a schmema with optional comparison.", "license": "MIT", - "version": "0.2.179", + "version": "0.2.180", "bin": { "schema-roundtrip": "./lib/index.js" }, @@ -65,7 +65,7 @@ "@itwin/core-i18n": "4.8.0-dev.8", "@itwin/imodels-access-backend": "4.0.0", "@itwin/imodels-client-authoring": "4.0.0", - "@bentley/schema-comparer": "0.2.179", + "@bentley/schema-comparer": "0.2.180", "chalk": "^2.4.1", "commander": "^2.19.0", "fs-extra": "^7.0.1", diff --git a/schema-validator/package.json b/schema-validator/package.json index 38d61bc1..cb87a814 100644 --- a/schema-validator/package.json +++ b/schema-validator/package.json @@ -2,7 +2,7 @@ "name": "@bentley/schema-validator", "description": "Command line tools validates an ECJson or ECXml schema.", "license": "MIT", - "version": "0.2.179", + "version": "0.2.180", "bin": { "schema-validator": "./bin/index.js" }, @@ -59,8 +59,8 @@ "@itwin/ecschema-locaters": "4.8.0-dev.8" }, "dependencies": { - "@bentley/bis-rules": "0.2.179", - "@bentley/native-schema-locater": "0.2.179", + "@bentley/bis-rules": "0.2.180", + "@bentley/native-schema-locater": "0.2.180", "@itwin/core-bentley": "4.8.0-dev.8", "@itwin/core-geometry": "4.8.0-dev.8", "@itwin/imodels-access-backend": "4.0.0",