diff --git a/.changeset/pre.json b/.changeset/pre.json index ed49601ec..7c723c3ec 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -20,6 +20,7 @@ "lemon-walls-float", "pink-turkeys-stare", "popular-dolls-sing", + "secure-packages-cra", "thick-pianos-accept" ] } diff --git a/docs/package.json b/docs/package.json index 473f60010..caf5cb9aa 100644 --- a/docs/package.json +++ b/docs/package.json @@ -9,10 +9,10 @@ "lint": "eslint ." }, "dependencies": { - "@baloise/ds-core": "20.0.0-next.4", - "@baloise/ds-assets": "20.0.0-next.4", - "@baloise/ds-css": "20.0.0-next.4", - "@baloise/ds-tokens": "20.0.0-next.4", + "@baloise/ds-core": "20.0.0-next.5", + "@baloise/ds-assets": "20.0.0-next.5", + "@baloise/ds-css": "20.0.0-next.5", + "@baloise/ds-tokens": "20.0.0-next.5", "@storybook/addon-docs": "10.4.2", "@storybook/addon-links": "10.4.2", "@storybook/html-vite": "10.4.2", diff --git a/packages/assets/package.json b/packages/assets/package.json index 54d1f9fa9..061f9057c 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-assets", - "version": "20.0.0-next.4", + "version": "20.0.0-next.5", "description": "The Helvetia Design System is an open source project for styling awesome web applications that follow the Helvetia corporate styling guidelines.", "repository": { "type": "git", diff --git a/packages/core/package.json b/packages/core/package.json index 2adca8d06..80b66fb46 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-core", - "version": "20.0.0-next.4", + "version": "20.0.0-next.5", "description": "The Helvetia Design System is an open source project for styling awesome web applications that follow the Helvetia corporate styling guidelines.", "repository": { "type": "git", @@ -41,9 +41,9 @@ "play:ci": "cross-env CI=1 npx playwright test" }, "dependencies": { - "@baloise/ds-assets": "20.0.0-next.4", - "@baloise/ds-css": "20.0.0-next.4", - "@baloise/ds-tokens": "20.0.0-next.4", + "@baloise/ds-assets": "20.0.0-next.5", + "@baloise/ds-css": "20.0.0-next.5", + "@baloise/ds-tokens": "20.0.0-next.5", "@floating-ui/dom": "^1.7.6", "@popperjs/core": "^2.11.4", "@stencil/core": "^4.43.5", @@ -58,7 +58,7 @@ "tslib": "^2.3.0" }, "devDependencies": { - "@baloise/ds-playwright": "20.0.0-next.4", + "@baloise/ds-playwright": "20.0.0-next.5", "libs-output-target-angular": "0.0.0", "libs-output-target-web": "0.0.0", "@types/luxon": "3.7.1", diff --git a/packages/css/package.json b/packages/css/package.json index e005e30ca..65d1301f4 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-css", - "version": "20.0.0-next.4", + "version": "20.0.0-next.5", "description": "UnoCSS utility preset and pre-built CSS bundle for the Helvetia Design System.", "repository": { "type": "git", @@ -35,8 +35,8 @@ "build": "node --import tsx/esm src/build.ts" }, "dependencies": { - "@baloise/ds-assets": "20.0.0-next.4", - "@baloise/ds-tokens": "20.0.0-next.4" + "@baloise/ds-assets": "20.0.0-next.5", + "@baloise/ds-tokens": "20.0.0-next.5" }, "devDependencies": { "autoprefixer": "10.5.0", diff --git a/packages/playwright/package.json b/packages/playwright/package.json index f4f67c411..4dd396b27 100644 --- a/packages/playwright/package.json +++ b/packages/playwright/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-playwright", - "version": "20.0.0-next.4", + "version": "20.0.0-next.5", "description": "The Helvetia Design System is an open source project for styling awesome web applications that follow the Helvetia corporate styling guidelines.", "repository": { "type": "git", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 9ffe5d31a..b9a7e6961 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-tokens", - "version": "20.0.0-next.4", + "version": "20.0.0-next.5", "description": "The Helvetia Design System is an open source project for styling awesome web applications that follow the Helvetia corporate styling guidelines.", "repository": { "type": "git",