From 4ad8863adaf7a200bd023aeaaca34bf4992c9983 Mon Sep 17 00:00:00 2001 From: iModeljsBot Date: Wed, 19 Jun 2024 14:43:14 +0000 Subject: [PATCH] 0.2.180 [skip ci] --- bis-rules/package.json | 2 +- common/config/rush/version-policies.json | 2 +- imodel-schema-validator/package.json | 6 +++--- native-schema-locater/package.json | 2 +- schema-comparer/package.json | 4 ++-- schema-roundtrip/package.json | 4 ++-- schema-validator/package.json | 6 +++--- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bis-rules/package.json b/bis-rules/package.json index 5f111de8b..c078088cd 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 9d9d1a22c..b9c0ee980 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 d719897dc..fb4ce6857 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 7ad55893a..a0894fc73 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 0496ab0de..8c88662e4 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 814983989..6993b7435 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 38d61bc1c..cb87a8149 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",