Skip to content

Commit

Permalink
chore(changesets): publish packages (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 22, 2022
1 parent f331bff commit 35e53ed
Show file tree
Hide file tree
Showing 16 changed files with 65 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-buckets-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-buses-lie.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/three-apricots-cheat.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/changelog-github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/changelog-github/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/components-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/components-angular/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -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"
}
}
7 changes: 7 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "Apache-2.0",
Expand Down
14 changes: 7 additions & 7 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 35e53ed

Please sign in to comment.