Skip to content

Commit

Permalink
Merge pull request #208 from d-velop/main
Browse files Browse the repository at this point in the history
Merge main into develop for package upload
  • Loading branch information
LenKlose authored Jul 1, 2024
2 parents 20747dd + 80ebb36 commit 3b0e0b5
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"dependencies": {
"@dvelop-sdk/core": "^2.1.5"
}
}
}
2 changes: 1 addition & 1 deletion packages/business-objects/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dvelop-sdk/business-objects",
"description": "This package contains functionality for the BusinessObjects-App in the d.velop cloud.",
"version": "1.0.5",
"version": "1.0.6",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dvelop-sdk/core",
"description": "This package contains shared functionality for the @dvelop-sdk packages.",
"version": "2.1.5",
"version": "2.1.6",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/dms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dvelop-sdk/dms",
"description": "This package contains functionality for the DMS-App in the d.velop cloud.",
"version": "1.5.5",
"version": "1.5.6",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/express-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dvelop-sdk/express-utils",
"description": "This package contains middleware-functions for the express-framework and d.velop app-building.",
"version": "1.2.0",
"version": "1.2.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/identityprovider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dvelop-sdk/identityprovider",
"description": "This package contains functionality for the Identityprovider-App in the d.velop cloud.",
"version": "4.0.5",
"version": "4.0.6",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dvelop-sdk/logging",
"description": "This package contains functions for logging with OpenTelemetry.",
"version": "1.0.4",
"version": "1.0.5",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 3b0e0b5

Please sign in to comment.