diff --git a/.changeset/mean-buckets-doubt.md b/.changeset/mean-buckets-doubt.md deleted file mode 100644 index 3372d5e59f..0000000000 --- a/.changeset/mean-buckets-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@swisspost/design-system-styles': patch ---- - -Correctly declares dependencies used in Migration Schematics for Angular projects, fixing an issue when trying to migrate projects. diff --git a/.changeset/stale-buses-lie.md b/.changeset/stale-buses-lie.md deleted file mode 100644 index e93deec05f..0000000000 --- a/.changeset/stale-buses-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@swisspost/design-system-styles': patch ---- - -When outside days get hidden, they collapse in their flex context and change the alignment of the first days of the month. Adding flex-grow 1 ensures the hidden days still keep their space so the day labels on top match correctly with the calendar days. diff --git a/.changeset/three-apricots-cheat.md b/.changeset/three-apricots-cheat.md deleted file mode 100644 index 48ed9d7e39..0000000000 --- a/.changeset/three-apricots-cheat.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@swisspost/design-system-changelog-github': patch ---- - -The <sup> construct does not work as intended in most contexts, adding unnecessary and confusing spacing into changelogs. New intended format: - -- This is a contribution. (by username with #111) -- This is a multiline contribution that needs - a lot of text (by username with #111) diff --git a/packages/changelog-github/CHANGELOG.md b/packages/changelog-github/CHANGELOG.md index a39e3d6380..02248aaa8c 100644 --- a/packages/changelog-github/CHANGELOG.md +++ b/packages/changelog-github/CHANGELOG.md @@ -1,5 +1,14 @@ # @swisspost/design-system-changelog-github +## 1.0.2 + +### Patch Changes + +- The <sup> construct does not work as intended in most contexts, adding unnecessary and confusing spacing into changelogs. New intended format: + - This is a contribution. (by username with #111) + - This is a multiline contribution that needs + a lot of text (by username with #111) (by [@gfellerph](https://github.com/gfellerph) with [#795](https://github.com/swisspost/design-system/pull/795)) + ## 1.0.1 ### Patch Changes diff --git a/packages/changelog-github/package.json b/packages/changelog-github/package.json index b6d0b72b20..8fddbb9320 100644 --- a/packages/changelog-github/package.json +++ b/packages/changelog-github/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-changelog-github", - "version": "1.0.1", + "version": "1.0.2", "description": "A changelog entry generator for GitHub that links to PRs and users", "author": "Swiss Post ", "license": "Apache-2.0", diff --git a/packages/components-angular/CHANGELOG.md b/packages/components-angular/CHANGELOG.md index fba23ff62f..51a4d79495 100644 --- a/packages/components-angular/CHANGELOG.md +++ b/packages/components-angular/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/design-system-components-angular +## 1.0.3 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@5.1.2 + ## 1.0.2 ### Patch Changes diff --git a/packages/components-angular/package.json b/packages/components-angular/package.json index 0d5647818f..afa014099b 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.2", + "version": "1.0.3", "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.1", + "@swisspost/design-system-styles": "workspace:5.1.2", "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 f1b8a07f4d..81e96db5d3 100644 --- a/packages/components-angular/projects/intranet-header/CHANGELOG.md +++ b/packages/components-angular/projects/intranet-header/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/design-system-intranet-header +## 3.0.3 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@5.1.2 + ## 3.0.2 ### Patch Changes diff --git a/packages/components-angular/projects/intranet-header/package.json b/packages/components-angular/projects/intranet-header/package.json index 2140780087..9083e2b44e 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.2", + "version": "3.0.3", "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.1", + "@swisspost/design-system-styles": "workspace:5.1.2", "tslib": "2.4.1" }, "devDependencies": { - "@swisspost/design-system-components-angular": "workspace:1.0.2" + "@swisspost/design-system-components-angular": "workspace:1.0.3" } } diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 60f9cff24c..091cac3883 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/design-system-components +## 1.0.3 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@5.1.2 + ## 1.0.2 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 563d814a0b..2bf0e05279 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-components", - "version": "1.0.2", + "version": "1.0.3", "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.1", + "@swisspost/design-system-styles": "workspace:5.1.2", "sass": "^1.49.7" }, "devDependencies": { diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md index 0c78fc941b..26d1ec1026 100644 --- a/packages/demo/CHANGELOG.md +++ b/packages/demo/CHANGELOG.md @@ -1,5 +1,13 @@ # @swisspost/design-system-demo +## 5.1.3 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@5.1.2 + - @swisspost/design-system-intranet-header@3.0.3 + ## 5.1.2 ### Patch Changes diff --git a/packages/demo/package.json b/packages/demo/package.json index d79cdfa37f..af52e3b238 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-demo", - "version": "5.1.2", + "version": "5.1.3", "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.2", - "@swisspost/design-system-styles": "workspace:5.1.1", + "@swisspost/design-system-intranet-header": "workspace:3.0.3", + "@swisspost/design-system-styles": "workspace:5.1.2", "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 dd5fca8e5f..2fb93407bf 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -1,5 +1,13 @@ # @swisspost/design-system-styles +## 5.1.2 + +### Patch Changes + +- Correctly declares dependencies used in Migration Schematics for Angular projects, fixing an issue when trying to migrate projects. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#794](https://github.com/swisspost/design-system/pull/794)) + +- When outside days get hidden, they collapse in their flex context and change the alignment of the first days of the month. Adding flex-grow 1 ensures the hidden days still keep their space so the day labels on top match correctly with the calendar days. (by [@gfellerph](https://github.com/gfellerph) with [#793](https://github.com/swisspost/design-system/pull/793)) + ## 5.1.1 ### Patch Changes diff --git a/packages/styles/package.json b/packages/styles/package.json index f7e02efddd..21c33ab4c4 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-styles", - "version": "5.1.1", + "version": "5.1.2", "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 e58b5d88be..6385d5aad2 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.1 + '@swisspost/design-system-styles': workspace:5.1.2 '@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.1 + '@swisspost/design-system-styles': workspace:5.1.2 '@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.2 - '@swisspost/design-system-styles': workspace:5.1.1 + '@swisspost/design-system-components-angular': workspace:1.0.3 + '@swisspost/design-system-styles': workspace:5.1.2 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.2 - '@swisspost/design-system-styles': workspace:5.1.1 + '@swisspost/design-system-intranet-header': workspace:3.0.3 + '@swisspost/design-system-styles': workspace:5.1.2 '@types/highlight.js': 9.12.4 '@types/jasmine': 4.3.0 '@types/jasminewd2': 2.0.10 @@ -13369,7 +13369,7 @@ packages: dev: true /file-uri-to-path/1.0.0: - resolution: {integrity: sha1-VTp7hEb/b2hDWcRF8eN6BdrMM90=} + resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} requiresBuild: true dev: true optional: true