-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(changesets): publish packages (#809)
Co-authored-by: gfellerph <[email protected]>
- Loading branch information
1 parent
147b864
commit 57392c2
Showing
18 changed files
with
75 additions
and
48 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
packages/components-angular/projects/intranet-header/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"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" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.