diff --git a/.changeset/dirty-poems-look.md b/.changeset/dirty-poems-look.md deleted file mode 100644 index 3c5ebdda89..0000000000 --- a/.changeset/dirty-poems-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@swisspost/design-system-documentation': minor ---- - -Added stories for the component bootstrap/form-textarea. diff --git a/.changeset/gold-dolphins-thank.md b/.changeset/gold-dolphins-thank.md deleted file mode 100644 index 48185615de..0000000000 --- a/.changeset/gold-dolphins-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@swisspost/design-system-documentation': minor ---- - -Added new Storybook react setup with custom Swiss Post Theme (draft), minimal page structure and draft and example stories. The new Storybook setup also includes the existing stories from the styles package (refactoring required) and is ready for cypress e2e tests. diff --git a/.changeset/slow-tables-kick.md b/.changeset/slow-tables-kick.md deleted file mode 100644 index 177c813083..0000000000 --- a/.changeset/slow-tables-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@swisspost/design-system-demo': patch ---- - -Added import instructions to the intranet-header documentation diff --git a/.changeset/unlucky-bugs-drop.md b/.changeset/unlucky-bugs-drop.md deleted file mode 100644 index 00ec7745b0..0000000000 --- a/.changeset/unlucky-bugs-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@swisspost/design-system-documentation': minor ---- - -Added a story about headings (h1 - h6) and sub-headings. diff --git a/.changeset/wise-news-raise.md b/.changeset/wise-news-raise.md deleted file mode 100644 index bce9f92c8d..0000000000 --- a/.changeset/wise-news-raise.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@swisspost/design-system-styles': patch -'@swisspost/design-system-intranet-header': patch ---- - -Fixed an issue with the sidebar width. The fixed sidebar no longer spans the whole page and no longer hides the main page content beneath. diff --git a/packages/components-angular/CHANGELOG.md b/packages/components-angular/CHANGELOG.md index 51a4d79495..19b9a92493 100644 --- a/packages/components-angular/CHANGELOG.md +++ b/packages/components-angular/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/design-system-components-angular +## 1.0.4 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@5.1.3 + ## 1.0.3 ### Patch Changes diff --git a/packages/components-angular/package.json b/packages/components-angular/package.json index 25e2d9cbc0..ff11ff660d 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.3", + "version": "1.0.4", "license": "Apache-2.0", "private": true, "scripts": { @@ -21,7 +21,7 @@ "@angular/router": "14.2.12", "@ng-bootstrap/ng-bootstrap": "12.1.2", "@popperjs/core": "2.11.6", - "@swisspost/design-system-styles": "workspace:5.1.2", + "@swisspost/design-system-styles": "workspace:5.1.3", "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 81e96db5d3..8cb1b25769 100644 --- a/packages/components-angular/projects/intranet-header/CHANGELOG.md +++ b/packages/components-angular/projects/intranet-header/CHANGELOG.md @@ -1,5 +1,13 @@ # @swisspost/design-system-intranet-header +## 3.0.4 + +### Patch Changes + +- Fixed an issue with the sidebar width. The fixed sidebar no longer spans the whole page and no longer hides the main page content beneath. (by [@gfellerph](https://github.com/gfellerph) with [#858](https://github.com/swisspost/design-system/pull/858)) +- Updated dependencies: + - @swisspost/design-system-styles@5.1.3 + ## 3.0.3 ### Patch Changes diff --git a/packages/components-angular/projects/intranet-header/package.json b/packages/components-angular/projects/intranet-header/package.json index 9083e2b44e..31bc0fa654 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.3", + "version": "3.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:5.1.2", + "@swisspost/design-system-styles": "workspace:5.1.3", "tslib": "2.4.1" }, "devDependencies": { - "@swisspost/design-system-components-angular": "workspace:1.0.3" + "@swisspost/design-system-components-angular": "workspace:1.0.4" } } diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 091cac3883..c25b1ee401 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,12 @@ # @swisspost/design-system-components +## 1.0.4 + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@5.1.3 + ## 1.0.3 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index dc463e2d10..bcc0554480 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-components", - "version": "1.0.3", + "version": "1.0.4", "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", @@ -34,7 +34,7 @@ "dependencies": { "@stencil/core": "2.19.3", "@stencil/sass": "2.0.0", - "@swisspost/design-system-styles": "workspace:5.1.2", + "@swisspost/design-system-styles": "workspace:5.1.3", "sass": "1.56.1" }, "devDependencies": { diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md index 26d1ec1026..85e6c20918 100644 --- a/packages/demo/CHANGELOG.md +++ b/packages/demo/CHANGELOG.md @@ -1,5 +1,14 @@ # @swisspost/design-system-demo +## 5.1.4 + +### Patch Changes + +- Added import instructions to the intranet-header documentation (by [@riscie](https://github.com/riscie) with [#812](https://github.com/swisspost/design-system/pull/812)) +- Updated dependencies: + - @swisspost/design-system-styles@5.1.3 + - @swisspost/design-system-intranet-header@3.0.4 + ## 5.1.3 ### Patch Changes diff --git a/packages/demo/package.json b/packages/demo/package.json index f62b87bd59..1f00a1eb34 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-demo", - "version": "5.1.3", + "version": "5.1.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": "12.1.2", "@popperjs/core": "2.11.6", "@swimlane/ngx-datatable": "20.0.0", - "@swisspost/design-system-intranet-header": "workspace:3.0.3", - "@swisspost/design-system-styles": "workspace:5.1.2", + "@swisspost/design-system-intranet-header": "workspace:3.0.4", + "@swisspost/design-system-styles": "workspace:5.1.3", "bootstrap": "5.1.3", "core-js": "3.26.1", "highlight.js": "11.7.0", diff --git a/packages/documentation/CHANGELOG.md b/packages/documentation/CHANGELOG.md index 14a12bada3..87f293679b 100644 --- a/packages/documentation/CHANGELOG.md +++ b/packages/documentation/CHANGELOG.md @@ -1,3 +1,19 @@ # @swisspost/design-system-documentation +## 1.1.0 + +### Minor Changes + +- Added stories for the component bootstrap/form-textarea. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#833](https://github.com/swisspost/design-system/pull/833)) + +- Added new Storybook react setup with custom Swiss Post Theme (draft), minimal page structure and draft and example stories. The new Storybook setup also includes the existing stories from the styles package (refactoring required) and is ready for cypress e2e tests. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#799](https://github.com/swisspost/design-system/pull/799)) + +- Added a story about headings (h1 - h6) and sub-headings. (by [@gfellerph](https://github.com/gfellerph) with [#828](https://github.com/swisspost/design-system/pull/828)) + +### Patch Changes + +- Updated dependencies: + - @swisspost/design-system-styles@5.1.3 + - @swisspost/design-system-components@1.0.4 + ## 1.0.0 diff --git a/packages/documentation/package.json b/packages/documentation/package.json index 9a980ccd34..ec64c6e03b 100644 --- a/packages/documentation/package.json +++ b/packages/documentation/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-documentation", - "version": "1.0.0", + "version": "1.1.0", "description": "Swiss Post Design System Documentation.", "author": "Swiss Post ", "license": "Apache-2.0", @@ -21,8 +21,8 @@ "test": "start-server-and-test start:headless 9300 'percy exec -- cypress run --record false'" }, "dependencies": { - "@swisspost/design-system-components": "workspace:1.0.3", - "@swisspost/design-system-styles": "workspace:5.1.2", + "@swisspost/design-system-components": "workspace:1.0.4", + "@swisspost/design-system-styles": "workspace:5.1.3", "react": "18.2.0", "react-dom": "18.2.0" }, diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 2fb93407bf..727b614a8f 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -1,5 +1,11 @@ # @swisspost/design-system-styles +## 5.1.3 + +### Patch Changes + +- Fixed an issue with the sidebar width. The fixed sidebar no longer spans the whole page and no longer hides the main page content beneath. (by [@gfellerph](https://github.com/gfellerph) with [#858](https://github.com/swisspost/design-system/pull/858)) + ## 5.1.2 ### Patch Changes diff --git a/packages/styles/package.json b/packages/styles/package.json index 4bca96f314..0fe12323f9 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@swisspost/design-system-styles", - "version": "5.1.2", + "version": "5.1.3", "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 e62489d021..605155d567 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -29,7 +29,7 @@ importers: specifiers: '@stencil/core': 2.19.3 '@stencil/sass': 2.0.0 - '@swisspost/design-system-styles': workspace:5.1.2 + '@swisspost/design-system-styles': workspace:5.1.3 '@types/jest': 27.5.2 jest: 27.5.1 jest-cli: 27.5.1 @@ -69,7 +69,7 @@ importers: '@angular/router': 14.2.12 '@ng-bootstrap/ng-bootstrap': 12.1.2 '@popperjs/core': 2.11.6 - '@swisspost/design-system-styles': workspace:5.1.2 + '@swisspost/design-system-styles': workspace:5.1.3 '@types/jasmine': 4.3.0 '@types/node': 18.11.10 '@typescript-eslint/eslint-plugin': 5.45.0 @@ -131,8 +131,8 @@ importers: packages/components-angular/projects/intranet-header: specifiers: - '@swisspost/design-system-components-angular': workspace:1.0.3 - '@swisspost/design-system-styles': workspace:5.1.2 + '@swisspost/design-system-components-angular': workspace:1.0.4 + '@swisspost/design-system-styles': workspace:5.1.3 tslib: 2.4.1 dependencies: '@swisspost/design-system-styles': link:../../../styles/dist @@ -167,8 +167,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.3 - '@swisspost/design-system-styles': workspace:5.1.2 + '@swisspost/design-system-intranet-header': workspace:3.0.4 + '@swisspost/design-system-styles': workspace:5.1.3 '@types/highlight.js': 9.12.4 '@types/jasmine': 4.3.0 '@types/jasminewd2': 2.0.10 @@ -278,8 +278,8 @@ importers: '@storybook/react': 6.5.14 '@storybook/testing-library': 0.0.13 '@storybook/theming': 6.5.14 - '@swisspost/design-system-components': workspace:1.0.3 - '@swisspost/design-system-styles': workspace:5.1.2 + '@swisspost/design-system-components': workspace:1.0.4 + '@swisspost/design-system-styles': workspace:5.1.3 '@types/react': 18.0.26 '@types/react-dom': 18.0.9 babel-loader: 9.1.0