Skip to content

Commit

Permalink
chore(changesets): publish packages (alpha) (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 14, 2022
1 parent d2c903c commit 8bcd773
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 55 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@
},
"changesets": [
"chilled-rivers-look",
"chilled-seahorses-beg",
"chilled-spoons-type",
"cool-llamas-buy",
"fast-comics-bow",
"gorgeous-donkeys-leave",
"great-cheetahs-whisper",
"moody-walls-approve",
"nasty-dodos-battle",
"pink-dragons-carry",
"quiet-eggs-run",
"tasty-lies-compare",
"wet-humans-attend",
"witty-falcons-teach"
]
Expand Down
9 changes: 9 additions & 0 deletions packages/web-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @swisspost/web-demo

## 5.0.0-alpha.3

### Patch Changes

- [#115](https://github.com/swisspost/common-web-frontend/pull/115) [`86c4e8f`](https://github.com/swisspost/common-web-frontend/commit/86c4e8fda8d4df453e8aee023e07dca24555b9dc) Thanks [@gfellerph](https://github.com/gfellerph)! - fix(typography): update typography for headings

- Updated dependencies [[`d2c903c`](https://github.com/swisspost/common-web-frontend/commit/d2c903c6f20afde683e2b31fd30692ea3dee031e), [`86c4e8f`](https://github.com/swisspost/common-web-frontend/commit/86c4e8fda8d4df453e8aee023e07dca24555b9dc), [`a004d82`](https://github.com/swisspost/common-web-frontend/commit/a004d82486c390e713f1b824dacb7f01b63a883e), [`e949af9`](https://github.com/swisspost/common-web-frontend/commit/e949af95169b2ab589e992c7946cc5d172ea876a), [`86c4e8f`](https://github.com/swisspost/common-web-frontend/commit/86c4e8fda8d4df453e8aee023e07dca24555b9dc)]:
- @swisspost/web-styles@5.0.0-alpha.3

## 5.0.0-alpha.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/web-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/web-demo",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"description": "Pattern documentation, code snippets and implementation guidelines for the Web Styles.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@popperjs/core": "^2.11.2",
"@swimlane/ngx-datatable": "^20.0.0",
"@swisspost/intranet-header": "^3.0.0-alpha.2",
"@swisspost/web-styles": "^5.0.0-alpha.2",
"@swisspost/web-styles": "^5.0.0-alpha.3",
"bootstrap": "^5.1.3",
"core-js": "^2.6.12",
"highlight.js": "^10.7.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/web-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @swisspost/web-styles

## 5.0.0-alpha.3

### Major Changes

- [#115](https://github.com/swisspost/common-web-frontend/pull/115) [`86c4e8f`](https://github.com/swisspost/common-web-frontend/commit/86c4e8fda8d4df453e8aee023e07dca24555b9dc) Thanks [@gfellerph](https://github.com/gfellerph)! - feat(type)!: Font size and line height maps are now defined with a key for easier automation. Variables are always accessible individually and collected in a loopable map. Font sizes and line heights are defined for the same sizes so it's possible to cross-reference a line-height based on font-size (see font-curve mixin).

### Patch Changes

- [#159](https://github.com/swisspost/common-web-frontend/pull/159) [`d2c903c`](https://github.com/swisspost/common-web-frontend/commit/d2c903c6f20afde683e2b31fd30692ea3dee031e) Thanks [@oliverschuerch](https://github.com/oliverschuerch)! - Add styles for form-range in fourced-color/high-contrast mode

* [#115](https://github.com/swisspost/common-web-frontend/pull/115) [`86c4e8f`](https://github.com/swisspost/common-web-frontend/commit/86c4e8fda8d4df453e8aee023e07dca24555b9dc) Thanks [@gfellerph](https://github.com/gfellerph)! - fix(typography): update typography for headings

- [#116](https://github.com/swisspost/common-web-frontend/pull/116) [`a004d82`](https://github.com/swisspost/common-web-frontend/commit/a004d82486c390e713f1b824dacb7f01b63a883e) Thanks [@gfellerph](https://github.com/gfellerph)! - fix(switch): adds a border in windows hcm

* [#153](https://github.com/swisspost/common-web-frontend/pull/153) [`e949af9`](https://github.com/swisspost/common-web-frontend/commit/e949af95169b2ab589e992c7946cc5d172ea876a) Thanks [@oliverschuerch](https://github.com/oliverschuerch)! - Adds styles for progressbar in high-contrast-mode

## 5.0.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/web-styles",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"description": "Common styles for the Swiss Post web platform.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit 8bcd773

Please sign in to comment.