Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"lemon-walls-float",
"pink-turkeys-stare",
"popular-dolls-sing",
"secure-packages-cra",
"thick-pianos-accept"
]
}
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/css/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading