Skip to content

Commit

Permalink
Merge branch 'main' of github.com:baloise-incubator/ds-playground
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Mar 11, 2024
2 parents 224ea5f + 3b4148b commit 85415ba
Show file tree
Hide file tree
Showing 25 changed files with 116 additions and 109 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-baboons-compete.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.0.7

### Patch Changes

- **devkit**: update ( [`fa635d1`](https://github.com/baloise-incubator/ds-playground/commit/fa635d1ef97f67d577141dde4e916214f8fbb933))

## 0.0.6

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "docs",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"dependencies": {
"@baloise/ds-brand-icons": "0.0.6",
"@baloise/ds-core": "0.0.6",
"@baloise/ds-styles": "0.0.6",
"@baloise/ds-css": "0.0.6",
"@baloise/ds-icons": "0.0.6",
"@baloise/ds-tokens": "0.0.6",
"@baloise/ds-brand-icons": "0.0.7",
"@baloise/ds-core": "0.0.7",
"@baloise/ds-styles": "0.0.7",
"@baloise/ds-css": "0.0.7",
"@baloise/ds-icons": "0.0.7",
"@baloise/ds-tokens": "0.0.7",
"@storybook/addon-essentials": "~7.6.10",
"@storybook/addon-links": "~7.6.10",
"@storybook/blocks": "~7.6.10",
Expand Down
6 changes: 3 additions & 3 deletions e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "e2e",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"scripts": {
"postinstall": "cypress install",
"visual-report": "npx reg-cli cypress/snapshots/actual cypress/snapshots/base/visual cypress/snapshots/diff -R cypress/snapshots/report.html --ignoreChange --matchingThreshold 0.15"
},
"dependencies": {
"@baloise/ds-core": "0.0.6",
"@baloise/ds-testing": "0.0.6",
"@baloise/ds-core": "0.0.7",
"@baloise/ds-testing": "0.0.7",
"@baloise/web-app-utils": "~3.11.2",
"@vitejs/plugin-vue": "~5.0.4",
"axe-core": "~4.8.4",
Expand Down
2 changes: 1 addition & 1 deletion libs/nx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-nx",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"dependencies": {
"@nx/devkit": "18.0.4",
Expand Down
104 changes: 52 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/angular-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-angular-common",
"version": "0.0.6",
"version": "0.0.7",
"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 @@ -17,7 +17,7 @@
"rxjs": ">=7.0.0"
},
"dependencies": {
"@baloise/ds-core": "0.0.6"
"@baloise/ds-core": "0.0.7"
},
"sideEffects": false
}
6 changes: 3 additions & 3 deletions packages/angular-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-angular-legacy",
"version": "0.0.6",
"version": "0.0.7",
"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 @@ -16,8 +16,8 @@
"@angular/core": ">=15.0.0"
},
"dependencies": {
"@baloise/ds-core": "0.0.6",
"@baloise/ds-angular-common": "0.0.6"
"@baloise/ds-core": "0.0.7",
"@baloise/ds-angular-common": "0.0.7"
},
"sideEffects": false
}
6 changes: 3 additions & 3 deletions packages/angular-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-angular-module",
"version": "0.0.6",
"version": "0.0.7",
"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 @@ -16,8 +16,8 @@
"@angular/core": ">=15.0.0"
},
"dependencies": {
"@baloise/ds-core": "0.0.6",
"@baloise/ds-angular-common": "0.0.6"
"@baloise/ds-core": "0.0.7",
"@baloise/ds-angular-common": "0.0.7"
},
"sideEffects": false
}
6 changes: 3 additions & 3 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/ds-angular",
"version": "0.0.6",
"version": "0.0.7",
"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 @@ -17,8 +17,8 @@
"@angular/forms": ">=15.0.0"
},
"dependencies": {
"@baloise/ds-core": "0.0.6",
"@baloise/ds-angular-common": "0.0.6",
"@baloise/ds-core": "0.0.7",
"@baloise/ds-angular-common": "0.0.7",
"tslib": "~2.3.0"
},
"sideEffects": false
Expand Down
Loading

0 comments on commit 85415ba

Please sign in to comment.