Skip to content

Commit

Permalink
Version Packages (#1305)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 29, 2024
1 parent 47a5ff1 commit 643eeff
Show file tree
Hide file tree
Showing 25 changed files with 66 additions and 75 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-pots-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-doors-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-plants-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-ducks-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-taxis-wave.md

This file was deleted.

12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs-web",
"private": true,
"version": "0.0.13",
"version": "0.0.14",
"main": "index.js",
"scripts": {
"start": "storybook dev -p 6006 --no-open",
Expand All @@ -10,11 +10,11 @@
"storybook": "npm run build && storybook build -o ../storybook --quiet --disable-telemetry"
},
"dependencies": {
"@baloise/design-system-brand-icons": "15.2.1",
"@baloise/design-system-components": "15.2.1",
"@baloise/design-system-css": "15.2.1",
"@baloise/design-system-icons": "15.2.1",
"@baloise/design-system-tokens": "15.2.1",
"@baloise/design-system-brand-icons": "15.2.2",
"@baloise/design-system-components": "15.2.2",
"@baloise/design-system-css": "15.2.2",
"@baloise/design-system-icons": "15.2.2",
"@baloise/design-system-tokens": "15.2.2",
"lodash.kebabcase": "~4.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/brand-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-brand-icons",
"version": "15.2.1",
"version": "15.2.2",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-cli",
"version": "15.2.1",
"version": "15.2.2",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"scripts": {
"build": "tsc -p tsconfig.json"
Expand Down
4 changes: 2 additions & 2 deletions packages/components-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-components-angular",
"version": "15.2.1",
"version": "15.2.2",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand All @@ -12,7 +12,7 @@
"homepage": "https://design.baloise.dev",
"license": "Apache-2.0",
"dependencies": {
"@baloise/design-system-components": "15.2.1",
"@baloise/design-system-components": "15.2.2",
"tslib": "2.3.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-components-react",
"version": "15.2.1",
"version": "15.2.2",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"dist/"
],
"dependencies": {
"@baloise/design-system-components": "15.2.1",
"@baloise/design-system-components": "15.2.2",
"tslib": "*"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/components-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-components-table",
"version": "15.2.1",
"version": "15.2.2",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6",
"dependencies": {
"@baloise/design-system-components": "15.2.1",
"@baloise/design-system-css": "15.2.1",
"@baloise/design-system-components": "15.2.2",
"@baloise/design-system-css": "15.2.2",
"lodash.isnil": "~4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/components-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-components-vue",
"version": "15.2.1",
"version": "15.2.2",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"dist/"
],
"dependencies": {
"@baloise/design-system-components": "15.2.1"
"@baloise/design-system-components": "15.2.2"
},
"peerDependencies": {
"vue": ">=3.0.5"
Expand Down
35 changes: 26 additions & 9 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @baloise/design-system-components

## 15.2.2

### Patch Changes

- **field-hint**: Ensure proper alignment of field hint by adjusting its position to the end of the label text. ( [#1229](https://github.com/baloise/design-system/pull/1229))

- **styles**: Decouple components from css utility classes ( [#1304](https://github.com/baloise/design-system/pull/1304))

- **deps**: Update stencil to 4.11.0 ( [#1307](https://github.com/baloise/design-system/pull/1307))

- **vue**: change location of stencil components ( [#1310](https://github.com/baloise/design-system/pull/1310))

- **date**: due to an android keyboard bug the input mode is switched to decimal. ( [#1312](https://github.com/baloise/design-system/pull/1312))

## 15.2.1

### Patch Changes
Expand Down Expand Up @@ -90,31 +104,34 @@
**app.config.ts**

```ts
import { ApplicationConfig, importProvidersFrom } from '@angular/core'
import { ApplicationConfig, importProvidersFrom } from "@angular/core";

import { provideBaloiseDesignSystem } from '@baloise/design-system-components-angular/standalone'
import { provideBaloiseDesignSystem } from "@baloise/design-system-components-angular/standalone";

export const appConfig: ApplicationConfig = {
providers: [provideBaloiseDesignSystem()],
}
};
```

In each app component, import the necessary Baloise Design System components or a bundled set.

**app.component.ts**

```ts
import { CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core'
import { CommonModule } from '@angular/common'
import { BalApp, BalButton } from '@baloise/design-system-components-angular/standalone'
import { CUSTOM_ELEMENTS_SCHEMA, Component } from "@angular/core";
import { CommonModule } from "@angular/common";
import {
BalApp,
BalButton,
} from "@baloise/design-system-components-angular/standalone";

export interface UpdateControl {
name: string
value: any
name: string;
value: any;
}

@Component({
selector: 'app-root',
selector: "app-root",
standalone: true,
schemas: [CUSTOM_ELEMENTS_SCHEMA],
imports: [CommonModule, BalApp, BalButton],
Expand Down
16 changes: 8 additions & 8 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-components",
"version": "15.2.1",
"version": "15.2.2",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,10 +38,10 @@
"cy:build": "stencil build"
},
"dependencies": {
"@baloise/design-system-css": "15.2.1",
"@baloise/design-system-fonts": "15.2.1",
"@baloise/design-system-icons": "15.2.1",
"@baloise/design-system-tokens": "15.2.1",
"@baloise/design-system-css": "15.2.2",
"@baloise/design-system-fonts": "15.2.2",
"@baloise/design-system-icons": "15.2.2",
"@baloise/design-system-tokens": "15.2.2",
"@baloise/web-app-utils": "3.11.2",
"@floating-ui/dom": "~1.5.1",
"@popperjs/core": "~2.11.4",
Expand All @@ -67,9 +67,9 @@
"tslib": "2.1.0"
},
"devDependencies": {
"@baloise/design-system-output-target-angular": "15.2.1",
"@baloise/design-system-output-target-react": "15.2.1",
"@baloise/design-system-output-target-vue": "15.2.1"
"@baloise/design-system-output-target-angular": "15.2.2",
"@baloise/design-system-output-target-react": "15.2.2",
"@baloise/design-system-output-target-vue": "15.2.2"
},
"gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6",
"sideEffects": false
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/design-system-css",
"version": "15.2.1",
"version": "15.2.2",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,8 +32,8 @@
"src/"
],
"dependencies": {
"@baloise/design-system-fonts": "15.2.1",
"@baloise/design-system-tokens": "15.2.1"
"@baloise/design-system-fonts": "15.2.2",
"@baloise/design-system-tokens": "15.2.2"
},
"gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6"
}
2 changes: 1 addition & 1 deletion packages/favicons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-favicons",
"version": "15.2.1",
"version": "15.2.2",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-fonts",
"version": "15.2.1",
"version": "15.2.2",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-icons",
"version": "15.2.1",
"version": "15.2.2",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-maps",
"version": "15.2.1",
"version": "15.2.2",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/output-targets/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-output-target-angular",
"version": "15.2.1",
"version": "15.2.2",
"private": true,
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/output-targets/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-output-target-react",
"version": "15.2.1",
"version": "15.2.2",
"private": true,
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/output-targets/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-output-target-vue",
"version": "15.2.1",
"version": "15.2.2",
"private": true,
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-testing",
"version": "15.2.1",
"version": "15.2.2",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"build": "node scripts/build.mjs"
},
"dependencies": {
"@baloise/design-system-components": "15.2.1",
"@baloise/design-system-components": "15.2.2",
"cypress-file-upload": "~5.0.8",
"date-fns": "~2.30.0"
},
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/design-system-tokens",
"version": "15.2.1",
"version": "15.2.2",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down
5 changes: 2 additions & 3 deletions test/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "e2e-tests",
"version": "13.6.25",
"version": "13.6.26",
"private": true,
"description": "Cypress E2E Tests",

"scripts": {
"postinstall": "npm run cy:install",
"build": "node scripts/build.mjs",
Expand All @@ -14,7 +13,7 @@
"cy:visual:report": "reg-cli cypress/snapshots/actual cypress/snapshots/base/visual cypress/snapshots/diff -R cypress/snapshots/report.html --ignoreChange --matchingThreshold 0.15"
},
"dependencies": {
"@baloise/design-system-components": "15.2.1"
"@baloise/design-system-components": "15.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.0.3",
Expand Down

0 comments on commit 643eeff

Please sign in to comment.