Skip to content

Commit

Permalink
chore(changesets): publish packages (alpha) (#168)
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 25, 2022
1 parent d3b51e2 commit bd85b2e
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -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"
}
}
14 changes: 14 additions & 0 deletions packages/web-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "5.0.0-alpha.4",
"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 @@ -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",
Expand Down
18 changes: 18 additions & 0 deletions packages/web-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.3",
"version": "5.0.0-alpha.4",
"description": "Common styles for the Swiss Post web platform.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd85b2e

Please sign in to comment.