diff --git a/.changeset/pre.json b/.changeset/pre.json index a0dd4820d6..4466e8d44b 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -13,12 +13,18 @@ "chilled-spoons-type", "cool-llamas-buy", "fast-comics-bow", + "fast-kangaroos-type", + "five-tables-melt", + "forty-pans-retire", "gorgeous-donkeys-leave", "great-cheetahs-whisper", + "hungry-news-swim", + "metal-laws-mate", "moody-walls-approve", "nasty-dodos-battle", "pink-dragons-carry", "quiet-eggs-run", + "smart-beans-relate", "tasty-lies-compare", "wet-humans-attend", "witty-falcons-teach" diff --git a/packages/angular-components/projects/swisspost-intranet-header/CHANGELOG.md b/packages/angular-components/projects/swisspost-intranet-header/CHANGELOG.md index 63de03b578..708de0044a 100644 --- a/packages/angular-components/projects/swisspost-intranet-header/CHANGELOG.md +++ b/packages/angular-components/projects/swisspost-intranet-header/CHANGELOG.md @@ -1,5 +1,14 @@ # @swisspost/intranet-header +## 3.0.0-alpha.3 + +### Patch Changes + +- [#162](https://github.com/swisspost/common-web-frontend/pull/162) [`616f534`](https://github.com/swisspost/common-web-frontend/commit/616f534e184e7f48bf1c93fa3311e16e57d4998c) Thanks [@oliverschuerch](https://github.com/oliverschuerch)! - Includes last 2 safari versions in browserslilstrc and aligns browserslistrc files in all projects + +- Updated dependencies [[`0b01019`](https://github.com/swisspost/common-web-frontend/commit/0b010194b3c64bed8b0f3fdf7015a9f53f19732b), [`e280aae`](https://github.com/swisspost/common-web-frontend/commit/e280aaeb4e350e7ea827c13e5108d847ae2608c6), [`0cb7149`](https://github.com/swisspost/common-web-frontend/commit/0cb7149cf2512293620d6fd01a9348e30803a361), [`18f2275`](https://github.com/swisspost/common-web-frontend/commit/18f2275de1201a070d41a6aff696de7972febca0), [`616f534`](https://github.com/swisspost/common-web-frontend/commit/616f534e184e7f48bf1c93fa3311e16e57d4998c), [`616f534`](https://github.com/swisspost/common-web-frontend/commit/616f534e184e7f48bf1c93fa3311e16e57d4998c)]: + - @swisspost/web-styles@5.0.0-alpha.4 + ## 3.0.0-alpha.2 ### Patch Changes diff --git a/packages/angular-components/projects/swisspost-intranet-header/package.json b/packages/angular-components/projects/swisspost-intranet-header/package.json index f71add0aa3..3174d1ceea 100644 --- a/packages/angular-components/projects/swisspost-intranet-header/package.json +++ b/packages/angular-components/projects/swisspost-intranet-header/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/intranet-header", - "version": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "description": "Intranet header for internal Swiss Post applications as an Angular component.", "author": "Swiss Post ", "license": "Apache-2.0", @@ -24,7 +24,7 @@ "@angular/core": "^13.2.0" }, "dependencies": { - "@swisspost/web-styles": "^5.0.0-alpha.2", + "@swisspost/web-styles": "^5.0.0-alpha.4", "tslib": "2.4.0" } } diff --git a/packages/web-demo/CHANGELOG.md b/packages/web-demo/CHANGELOG.md index 9813949d07..f36d822793 100644 --- a/packages/web-demo/CHANGELOG.md +++ b/packages/web-demo/CHANGELOG.md @@ -1,5 +1,19 @@ # @swisspost/web-demo +## 5.0.0-alpha.4 + +### Patch Changes + +- [#103](https://github.com/swisspost/common-web-frontend/pull/103) [`e280aae`](https://github.com/swisspost/common-web-frontend/commit/e280aaeb4e350e7ea827c13e5108d847ae2608c6) Thanks [@gfellerph](https://github.com/gfellerph)! - fix(button): update button sizes and reduce CSS output size + +* [#169](https://github.com/swisspost/common-web-frontend/pull/169) [`0cb7149`](https://github.com/swisspost/common-web-frontend/commit/0cb7149cf2512293620d6fd01a9348e30803a361) Thanks [@oliverschuerch](https://github.com/oliverschuerch)! - Shows form-select floating-label like a placeholder for select-elements which are empty (with no option-tags inside). + +- [#162](https://github.com/swisspost/common-web-frontend/pull/162) [`616f534`](https://github.com/swisspost/common-web-frontend/commit/616f534e184e7f48bf1c93fa3311e16e57d4998c) Thanks [@oliverschuerch](https://github.com/oliverschuerch)! - Includes last 2 safari versions in browserslilstrc and aligns browserslistrc files in all projects + +- Updated dependencies [[`0b01019`](https://github.com/swisspost/common-web-frontend/commit/0b010194b3c64bed8b0f3fdf7015a9f53f19732b), [`e280aae`](https://github.com/swisspost/common-web-frontend/commit/e280aaeb4e350e7ea827c13e5108d847ae2608c6), [`0cb7149`](https://github.com/swisspost/common-web-frontend/commit/0cb7149cf2512293620d6fd01a9348e30803a361), [`18f2275`](https://github.com/swisspost/common-web-frontend/commit/18f2275de1201a070d41a6aff696de7972febca0), [`616f534`](https://github.com/swisspost/common-web-frontend/commit/616f534e184e7f48bf1c93fa3311e16e57d4998c), [`616f534`](https://github.com/swisspost/common-web-frontend/commit/616f534e184e7f48bf1c93fa3311e16e57d4998c)]: + - @swisspost/web-styles@5.0.0-alpha.4 + - @swisspost/intranet-header@3.0.0-alpha.3 + ## 5.0.0-alpha.3 ### Patch Changes diff --git a/packages/web-demo/package.json b/packages/web-demo/package.json index a68f929a05..f5f6c67b4e 100644 --- a/packages/web-demo/package.json +++ b/packages/web-demo/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/web-demo", - "version": "5.0.0-alpha.3", + "version": "5.0.0-alpha.4", "description": "Pattern documentation, code snippets and implementation guidelines for the Web Styles.", "author": "Swiss Post ", "license": "Apache-2.0", @@ -29,8 +29,8 @@ "@ng-bootstrap/ng-bootstrap": "12.1.2", "@popperjs/core": "2.11.5", "@swimlane/ngx-datatable": "20.0.0", - "@swisspost/intranet-header": "^3.0.0-alpha.2", - "@swisspost/web-styles": "^5.0.0-alpha.3", + "@swisspost/intranet-header": "^3.0.0-alpha.3", + "@swisspost/web-styles": "^5.0.0-alpha.4", "bootstrap": "5.1.3", "core-js": "2.6.12", "highlight.js": "10.7.3", diff --git a/packages/web-styles/CHANGELOG.md b/packages/web-styles/CHANGELOG.md index 0f2b7b4cef..8677a97f4b 100644 --- a/packages/web-styles/CHANGELOG.md +++ b/packages/web-styles/CHANGELOG.md @@ -1,5 +1,23 @@ # @swisspost/web-styles +## 5.0.0-alpha.4 + +### Major Changes + +- [#141](https://github.com/swisspost/common-web-frontend/pull/141) [`0b01019`](https://github.com/swisspost/common-web-frontend/commit/0b010194b3c64bed8b0f3fdf7015a9f53f19732b) Thanks [@gfellerph](https://github.com/gfellerph)! - Added storybook for documenting the basic styles. + +### Patch Changes + +- [#103](https://github.com/swisspost/common-web-frontend/pull/103) [`e280aae`](https://github.com/swisspost/common-web-frontend/commit/e280aaeb4e350e7ea827c13e5108d847ae2608c6) Thanks [@gfellerph](https://github.com/gfellerph)! - fix(button): update button sizes and reduce CSS output size + +* [#169](https://github.com/swisspost/common-web-frontend/pull/169) [`0cb7149`](https://github.com/swisspost/common-web-frontend/commit/0cb7149cf2512293620d6fd01a9348e30803a361) Thanks [@oliverschuerch](https://github.com/oliverschuerch)! - Shows form-select floating-label like a placeholder for select-elements which are empty (with no option-tags inside). + +- [#164](https://github.com/swisspost/common-web-frontend/pull/164) [`18f2275`](https://github.com/swisspost/common-web-frontend/commit/18f2275de1201a070d41a6aff696de7972febca0) Thanks [@oliverschuerch](https://github.com/oliverschuerch)! - adds styles for component stepper in forced-color/high-contrast mode + +* [#162](https://github.com/swisspost/common-web-frontend/pull/162) [`616f534`](https://github.com/swisspost/common-web-frontend/commit/616f534e184e7f48bf1c93fa3311e16e57d4998c) Thanks [@oliverschuerch](https://github.com/oliverschuerch)! - Refactors topic-teaser styles to work as expected by Design + +- [#162](https://github.com/swisspost/common-web-frontend/pull/162) [`616f534`](https://github.com/swisspost/common-web-frontend/commit/616f534e184e7f48bf1c93fa3311e16e57d4998c) Thanks [@oliverschuerch](https://github.com/oliverschuerch)! - Includes last 2 safari versions in browserslilstrc and aligns browserslistrc files in all projects + ## 5.0.0-alpha.3 ### Major Changes diff --git a/packages/web-styles/package.json b/packages/web-styles/package.json index 76e9731976..48f95dca00 100644 --- a/packages/web-styles/package.json +++ b/packages/web-styles/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/web-styles", - "version": "5.0.0-alpha.3", + "version": "5.0.0-alpha.4", "description": "Common 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 4858e69e0d..8e02954cac 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -93,7 +93,7 @@ importers: packages/angular-components/projects/swisspost-intranet-header: specifiers: - '@swisspost/web-styles': ^5.0.0-alpha.2 + '@swisspost/web-styles': ^5.0.0-alpha.4 tslib: 2.4.0 dependencies: '@swisspost/web-styles': link:../../../web-styles @@ -124,8 +124,8 @@ importers: '@ng-bootstrap/ng-bootstrap': 12.1.2 '@popperjs/core': 2.11.5 '@swimlane/ngx-datatable': 20.0.0 - '@swisspost/intranet-header': ^3.0.0-alpha.2 - '@swisspost/web-styles': ^5.0.0-alpha.3 + '@swisspost/intranet-header': ^3.0.0-alpha.3 + '@swisspost/web-styles': ^5.0.0-alpha.4 '@types/highlight.js': 9.12.4 '@types/jasmine': 4.0.3 '@types/jasminewd2': 2.0.10