From 328f47962b2c818804525cbb2fca79f7e89a37bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 08:42:50 +0100 Subject: [PATCH] Version Packages (#1326) Co-authored-by: github-actions[bot] --- .changeset/silent-horses-learn.md | 5 ----- docs/package.json | 12 ++++++------ packages/brand-icons/package.json | 2 +- packages/cli/package.json | 2 +- packages/components-angular/package.json | 4 ++-- packages/components-react/package.json | 4 ++-- packages/components-table/package.json | 6 +++--- packages/components-vue/package.json | 4 ++-- packages/components/CHANGELOG.md | 6 ++++++ packages/components/package.json | 16 ++++++++-------- packages/css/package.json | 6 +++--- packages/favicons/package.json | 2 +- packages/fonts/package.json | 2 +- packages/icons/package.json | 2 +- packages/maps/package.json | 2 +- packages/output-targets/angular/package.json | 2 +- packages/output-targets/react/package.json | 2 +- packages/output-targets/vue/package.json | 2 +- packages/testing/package.json | 4 ++-- packages/tokens/package.json | 2 +- test/package.json | 4 ++-- 21 files changed, 46 insertions(+), 45 deletions(-) delete mode 100644 .changeset/silent-horses-learn.md diff --git a/.changeset/silent-horses-learn.md b/.changeset/silent-horses-learn.md deleted file mode 100644 index 7dc66d09bd..0000000000 --- a/.changeset/silent-horses-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/design-system-components': patch ---- - -**maps**: fix image inline svg urls for the legacy marker api. diff --git a/docs/package.json b/docs/package.json index b99321ad0d..cb8a21727d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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", @@ -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": { diff --git a/packages/brand-icons/package.json b/packages/brand-icons/package.json index 8144c3b7ec..097c06d25b 100644 --- a/packages/brand-icons/package.json +++ b/packages/brand-icons/package.json @@ -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", diff --git a/packages/cli/package.json b/packages/cli/package.json index e5d55fab04..407e4b8c26 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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" diff --git a/packages/components-angular/package.json b/packages/components-angular/package.json index 0e312a80dc..fcc2b0661d 100644 --- a/packages/components-angular/package.json +++ b/packages/components-angular/package.json @@ -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", @@ -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": { diff --git a/packages/components-react/package.json b/packages/components-react/package.json index 856531cdbb..4c8df1a2d2 100644 --- a/packages/components-react/package.json +++ b/packages/components-react/package.json @@ -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", @@ -21,7 +21,7 @@ "dist/" ], "dependencies": { - "@baloise/design-system-components": "15.2.2", + "@baloise/design-system-components": "15.2.3", "tslib": "*" }, "peerDependencies": { diff --git a/packages/components-table/package.json b/packages/components-table/package.json index 9b2e9cbb10..172cc3b568 100644 --- a/packages/components-table/package.json +++ b/packages/components-table/package.json @@ -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", @@ -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" } } diff --git a/packages/components-vue/package.json b/packages/components-vue/package.json index cc56878ffa..fe5397d47e 100644 --- a/packages/components-vue/package.json +++ b/packages/components-vue/package.json @@ -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", @@ -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" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 181bd843f5..c8c2cc3d58 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -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 diff --git a/packages/components/package.json b/packages/components/package.json index 922c3c98c7..d200b430e5 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -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", @@ -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", @@ -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 diff --git a/packages/css/package.json b/packages/css/package.json index ae1a0806dd..585989cd74 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -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", @@ -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" } diff --git a/packages/favicons/package.json b/packages/favicons/package.json index d6f52ca30a..dfdf20c86a 100644 --- a/packages/favicons/package.json +++ b/packages/favicons/package.json @@ -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", diff --git a/packages/fonts/package.json b/packages/fonts/package.json index fcc7c5427c..601b88e89d 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -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", diff --git a/packages/icons/package.json b/packages/icons/package.json index 31aa1f9e38..107408dd20 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -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", diff --git a/packages/maps/package.json b/packages/maps/package.json index cb62688b2d..d5928b778a 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -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", diff --git a/packages/output-targets/angular/package.json b/packages/output-targets/angular/package.json index 715afb6fca..3e48bd2200 100644 --- a/packages/output-targets/angular/package.json +++ b/packages/output-targets/angular/package.json @@ -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", diff --git a/packages/output-targets/react/package.json b/packages/output-targets/react/package.json index 575149728f..399b85a02d 100644 --- a/packages/output-targets/react/package.json +++ b/packages/output-targets/react/package.json @@ -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", diff --git a/packages/output-targets/vue/package.json b/packages/output-targets/vue/package.json index d23ca5d72c..86fa077495 100644 --- a/packages/output-targets/vue/package.json +++ b/packages/output-targets/vue/package.json @@ -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", diff --git a/packages/testing/package.json b/packages/testing/package.json index 28cfb14d60..c2677e7b0b 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -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", @@ -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" }, diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 132601140e..7ccc97ebde 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -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", diff --git a/test/package.json b/test/package.json index 4543a74a04..9637980f3b 100644 --- a/test/package.json +++ b/test/package.json @@ -1,6 +1,6 @@ { "name": "e2e-tests", - "version": "13.6.26", + "version": "13.6.27", "private": true, "description": "Cypress E2E Tests", "scripts": { @@ -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",