Skip to content

Commit

Permalink
0.2.180 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
iModeljsBot committed Jun 19, 2024
1 parent 980066c commit 4ad8863
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bis-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
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": "bsv-versions",
"definitionName": "lockStepVersion",
"version": "0.2.179",
"version": "0.2.180",
"nextBump": "patch"
}
]
6 changes: 3 additions & 3 deletions imodel-schema-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion native-schema-locater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions schema-comparer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions schema-roundtrip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions schema-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 4ad8863

Please sign in to comment.