diff --git a/libs/core/package.json b/libs/core/package.json index 8fbfe96d96..1e1a7207cb 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@kirbydesign/core", - "version": "0.0.51", + "version": "0.0.52", "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 12b2cf681a..4360099e5d 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.51", + "@kirbydesign/core": "0.0.52", "inputmask": "5.0.5" }, "peerDependencies": { diff --git a/package-lock.json b/package-lock.json index 370272c6c8..fb7890be42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "designsystem", - "version": "8.7.0", + "version": "8.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "designsystem", - "version": "8.7.0", + "version": "8.8.0", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -125,7 +125,7 @@ }, "libs/core": { "name": "@kirbydesign/core", - "version": "0.0.51", + "version": "0.0.52", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 15d7182e7b..f7015b51f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "designsystem", - "version": "8.7.0", + "version": "8.8.0", "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",