Skip to content

Commit

Permalink
Update @azure/storage-blob 12.13.0 -> 12.17.0, bump package versions …
Browse files Browse the repository at this point in the history
…2.2.2 -> 2.2.3 (#112)
  • Loading branch information
austeja-bentley authored Mar 12, 2024
1 parent e455313 commit af76514
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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.2",
"version": "2.2.3",
"description": "Package that allows configuring components loaded by dependency injection",
"keywords": [
"Bentley",
Expand Down
8 changes: 4 additions & 4 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2",
"version": "2.2.3",
"nextBump": "prerelease"
}
]
4 changes: 2 additions & 2 deletions 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.2",
"version": "2.2.3",
"description": "Object storage implementation using Azure Blob Storage",
"keywords": [
"Bentley",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@azure/core-paging": "~1.5.0",
"@azure/storage-blob": "~12.13.0",
"@azure/storage-blob": "~12.17.0",
"@itwin/cloud-agnostic-core": "workspace:*",
"@itwin/object-storage-core": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "2.2.3",
"description": "Core generic object storage interfaces",
"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.2",
"version": "2.2.3",
"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.2",
"version": "2.2.3",
"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.2",
"version": "2.2.3",
"description": "Object storage implementation base for S3 compatible providers",
"keywords": [
"Bentley",
Expand Down

0 comments on commit af76514

Please sign in to comment.