Skip to content

Commit

Permalink
Version Packages (#1326)
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 Feb 8, 2024
1 parent 57f2433 commit 328f479
Show file tree
Hide file tree
Showing 21 changed files with 46 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/silent-horses-learn.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.14",
"version": "0.0.15",
"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.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",
"@baloise/design-system-brand-icons": "15.2.3",
"@baloise/design-system-components": "15.2.3",
"@baloise/design-system-css": "15.2.3",
"@baloise/design-system-icons": "15.2.3",
"@baloise/design-system-tokens": "15.2.3",
"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.2",
"version": "15.2.3",
"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.2",
"version": "15.2.3",
"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.2",
"version": "15.2.3",
"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.2",
"@baloise/design-system-components": "15.2.3",
"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.2",
"version": "15.2.3",
"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.2",
"@baloise/design-system-components": "15.2.3",
"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.2",
"version": "15.2.3",
"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.2",
"@baloise/design-system-css": "15.2.2",
"@baloise/design-system-components": "15.2.3",
"@baloise/design-system-css": "15.2.3",
"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.2",
"version": "15.2.3",
"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.2"
"@baloise/design-system-components": "15.2.3"
},
"peerDependencies": {
"vue": ">=3.0.5"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @baloise/design-system-components

## 15.2.3

### Patch Changes

- **maps**: fix image inline svg urls for the legacy marker api. ( [#1324](https://github.com/baloise/design-system/pull/1324))

## 15.2.2

### Patch Changes
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.2",
"version": "15.2.3",
"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.2",
"@baloise/design-system-fonts": "15.2.2",
"@baloise/design-system-icons": "15.2.2",
"@baloise/design-system-tokens": "15.2.2",
"@baloise/design-system-css": "15.2.3",
"@baloise/design-system-fonts": "15.2.3",
"@baloise/design-system-icons": "15.2.3",
"@baloise/design-system-tokens": "15.2.3",
"@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.2",
"@baloise/design-system-output-target-react": "15.2.2",
"@baloise/design-system-output-target-vue": "15.2.2"
"@baloise/design-system-output-target-angular": "15.2.3",
"@baloise/design-system-output-target-react": "15.2.3",
"@baloise/design-system-output-target-vue": "15.2.3"
},
"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.2",
"version": "15.2.3",
"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.2",
"@baloise/design-system-tokens": "15.2.2"
"@baloise/design-system-fonts": "15.2.3",
"@baloise/design-system-tokens": "15.2.3"
},
"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.2",
"version": "15.2.3",
"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.2",
"version": "15.2.3",
"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.2",
"version": "15.2.3",
"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.2",
"version": "15.2.3",
"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.2",
"version": "15.2.3",
"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.2",
"version": "15.2.3",
"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.2",
"version": "15.2.3",
"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.2",
"version": "15.2.3",
"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.2",
"@baloise/design-system-components": "15.2.3",
"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.2",
"version": "15.2.3",
"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
4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2e-tests",
"version": "13.6.26",
"version": "13.6.27",
"private": true,
"description": "Cypress E2E Tests",
"scripts": {
Expand All @@ -13,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.2"
"@baloise/design-system-components": "15.2.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.0.3",
Expand Down

0 comments on commit 328f479

Please sign in to comment.