diff --git a/.changeset/clean-numbers-rhyme.md b/.changeset/clean-numbers-rhyme.md
deleted file mode 100644
index 6111fe60e6..0000000000
--- a/.changeset/clean-numbers-rhyme.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@swisspost/design-system-styles': patch
----
-
-Set the opacity of tooltips to 1 (fully opaque) because text is hardly legible if the tooltip has underlying content.
diff --git a/.changeset/curly-hounds-prove.md b/.changeset/curly-hounds-prove.md
deleted file mode 100644
index 06f6c45751..0000000000
--- a/.changeset/curly-hounds-prove.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@swisspost/design-system-intranet-header': patch
----
-
-Fixed the broken default user image when viewed from outside the postnet.
diff --git a/.changeset/itchy-jeans-build.md b/.changeset/itchy-jeans-build.md
deleted file mode 100644
index 24955ed2a7..0000000000
--- a/.changeset/itchy-jeans-build.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@swisspost/design-system-intranet-header': patch
----
-
-Fixed an issue with the sidebar between 600px and 768px screen size. The sidebar now behaves like on smaller mobile devices in this range.
diff --git a/packages/components-angular/CHANGELOG.md b/packages/components-angular/CHANGELOG.md
index 6d04abae95..fba23ff62f 100644
--- a/packages/components-angular/CHANGELOG.md
+++ b/packages/components-angular/CHANGELOG.md
@@ -1,5 +1,12 @@
# @swisspost/design-system-components-angular
+## 1.0.2
+
+### Patch Changes
+
+- Updated dependencies:
+ - @swisspost/design-system-styles@5.1.1
+
## 1.0.1
### Patch Changes
diff --git a/packages/components-angular/package.json b/packages/components-angular/package.json
index 6785dea30c..0d5647818f 100644
--- a/packages/components-angular/package.json
+++ b/packages/components-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-components-angular",
- "version": "1.0.1",
+ "version": "1.0.2",
"license": "Apache-2.0",
"private": true,
"scripts": {
@@ -21,7 +21,7 @@
"@angular/router": "14.2.11",
"@ng-bootstrap/ng-bootstrap": "12.1.2",
"@popperjs/core": "2.11.6",
- "@swisspost/design-system-styles": "workspace:5.1.0",
+ "@swisspost/design-system-styles": "workspace:5.1.1",
"rxjs": "7.5.7",
"tslib": "2.4.1",
"watch": "1.0.2",
diff --git a/packages/components-angular/projects/intranet-header/CHANGELOG.md b/packages/components-angular/projects/intranet-header/CHANGELOG.md
index 6acde438a5..f1b8a07f4d 100644
--- a/packages/components-angular/projects/intranet-header/CHANGELOG.md
+++ b/packages/components-angular/projects/intranet-header/CHANGELOG.md
@@ -1,5 +1,17 @@
# @swisspost/design-system-intranet-header
+## 3.0.2
+
+### Patch Changes
+
+- Fixed the broken default user image when viewed from outside the postnet.
+
by [@gfellerph](https://github.com/gfellerph) with [#786](https://github.com/swisspost/design-system/pull/786)
+
+- Fixed an issue with the sidebar between 600px and 768px screen size. The sidebar now behaves like on smaller mobile devices in this range.
+
by [@gfellerph](https://github.com/gfellerph) with [#785](https://github.com/swisspost/design-system/pull/785)
+- Updated dependencies:
+ - @swisspost/design-system-styles@5.1.1
+
## 3.0.1
### Patch Changes
diff --git a/packages/components-angular/projects/intranet-header/package.json b/packages/components-angular/projects/intranet-header/package.json
index 45219a896f..2140780087 100644
--- a/packages/components-angular/projects/intranet-header/package.json
+++ b/packages/components-angular/projects/intranet-header/package.json
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-intranet-header",
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "Intranet header for internal Swiss Post applications as an Angular component.",
"author": "Swiss Post ",
"license": "Apache-2.0",
@@ -18,10 +18,10 @@
"linkDirectory": true
},
"dependencies": {
- "@swisspost/design-system-styles": "workspace:5.1.0",
+ "@swisspost/design-system-styles": "workspace:5.1.1",
"tslib": "2.4.1"
},
"devDependencies": {
- "@swisspost/design-system-components-angular": "workspace:1.0.1"
+ "@swisspost/design-system-components-angular": "workspace:1.0.2"
}
}
diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md
index a8329109a7..60f9cff24c 100644
--- a/packages/components/CHANGELOG.md
+++ b/packages/components/CHANGELOG.md
@@ -1,5 +1,12 @@
# @swisspost/design-system-components
+## 1.0.2
+
+### Patch Changes
+
+- Updated dependencies:
+ - @swisspost/design-system-styles@5.1.1
+
## 1.0.1
### Patch Changes
diff --git a/packages/components/package.json b/packages/components/package.json
index 2f345c7a74..563d814a0b 100644
--- a/packages/components/package.json
+++ b/packages/components/package.json
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-components",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "A collection of web components built with Stencil JS for the Swiss Post Design System.",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
@@ -41,7 +41,7 @@
"dependencies": {
"@stencil/core": "^2.13.0",
"@stencil/sass": "^2.0.0",
- "@swisspost/design-system-styles": "workspace:5.1.0",
+ "@swisspost/design-system-styles": "workspace:5.1.1",
"sass": "^1.49.7"
},
"devDependencies": {
diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md
index 7ff79353da..0c78fc941b 100644
--- a/packages/demo/CHANGELOG.md
+++ b/packages/demo/CHANGELOG.md
@@ -1,5 +1,13 @@
# @swisspost/design-system-demo
+## 5.1.2
+
+### Patch Changes
+
+- Updated dependencies:
+ - @swisspost/design-system-styles@5.1.1
+ - @swisspost/design-system-intranet-header@3.0.2
+
## 5.1.1
### Patch Changes
diff --git a/packages/demo/package.json b/packages/demo/package.json
index 9faa9f9f18..d79cdfa37f 100644
--- a/packages/demo/package.json
+++ b/packages/demo/package.json
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-demo",
- "version": "5.1.1",
+ "version": "5.1.2",
"description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.",
"author": "Swiss Post ",
"license": "Apache-2.0",
@@ -25,8 +25,8 @@
"@ng-bootstrap/ng-bootstrap": "12.1.2",
"@popperjs/core": "2.11.6",
"@swimlane/ngx-datatable": "20.0.0",
- "@swisspost/design-system-intranet-header": "workspace:3.0.1",
- "@swisspost/design-system-styles": "workspace:5.1.0",
+ "@swisspost/design-system-intranet-header": "workspace:3.0.2",
+ "@swisspost/design-system-styles": "workspace:5.1.1",
"bootstrap": "5.1.3",
"core-js": "3.26.1",
"highlight.js": "11.6.0",
diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md
index b89e0ae74b..dd5fca8e5f 100644
--- a/packages/styles/CHANGELOG.md
+++ b/packages/styles/CHANGELOG.md
@@ -1,5 +1,12 @@
# @swisspost/design-system-styles
+## 5.1.1
+
+### Patch Changes
+
+- Set the opacity of tooltips to 1 (fully opaque) because text is hardly legible if the tooltip has underlying content.
+
by [@gfellerph](https://github.com/gfellerph) with [#784](https://github.com/swisspost/design-system/pull/784)
+
## 5.1.0
### Minor Changes
diff --git a/packages/styles/package.json b/packages/styles/package.json
index b6b7738f68..53773c1a62 100644
--- a/packages/styles/package.json
+++ b/packages/styles/package.json
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-styles",
- "version": "5.1.0",
+ "version": "5.1.1",
"description": "Design System Styles for the Swiss Post web platform.",
"author": "Swiss Post ",
"license": "Apache-2.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index ee627d2d2d..f2efe20a11 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -38,7 +38,7 @@ importers:
'@storybook/addon-essentials': 6.5.13
'@storybook/addon-links': 6.5.13
'@storybook/html': 6.5.13
- '@swisspost/design-system-styles': workspace:5.1.0
+ '@swisspost/design-system-styles': workspace:5.1.1
'@types/jest': 27.5.2
babel-loader: 8.3.0
bootstrap: 5.1.3
@@ -103,7 +103,7 @@ importers:
'@angular/router': 14.2.11
'@ng-bootstrap/ng-bootstrap': 12.1.2
'@popperjs/core': 2.11.6
- '@swisspost/design-system-styles': workspace:5.1.0
+ '@swisspost/design-system-styles': workspace:5.1.1
'@types/jasmine': 4.3.0
'@types/node': 18.11.9
'@typescript-eslint/eslint-plugin': 5.43.0
@@ -165,8 +165,8 @@ importers:
packages/components-angular/projects/intranet-header:
specifiers:
- '@swisspost/design-system-components-angular': workspace:1.0.1
- '@swisspost/design-system-styles': workspace:5.1.0
+ '@swisspost/design-system-components-angular': workspace:1.0.2
+ '@swisspost/design-system-styles': workspace:5.1.1
tslib: 2.4.1
dependencies:
'@swisspost/design-system-styles': link:../../../styles/dist
@@ -201,8 +201,8 @@ importers:
'@ng-bootstrap/ng-bootstrap': 12.1.2
'@popperjs/core': 2.11.6
'@swimlane/ngx-datatable': 20.0.0
- '@swisspost/design-system-intranet-header': workspace:3.0.1
- '@swisspost/design-system-styles': workspace:5.1.0
+ '@swisspost/design-system-intranet-header': workspace:3.0.2
+ '@swisspost/design-system-styles': workspace:5.1.1
'@types/highlight.js': 9.12.4
'@types/jasmine': 4.3.0
'@types/jasminewd2': 2.0.10