Skip to content

Commit

Permalink
Version bump 2.2.5 -> 2.3.0 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Animagne authored Nov 25, 2024
1 parent efac07d commit 752de06
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cloud-agnostic/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/cloud-agnostic-core",
"version": "2.2.5",
"version": "2.3.0",
"description": "Package that allows configuring components loaded by dependency injection",
"keywords": [
"Bentley",
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 @@
{
"definitionName": "lockStepVersion",
"policyName": "lockStepVersionObjectStorage",
"version": "2.2.5",
"version": "2.3.0",
"nextBump": "prerelease"
}
]
2 changes: 1 addition & 1 deletion storage/azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/object-storage-azure",
"version": "2.2.5",
"version": "2.3.0",
"description": "Object storage implementation using Azure Blob Storage",
"keywords": [
"Bentley",
Expand Down
4 changes: 2 additions & 2 deletions storage/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/object-storage-core",
"version": "2.2.5",
"version": "2.3.0",
"description": "Core generic object storage interfaces",
"keywords": [
"Bentley",
Expand Down Expand Up @@ -72,4 +72,4 @@
"optional": true
}
}
}
}
2 changes: 1 addition & 1 deletion storage/google/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/object-storage-google",
"version": "2.2.5",
"version": "2.3.0",
"description": "Object storage implementation using Google Cloud Storage",
"keywords": [
"Bentley",
Expand Down
2 changes: 1 addition & 1 deletion storage/minio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/object-storage-minio",
"version": "2.2.5",
"version": "2.3.0",
"description": "Object storage implementation using Minio",
"keywords": [
"Bentley",
Expand Down
2 changes: 1 addition & 1 deletion storage/oss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/object-storage-oss",
"version": "2.2.5",
"version": "2.3.0",
"description": "Object storage implementation using OSS",
"keywords": [
"Bentley",
Expand Down
2 changes: 1 addition & 1 deletion storage/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/object-storage-s3",
"version": "2.2.5",
"version": "2.3.0",
"description": "Object storage implementation base for S3 compatible providers",
"keywords": [
"Bentley",
Expand Down

0 comments on commit 752de06

Please sign in to comment.