Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @azure/storage-blob 12.13.0 -> 12.17.0, bump package versions 2.2.2 -> 2.2.3 #112

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading