From cd73ad3a9694151ea5297f491c8b14e251465fea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Feb 2024 09:54:27 +0000 Subject: [PATCH] Version Packages --- .changeset/fresh-cycles-invite.md | 5 ----- docs/package.json | 14 +++++++------- e2e/package.json | 6 +++--- libs/nx/package.json | 2 +- packages/angular-common/package.json | 4 ++-- packages/angular-legacy/package.json | 6 +++--- packages/angular-module/package.json | 6 +++--- packages/angular/package.json | 6 +++--- packages/brand-icons/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 14 +++++++------- packages/css/package.json | 6 +++--- packages/devkit/package.json | 2 +- packages/favicons/package.json | 2 +- packages/fonts/package.json | 2 +- packages/icons/package.json | 2 +- packages/maps/package.json | 2 +- packages/react/package.json | 4 ++-- packages/styles/package.json | 6 +++--- packages/table/package.json | 8 ++++---- packages/testing/package.json | 2 +- packages/tokens/package.json | 2 +- packages/vue/package.json | 4 ++-- 23 files changed, 57 insertions(+), 56 deletions(-) delete mode 100644 .changeset/fresh-cycles-invite.md diff --git a/.changeset/fresh-cycles-invite.md b/.changeset/fresh-cycles-invite.md deleted file mode 100644 index c012ac10..00000000 --- a/.changeset/fresh-cycles-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**core**: little change diff --git a/docs/package.json b/docs/package.json index 5994a781..5b590128 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,14 +1,14 @@ { "name": "docs", - "version": "0.0.1", + "version": "0.0.2", "private": true, "dependencies": { - "@baloise/ds-brand-icons": "0.0.1", - "@baloise/ds-core": "0.0.1", - "@baloise/ds-styles": "0.0.1", - "@baloise/ds-css": "0.0.1", - "@baloise/ds-icons": "0.0.1", - "@baloise/ds-tokens": "0.0.1", + "@baloise/ds-brand-icons": "0.0.2", + "@baloise/ds-core": "0.0.2", + "@baloise/ds-styles": "0.0.2", + "@baloise/ds-css": "0.0.2", + "@baloise/ds-icons": "0.0.2", + "@baloise/ds-tokens": "0.0.2", "@storybook/addon-essentials": "~7.6.10", "@storybook/addon-links": "~7.6.10", "@storybook/blocks": "~7.6.10", diff --git a/e2e/package.json b/e2e/package.json index 52e293b1..5e3488c9 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -1,14 +1,14 @@ { "name": "e2e", - "version": "0.0.1", + "version": "0.0.2", "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.1", - "@baloise/ds-testing": "0.0.1", + "@baloise/ds-core": "0.0.2", + "@baloise/ds-testing": "0.0.2", "@baloise/web-app-utils": "~3.11.2", "@vitejs/plugin-vue": "~5.0.4", "axe-core": "~4.8.4", diff --git a/libs/nx/package.json b/libs/nx/package.json index cb99d66b..87eada20 100644 --- a/libs/nx/package.json +++ b/libs/nx/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-nx", - "version": "0.0.1", + "version": "0.0.2", "private": true, "dependencies": { "@nx/devkit": "18.0.4", diff --git a/packages/angular-common/package.json b/packages/angular-common/package.json index 7e18d510..5b1912ff 100644 --- a/packages/angular-common/package.json +++ b/packages/angular-common/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-common", - "version": "0.0.1", + "version": "0.0.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", @@ -17,7 +17,7 @@ "rxjs": ">=7.0.0" }, "dependencies": { - "@baloise/ds-core": "0.0.1" + "@baloise/ds-core": "0.0.2" }, "sideEffects": false } diff --git a/packages/angular-legacy/package.json b/packages/angular-legacy/package.json index 637fa514..34f6cd8f 100644 --- a/packages/angular-legacy/package.json +++ b/packages/angular-legacy/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-legacy", - "version": "0.0.1", + "version": "0.0.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", @@ -16,8 +16,8 @@ "@angular/core": ">=15.0.0" }, "dependencies": { - "@baloise/ds-core": "0.0.1", - "@baloise/ds-angular-common": "0.0.1" + "@baloise/ds-core": "0.0.2", + "@baloise/ds-angular-common": "0.0.2" }, "sideEffects": false } diff --git a/packages/angular-module/package.json b/packages/angular-module/package.json index 2ac86aa2..66656ea9 100644 --- a/packages/angular-module/package.json +++ b/packages/angular-module/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-module", - "version": "0.0.1", + "version": "0.0.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", @@ -16,8 +16,8 @@ "@angular/core": ">=15.0.0" }, "dependencies": { - "@baloise/ds-core": "0.0.1", - "@baloise/ds-angular-common": "0.0.1" + "@baloise/ds-core": "0.0.2", + "@baloise/ds-angular-common": "0.0.2" }, "sideEffects": false } diff --git a/packages/angular/package.json b/packages/angular/package.json index 4331999a..56c56049 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular", - "version": "0.0.1", + "version": "0.0.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", @@ -17,8 +17,8 @@ "@angular/forms": ">=15.0.0" }, "dependencies": { - "@baloise/ds-core": "0.0.1", - "@baloise/ds-angular-common": "0.0.1", + "@baloise/ds-core": "0.0.2", + "@baloise/ds-angular-common": "0.0.2", "tslib": "~2.3.0" }, "sideEffects": false diff --git a/packages/brand-icons/package.json b/packages/brand-icons/package.json index c1ee8779..ecd04f01 100644 --- a/packages/brand-icons/package.json +++ b/packages/brand-icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-brand-icons", - "version": "0.0.1", + "version": "0.0.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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6d172cc0..90a630a0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @baloise/ds-core +## 0.0.2 + +### Patch Changes + +- **core**: little change ( [`dd71551`](https://github.com/baloise-incubator/ds-playground/commit/dd71551bf06b632af147ae938146b36a4c6dd672)) + ## 0.0.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index c1d303fc..f0b03eb6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-core", - "version": "0.0.1", + "version": "0.0.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", @@ -28,9 +28,9 @@ "dev": "BAL_DOCUMENTATION=true stencil build --watch" }, "dependencies": { - "@baloise/ds-styles": "0.0.1", - "@baloise/ds-css": "0.0.1", - "@baloise/ds-icons": "0.0.1", + "@baloise/ds-styles": "0.0.2", + "@baloise/ds-css": "0.0.2", + "@baloise/ds-icons": "0.0.2", "@baloise/web-app-utils": "3.11.2", "@floating-ui/dom": "~1.6.3", "@popperjs/core": "~2.11.4", @@ -54,9 +54,9 @@ "@baloise/output-target-angular": "0.0.0", "@baloise/output-target-react": "0.0.0", "@baloise/output-target-vue": "0.0.0", - "@baloise/ds-maps": "0.0.1", - "@baloise/ds-brand-icons": "0.0.1", - "@baloise/ds-favicons": "0.0.1" + "@baloise/ds-maps": "0.0.2", + "@baloise/ds-brand-icons": "0.0.2", + "@baloise/ds-favicons": "0.0.2" }, "sideEffects": false } diff --git a/packages/css/package.json b/packages/css/package.json index 5e54915c..a6586e82 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-css", - "version": "0.0.1", + "version": "0.0.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", @@ -19,8 +19,8 @@ "src/" ], "dependencies": { - "@baloise/ds-fonts": "0.0.1", - "@baloise/ds-tokens": "0.0.1" + "@baloise/ds-fonts": "0.0.2", + "@baloise/ds-tokens": "0.0.2" }, "gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6" } diff --git a/packages/devkit/package.json b/packages/devkit/package.json index 6b784262..dc14f3eb 100644 --- a/packages/devkit/package.json +++ b/packages/devkit/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-devkit", - "version": "0.0.1", + "version": "0.0.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", diff --git a/packages/favicons/package.json b/packages/favicons/package.json index f316c865..02e161d6 100644 --- a/packages/favicons/package.json +++ b/packages/favicons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-favicons", - "version": "0.0.1", + "version": "0.0.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", diff --git a/packages/fonts/package.json b/packages/fonts/package.json index 5fcac308..e5be8add 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-fonts", - "version": "0.0.1", + "version": "0.0.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", diff --git a/packages/icons/package.json b/packages/icons/package.json index 842879dd..00cac530 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-icons", - "version": "0.0.1", + "version": "0.0.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", diff --git a/packages/maps/package.json b/packages/maps/package.json index d46df279..8cf5490a 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-maps", - "version": "0.0.1", + "version": "0.0.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", diff --git a/packages/react/package.json b/packages/react/package.json index 6ede769a..ea3bc1e3 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-react", - "version": "0.0.1", + "version": "0.0.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", @@ -15,7 +15,7 @@ "dist/" ], "dependencies": { - "@baloise/ds-core": "0.0.1" + "@baloise/ds-core": "0.0.2" }, "type": "module", "main": "./dist/index.js", diff --git a/packages/styles/package.json b/packages/styles/package.json index 56e9ea13..6e61e302 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-styles", - "version": "0.0.1", + "version": "0.0.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", @@ -23,8 +23,8 @@ "src/" ], "dependencies": { - "@baloise/ds-fonts": "0.0.1", - "@baloise/ds-tokens": "0.0.1", + "@baloise/ds-fonts": "0.0.2", + "@baloise/ds-tokens": "0.0.2", "@phenomnomnominal/tsquery": "6.1.3", "cheerio": "1.0.0-rc.12", "glob": "10.3.10", diff --git a/packages/table/package.json b/packages/table/package.json index fec79f3c..a564dbd5 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-table", - "version": "0.0.1", + "version": "0.0.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", @@ -29,8 +29,8 @@ "ag-grid-community": ">=29.3.0" }, "dependencies": { - "@baloise/ds-core": "0.0.1", - "@baloise/ds-css": "0.0.1", - "@baloise/ds-styles": "0.0.1" + "@baloise/ds-core": "0.0.2", + "@baloise/ds-css": "0.0.2", + "@baloise/ds-styles": "0.0.2" } } diff --git a/packages/testing/package.json b/packages/testing/package.json index 1faf67c0..fe79bca0 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-testing", - "version": "0.0.1", + "version": "0.0.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", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 3bcb722b..a88b2d99 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-tokens", - "version": "0.0.1", + "version": "0.0.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", diff --git a/packages/vue/package.json b/packages/vue/package.json index 81c7b6b7..6a0323ec 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-vue", - "version": "0.0.1", + "version": "0.0.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", @@ -24,7 +24,7 @@ } }, "dependencies": { - "@baloise/ds-core": "0.0.1" + "@baloise/ds-core": "0.0.2" }, "peerDependencies": { "vue": ">=3.0.5"