diff --git a/libs/core/package.json b/libs/core/package.json index e0b371c9cc..f684c91cfd 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@kirbydesign/core", - "version": "0.0.48", + "version": "0.0.49", "description": "Core web-components for the Kirby Design System.", "module": "dist/index.js", "main": "dist/index.cjs.js", diff --git a/libs/designsystem/package.json b/libs/designsystem/package.json index e92ea6b96b..968cba9d54 100644 --- a/libs/designsystem/package.json +++ b/libs/designsystem/package.json @@ -6,7 +6,7 @@ "@angular/cdk": "^15.0.3", "@fontsource/roboto": "4.2.1", "@ionic/angular": "6.2.1", - "@kirbydesign/core": "0.0.48", + "@kirbydesign/core": "0.0.49", "inputmask": "5.0.5" }, "peerDependencies": { diff --git a/package-lock.json b/package-lock.json index 702f0d9edb..b0cb8d3bcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "designsystem", - "version": "8.5.0", + "version": "8.5.1", "lockfileVersion": 2, "requires": true, "packages": { @@ -124,7 +124,7 @@ }, "libs/core": { "name": "@kirbydesign/core", - "version": "0.0.48", + "version": "0.0.49", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 6e8d893f7d..4b8b365634 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "designsystem", - "version": "8.5.0", + "version": "8.5.1", "description": "Kirby Design Angular Components. This library provides Angular wrappers for the @kirbydesign/core package, for smoother integration into Angular projects.", "engines": { "node": ">=16.0.0 <=18.13.0",