Skip to content

Commit

Permalink
Raise version
Browse files Browse the repository at this point in the history
  • Loading branch information
LenKlose committed Mar 11, 2024
1 parent 4990053 commit dde5bda
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"license": "license-checker --production --onlyAllow Apache-2.0;MIT;ISC;BSD-2-Clause;BSD-3-Clause"
},
"dependencies": {
"@dvelop-sdk/core": "^2.1.2"
"@dvelop-sdk/core": "^2.1.3"
}
}
}
4 changes: 2 additions & 2 deletions packages/business-objects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"license": "license-checker --production --onlyAllow Apache-2.0;MIT;ISC;BSD-2-Clause;BSD-3-Clause"
},
"dependencies": {
"@dvelop-sdk/core": "^2.1.2"
"@dvelop-sdk/core": "^2.1.3"
}
}
}
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.2",
"version": "2.1.3",
"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
Expand Up @@ -23,6 +23,6 @@
"license": "license-checker --production --onlyAllow Apache-2.0;MIT;ISC;BSD-2-Clause;BSD-3-Clause"
},
"dependencies": {
"@dvelop-sdk/core": "^2.1.2"
"@dvelop-sdk/core": "^2.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/express-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"dependencies": {
"@dvelop-sdk/app-router": "^3.2.1",
"@dvelop-sdk/core": "^2.1.2",
"@dvelop-sdk/core": "^2.1.3",
"@dvelop-sdk/identityprovider": "^4.0.2",
"@types/express": "^4.17.13"
}
}
}
4 changes: 2 additions & 2 deletions packages/identityprovider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"license": "license-checker --production --onlyAllow Apache-2.0;MIT;ISC;BSD-2-Clause;BSD-3-Clause"
},
"dependencies": {
"@dvelop-sdk/core": "^2.1.2"
"@dvelop-sdk/core": "^2.1.3"
}
}
}
4 changes: 2 additions & 2 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"access": "public"
},
"dependencies": {
"@dvelop-sdk/core": "^2.1.2"
"@dvelop-sdk/core": "^2.1.3"
}
}
}

0 comments on commit dde5bda

Please sign in to comment.