diff --git a/.changeset/chilled-garlics-bathe.md b/.changeset/chilled-garlics-bathe.md deleted file mode 100644 index 90cc2a1060..0000000000 --- a/.changeset/chilled-garlics-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@swisspost/internet-header': minor ---- - -Added a link to settings in the user drop-down menu for business users. diff --git a/.changeset/clean-dancers-film.md b/.changeset/clean-dancers-film.md deleted file mode 100644 index 85f8e31cfe..0000000000 --- a/.changeset/clean-dancers-film.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@swisspost/design-system-documentation': patch -'@swisspost/design-system-styles': patch ---- - -Added official way to use label in a floating-label select as a placeholder. diff --git a/.changeset/fuzzy-forks-type.md b/.changeset/fuzzy-forks-type.md deleted file mode 100644 index b690b5c7f9..0000000000 --- a/.changeset/fuzzy-forks-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@swisspost/design-system-styles': patch ---- - -Fixed display of button-group input when using checkbox or radio variant. diff --git a/.changeset/giant-teachers-shout.md b/.changeset/giant-teachers-shout.md deleted file mode 100644 index 8348882823..0000000000 --- a/.changeset/giant-teachers-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@swisspost/design-system-documentation': patch ---- - -Extended the `@swisspost/design-system-components` package getting-started docs page to show multiple ways how it can be used/imported in different project setups. diff --git a/.changeset/gorgeous-clouds-trade.md b/.changeset/gorgeous-clouds-trade.md deleted file mode 100644 index c136ca3456..0000000000 --- a/.changeset/gorgeous-clouds-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@swisspost/design-system-documentation': minor ---- - -Added docs page on how to use columns. diff --git a/.changeset/gorgeous-gorillas-confess.md b/.changeset/gorgeous-gorillas-confess.md deleted file mode 100644 index 44d75479b1..0000000000 --- a/.changeset/gorgeous-gorillas-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@swisspost/design-system-styles': patch ---- - -Fixed offset of radio button when checked and in inline layout. diff --git a/.changeset/mighty-crews-thank.md b/.changeset/mighty-crews-thank.md deleted file mode 100644 index 081e197f87..0000000000 --- a/.changeset/mighty-crews-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@swisspost/internet-header': minor ---- - -Replaced the old twitter logo with the new X logo. diff --git a/.changeset/neat-maps-give.md b/.changeset/neat-maps-give.md deleted file mode 100644 index e1a400cee3..0000000000 --- a/.changeset/neat-maps-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@swisspost/design-system-styles': patch ---- - -The following placeholders from the `\_text.scss` file are depreacted an will be removed in a future version: `%list-adjustment`, `%module-container`, `%default-module-spacer`, `%text-container`. diff --git a/.changeset/plenty-pianos-check.md b/.changeset/plenty-pianos-check.md deleted file mode 100644 index 590a4c6ac0..0000000000 --- a/.changeset/plenty-pianos-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@swisspost/design-system-styles': patch ---- - -Fixed default icon flashing when using a `post-icon` on alerts. diff --git a/.changeset/wet-lions-fly.md b/.changeset/wet-lions-fly.md deleted file mode 100644 index b5c529adae..0000000000 --- a/.changeset/wet-lions-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@swisspost/design-system-intranet-header': patch ---- - -Added a descriptive text to the Post logo home link. diff --git a/packages/components-react/CHANGELOG.md b/packages/components-react/CHANGELOG.md index 99b1fd4e5d..ca9cec24b5 100644 --- a/packages/components-react/CHANGELOG.md +++ b/packages/components-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/design-system-components-react +## 1.0.22 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-components@1.6.2 + ## 1.0.21 ### Patch Changes diff --git a/packages/components-react/package.json b/packages/components-react/package.json index b333a265c5..62af440c1b 100644 --- a/packages/components-react/package.json +++ b/packages/components-react/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-components-react", - "version": "1.0.21", + "version": "1.0.22", "license": "Apache-2.0", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -19,7 +19,7 @@ "tsc": "tsc -p ." }, "dependencies": { - "@swisspost/design-system-components": "workspace:1.6.1" + "@swisspost/design-system-components": "workspace:1.6.2" }, "devDependencies": { "@types/node": "18.18.8", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 2f3149d0b4..b2483d159f 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/design-system-components +## 1.6.2 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@6.4.4 + ## 1.6.1 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 04d519c03e..95a7a28646 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-components", - "version": "1.6.1", + "version": "1.6.2", "description": "A collection of web components built with Stencil JS for the Swiss Post Design System.", "license": "Apache-2.0", "main": "loader/index.cjs.js", @@ -40,7 +40,7 @@ "@floating-ui/dom": "1.5.3", "@oddbird/popover-polyfill": "0.3.1", "@stencil/core": "4.7.0", - "@swisspost/design-system-styles": "workspace:6.4.3", + "@swisspost/design-system-styles": "workspace:6.4.4", "ally.js": "1.4.1", "long-press-event": "2.4.6" }, diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md index ea47c968d2..277a6ef875 100644 --- a/packages/demo/CHANGELOG.md +++ b/packages/demo/CHANGELOG.md @@ -1,5 +1,13 @@ # @swisspost/design-system-demo +## 7.0.4 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@6.4.4 + - @swisspost/design-system-intranet-header@5.0.4 + ## 7.0.3 ### Patch Changes diff --git a/packages/demo/package.json b/packages/demo/package.json index e9e164fa00..dea2928ad8 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-demo", - "version": "7.0.3", + "version": "7.0.4", "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": "15.1.2", "@popperjs/core": "2.11.8", "@swimlane/ngx-datatable": "20.1.0", - "@swisspost/design-system-intranet-header": "workspace:5.0.3", - "@swisspost/design-system-styles": "workspace:6.4.3", + "@swisspost/design-system-intranet-header": "workspace:5.0.4", + "@swisspost/design-system-styles": "workspace:6.4.4", "bootstrap": "5.3.2", "core-js": "3.33.2", "highlight.js": "11.9.0", diff --git a/packages/documentation/CHANGELOG.md b/packages/documentation/CHANGELOG.md index f22e5bdd97..3b0668857a 100644 --- a/packages/documentation/CHANGELOG.md +++ b/packages/documentation/CHANGELOG.md @@ -1,5 +1,22 @@ # @swisspost/design-system-documentation +## 2.4.0 + +### Minor Changes + +- Added docs page on how to use columns. (by [@davidritter-dotcom](https://github.com/davidritter-dotcom) with [#2062](https://github.com/swisspost/design-system/pull/2062)) + +### Patch Changes + +- Added official way to use label in a floating-label select as a placeholder. (by [@imagoiq](https://github.com/imagoiq) with [#2200](https://github.com/swisspost/design-system/pull/2200)) + +- Extended the `@swisspost/design-system-components` package getting-started docs page to show multiple ways how it can be used/imported in different project setups. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#2214](https://github.com/swisspost/design-system/pull/2214)) +- Updated dependencies: + - @swisspost/internet-header@1.13.0 + - @swisspost/design-system-styles@6.4.4 + - @swisspost/design-system-components@1.6.2 + - @swisspost/design-system-components-react@1.0.22 + ## 2.3.1 ### Patch Changes diff --git a/packages/documentation/package.json b/packages/documentation/package.json index addce68c17..5526d49add 100644 --- a/packages/documentation/package.json +++ b/packages/documentation/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-documentation", - "version": "2.3.1", + "version": "2.4.0", "description": "Swiss Post Design System Documentation.", "author": "Swiss Post ", "license": "Apache-2.0", @@ -25,11 +25,11 @@ "snapshots": "percy exec -- cypress run --config-file ./cypress.snapshot.config.js --record --key 0995e768-43ec-42bd-a127-ff944a2ad8c9" }, "dependencies": { - "@swisspost/design-system-components": "workspace:1.6.1", - "@swisspost/design-system-components-react": "workspace:1.0.21", + "@swisspost/design-system-components": "workspace:1.6.2", + "@swisspost/design-system-components-react": "workspace:1.0.22", "@swisspost/design-system-icons": "workspace:1.0.14", - "@swisspost/design-system-styles": "workspace:6.4.3", - "@swisspost/internet-header": "workspace:1.12.1", + "@swisspost/design-system-styles": "workspace:6.4.4", + "@swisspost/internet-header": "workspace:1.13.0", "bootstrap": "5.3.2" }, "devDependencies": { diff --git a/packages/internet-header/CHANGELOG.md b/packages/internet-header/CHANGELOG.md index e9671fb68e..a3a1274f0a 100644 --- a/packages/internet-header/CHANGELOG.md +++ b/packages/internet-header/CHANGELOG.md @@ -1,5 +1,17 @@ # @swisspost/internet-header +## 1.13.0 + +### Minor Changes + +- Added a link to settings in the user drop-down menu for business users. (by [@alizedebray](https://github.com/alizedebray) with [#2234](https://github.com/swisspost/design-system/pull/2234)) + +### Patch Changes + +- Replaced the old twitter logo with the new X logo. (by [@b1aserlu](https://github.com/b1aserlu) with [#2176](https://github.com/swisspost/design-system/pull/2176)) +- Updated dependencies: + - @swisspost/design-system-styles@6.4.4 + ## 1.12.1 ### Patch Changes diff --git a/packages/internet-header/package.json b/packages/internet-header/package.json index 379e87c967..1a118a800a 100644 --- a/packages/internet-header/package.json +++ b/packages/internet-header/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/internet-header", - "version": "1.12.1", + "version": "1.13.0", "description": "The header for client facing applications.", "author": "Swiss Post ", "license": "Apache-2.0", @@ -43,7 +43,7 @@ "dependencies": { "@stencil/core": "4.7.0", "@stencil/store": "2.0.11", - "@swisspost/design-system-styles": "workspace:6.4.3", + "@swisspost/design-system-styles": "workspace:6.4.4", "body-scroll-lock": "4.0.0-beta.0", "iframe-resizer": "4.3.7", "jquery": "3.7.1", diff --git a/packages/intranet-header-workspace/CHANGELOG.md b/packages/intranet-header-workspace/CHANGELOG.md index ec34c6bef5..66e4f1d2df 100644 --- a/packages/intranet-header-workspace/CHANGELOG.md +++ b/packages/intranet-header-workspace/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/design-system-intranet-header-workspace +## 3.0.4 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@6.4.4 + ## 3.0.3 ### Patch Changes diff --git a/packages/intranet-header-workspace/package.json b/packages/intranet-header-workspace/package.json index 97546a8677..bdc3f015dd 100644 --- a/packages/intranet-header-workspace/package.json +++ b/packages/intranet-header-workspace/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-intranet-header-workspace", - "version": "3.0.3", + "version": "3.0.4", "license": "Apache-2.0", "private": true, "scripts": { @@ -21,7 +21,7 @@ "@angular/router": "16.2.12", "@ng-bootstrap/ng-bootstrap": "15.1.2", "@popperjs/core": "2.11.8", - "@swisspost/design-system-styles": "workspace:6.4.3", + "@swisspost/design-system-styles": "workspace:6.4.4", "rxjs": "7.8.1", "tslib": "2.6.2", "watch": "1.0.2", diff --git a/packages/intranet-header-workspace/projects/intranet-header/CHANGELOG.md b/packages/intranet-header-workspace/projects/intranet-header/CHANGELOG.md index ff9e834458..0538db0cf8 100644 --- a/packages/intranet-header-workspace/projects/intranet-header/CHANGELOG.md +++ b/packages/intranet-header-workspace/projects/intranet-header/CHANGELOG.md @@ -1,5 +1,13 @@ # @swisspost/design-system-intranet-header +## 5.0.4 + +### Patch Changes + +- Added a descriptive text to the Post logo home link. (by [@b1aserlu](https://github.com/b1aserlu) with [#2101](https://github.com/swisspost/design-system/pull/2101)) +- Updated dependencies: + - @swisspost/design-system-styles@6.4.4 + ## 5.0.3 ### Patch Changes diff --git a/packages/intranet-header-workspace/projects/intranet-header/package.json b/packages/intranet-header-workspace/projects/intranet-header/package.json index af9fde90a8..9cce6af275 100644 --- a/packages/intranet-header-workspace/projects/intranet-header/package.json +++ b/packages/intranet-header-workspace/projects/intranet-header/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-intranet-header", - "version": "5.0.3", + "version": "5.0.4", "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:6.4.3", + "@swisspost/design-system-styles": "workspace:6.4.4", "tslib": "2.6.2" }, "devDependencies": { - "@swisspost/design-system-intranet-header-workspace": "workspace:3.0.3" + "@swisspost/design-system-intranet-header-workspace": "workspace:3.0.4" } } diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index c5af7aa38a..f8f4c66708 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -1,5 +1,19 @@ # @swisspost/design-system-styles +## 6.4.4 + +### Patch Changes + +- Added official way to use label in a floating-label select as a placeholder. (by [@imagoiq](https://github.com/imagoiq) with [#2200](https://github.com/swisspost/design-system/pull/2200)) + +- Fixed display of button-group input when using checkbox or radio variant. (by [@imagoiq](https://github.com/imagoiq) with [#2133](https://github.com/swisspost/design-system/pull/2133)) + +- Fixed offset of radio button when checked and in inline layout. (by [@imagoiq](https://github.com/imagoiq) with [#2065](https://github.com/swisspost/design-system/pull/2065)) + +- The following placeholders from the `\_text.scss` file are depreacted an will be removed in a future version: `%list-adjustment`, `%module-container`, `%default-module-spacer`, `%text-container`. (by [@b1aserlu](https://github.com/b1aserlu) with [#2171](https://github.com/swisspost/design-system/pull/2171)) + +- Fixed default icon flashing when using a `post-icon` on alerts. (by [@imagoiq](https://github.com/imagoiq) with [#2244](https://github.com/swisspost/design-system/pull/2244)) + ## 6.4.3 ### Patch Changes diff --git a/packages/styles/package.json b/packages/styles/package.json index 89cefbe631..becf22a6c1 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-styles", - "version": "6.4.3", + "version": "6.4.4", "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 6d5290510f..55b264a44d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -67,7 +67,7 @@ importers: specifier: 4.7.0 version: 4.7.0 '@swisspost/design-system-styles': - specifier: workspace:6.4.3 + specifier: workspace:6.4.4 version: link:../styles/dist ally.js: specifier: 1.4.1 @@ -140,7 +140,7 @@ importers: packages/components-react: dependencies: '@swisspost/design-system-components': - specifier: workspace:1.6.1 + specifier: workspace:1.6.2 version: link:../components devDependencies: '@types/node': @@ -231,10 +231,10 @@ importers: specifier: 20.1.0 version: 20.1.0(@angular/common@16.2.12)(@angular/core@16.2.12)(@angular/platform-browser@16.2.12)(rxjs@7.8.1) '@swisspost/design-system-intranet-header': - specifier: workspace:5.0.3 + specifier: workspace:5.0.4 version: link:../intranet-header-workspace/dist/intranet-header '@swisspost/design-system-styles': - specifier: workspace:6.4.3 + specifier: workspace:6.4.4 version: link:../styles/dist bootstrap: specifier: 5.3.2 @@ -364,19 +364,19 @@ importers: packages/documentation: dependencies: '@swisspost/design-system-components': - specifier: workspace:1.6.1 + specifier: workspace:1.6.2 version: link:../components '@swisspost/design-system-components-react': - specifier: workspace:1.0.21 + specifier: workspace:1.0.22 version: link:../components-react '@swisspost/design-system-icons': specifier: workspace:1.0.14 version: link:../icons '@swisspost/design-system-styles': - specifier: workspace:6.4.3 + specifier: workspace:6.4.4 version: link:../styles/dist '@swisspost/internet-header': - specifier: workspace:1.12.1 + specifier: workspace:1.13.0 version: link:../internet-header bootstrap: specifier: 5.3.2 @@ -539,7 +539,7 @@ importers: specifier: 2.0.11 version: 2.0.11(@stencil/core@4.7.0) '@swisspost/design-system-styles': - specifier: workspace:6.4.3 + specifier: workspace:6.4.4 version: link:../styles/dist body-scroll-lock: specifier: 4.0.0-beta.0 @@ -678,7 +678,7 @@ importers: specifier: 2.11.8 version: 2.11.8 '@swisspost/design-system-styles': - specifier: workspace:6.4.3 + specifier: workspace:6.4.4 version: link:../styles/dist rxjs: specifier: 7.8.1 @@ -763,14 +763,14 @@ importers: packages/intranet-header-workspace/projects/intranet-header: dependencies: '@swisspost/design-system-styles': - specifier: workspace:6.4.3 + specifier: workspace:6.4.4 version: link:../../../styles/dist tslib: specifier: 2.6.2 version: 2.6.2 devDependencies: '@swisspost/design-system-intranet-header-workspace': - specifier: workspace:3.0.3 + specifier: workspace:3.0.4 version: link:../.. publishDirectory: ../../dist/intranet-header