Skip to content

Commit 0eb5567

Browse files
chore(changesets): 🦋📦 publish packages (release/v6) (#4961)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release/v6, this PR will be updated. # Releases ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Implemented the new "Swiss Post Sans" font (by [@leagrdv](https://github.com/leagrdv) with [#4947](#4947)) ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Implemented the new "Swiss Post Sans" font (by [@leagrdv](https://github.com/leagrdv) with [#4947](#4947)) - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Implemented the new "Swiss Post Sans" font (by [@leagrdv](https://github.com/leagrdv) with [#4947](#4947)) - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Implemented the new "Swiss Post Sans" font (by [@leagrdv](https://github.com/leagrdv) with [#4947](#4947)) - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a1dc682 commit 0eb5567

File tree

24 files changed

+139
-59
lines changed

24 files changed

+139
-59
lines changed

.changeset/honest-mayflies-exercise.md

-8
This file was deleted.

packages/components-angular/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @swisspost/design-system-components-angular-workspace
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@6.6.5
9+
- @swisspost/design-system-components@2.1.1
10+
311
## 1.0.4
412

513
### Patch Changes

packages/components-angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-components-angular-workspace",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"scripts": {
55
"start": "ng serve --port 9210",
66
"build": "ng build components",
@@ -18,8 +18,8 @@
1818
"@angular/platform-browser": "16.2.12",
1919
"@angular/platform-browser-dynamic": "16.2.12",
2020
"@angular/router": "16.2.12",
21-
"@swisspost/design-system-styles": "workspace:6.6.4",
22-
"@swisspost/design-system-components": "workspace:2.1.0",
21+
"@swisspost/design-system-styles": "workspace:6.6.5",
22+
"@swisspost/design-system-components": "workspace:2.1.1",
2323
"rxjs": "7.8.1",
2424
"tslib": "2.6.2",
2525
"zone.js": "0.14.3"

packages/components-angular/projects/components/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @swisspost/design-system-components-angular
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@2.1.1
9+
310
## 2.0.0
411

512
### Patch Changes

packages/components-angular/projects/components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-components-angular",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Swiss Post Design System - Angular Wrapper Components",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -23,7 +23,7 @@
2323
"peerDependencies": {
2424
"@angular/common": "^16.0.0",
2525
"@angular/core": "^16.0.0",
26-
"@swisspost/design-system-components": "workspace:2.1.0"
26+
"@swisspost/design-system-components": "workspace:2.1.1"
2727
},
2828
"sideEffects": false
2929
}

packages/components-react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @swisspost/design-system-components-react
22

3+
## 1.0.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@2.1.1
9+
310
## 1.0.30
411

512
### Patch Changes

packages/components-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-components-react",
3-
"version": "1.0.30",
3+
"version": "1.0.31",
44
"license": "Apache-2.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -19,7 +19,7 @@
1919
"tsc": "tsc -p ."
2020
},
2121
"dependencies": {
22-
"@swisspost/design-system-components": "workspace:2.1.0"
22+
"@swisspost/design-system-components": "workspace:2.1.1"
2323
},
2424
"devDependencies": {
2525
"@types/node": "18.19.14",

packages/components/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @swisspost/design-system-components
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@6.6.5
9+
310
## 2.1.0
411

512
### Minor Changes

packages/components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-components",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A collection of web components built with Stencil JS for the Swiss Post Design System.",
55
"license": "Apache-2.0",
66
"main": "loader/index.cjs.js",
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@floating-ui/dom": "1.6.1",
4242
"@oddbird/popover-polyfill": "0.3.7",
43-
"@swisspost/design-system-styles": "workspace:6.6.4",
43+
"@swisspost/design-system-styles": "workspace:6.6.5",
4444
"ally.js": "1.4.1",
4545
"long-press-event": "2.4.6"
4646
},

packages/demo/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @swisspost/design-system-demo
22

3+
## 7.2.5
4+
5+
### Patch Changes
6+
7+
- Implemented the new "Swiss Post Sans" font (by [@leagrdv](https://github.com/leagrdv) with [#4947](https://github.com/swisspost/design-system/pull/4947))
8+
- Updated dependencies:
9+
- @swisspost/design-system-styles@6.6.5
10+
- @swisspost/design-system-intranet-header@5.0.12
11+
312
## 7.2.4
413

514
### Patch Changes

packages/demo/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-demo",
3-
"version": "7.2.4",
3+
"version": "7.2.5",
44
"description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -25,8 +25,8 @@
2525
"@ng-bootstrap/ng-bootstrap": "15.1.2",
2626
"@popperjs/core": "2.11.8",
2727
"@swimlane/ngx-datatable": "20.1.0",
28-
"@swisspost/design-system-intranet-header": "workspace:5.0.11",
29-
"@swisspost/design-system-styles": "workspace:6.6.4",
28+
"@swisspost/design-system-intranet-header": "workspace:5.0.12",
29+
"@swisspost/design-system-styles": "workspace:6.6.5",
3030
"bootstrap": "5.3.2",
3131
"core-js": "3.35.1",
3232
"highlight.js": "11.9.0",

packages/documentation/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @swisspost/design-system-documentation
22

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- Implemented the new "Swiss Post Sans" font (by [@leagrdv](https://github.com/leagrdv) with [#4947](https://github.com/swisspost/design-system/pull/4947))
8+
- Updated dependencies:
9+
- @swisspost/internet-header@1.13.9
10+
- @swisspost/design-system-styles@6.6.5
11+
- @swisspost/design-system-components@2.1.1
12+
- @swisspost/design-system-intranet-header@5.0.12
13+
- @swisspost/design-system-components-angular@2.0.1
14+
- @swisspost/design-system-components-react@1.0.31
15+
316
## 4.0.1
417

518
### Patch Changes

packages/documentation/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-documentation",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Swiss Post Design System Documentation.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -26,11 +26,11 @@
2626
"snapshots": "percy exec -- cypress run --config-file ./cypress.snapshot.config.js --record --key 0995e768-43ec-42bd-a127-ff944a2ad8c9"
2727
},
2828
"dependencies": {
29-
"@swisspost/design-system-components": "workspace:2.1.0",
30-
"@swisspost/design-system-components-react": "workspace:1.0.30",
29+
"@swisspost/design-system-components": "workspace:2.1.1",
30+
"@swisspost/design-system-components-react": "workspace:1.0.31",
3131
"@swisspost/design-system-icons": "workspace:1.4.0",
32-
"@swisspost/design-system-styles": "workspace:6.6.4",
33-
"@swisspost/internet-header": "workspace:1.13.8",
32+
"@swisspost/design-system-styles": "workspace:6.6.5",
33+
"@swisspost/internet-header": "workspace:1.13.9",
3434
"bootstrap": "5.3.2"
3535
},
3636
"devDependencies": {
@@ -73,8 +73,8 @@
7373
"typescript": "5.1.6"
7474
},
7575
"peerDependencies": {
76-
"@swisspost/design-system-components-angular": "workspace:2.0.0",
77-
"@swisspost/design-system-intranet-header": "workspace:5.0.11"
76+
"@swisspost/design-system-components-angular": "workspace:2.0.1",
77+
"@swisspost/design-system-intranet-header": "workspace:5.0.12"
7878
},
7979
"peerDependenciesMeta": {
8080
"@swisspost/design-system-components-angular": {

packages/internet-header/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @swisspost/internet-header
22

3+
## 1.13.9
4+
5+
### Patch Changes
6+
7+
- Implemented the new "Swiss Post Sans" font (by [@leagrdv](https://github.com/leagrdv) with [#4947](https://github.com/swisspost/design-system/pull/4947))
8+
- Updated dependencies:
9+
- @swisspost/design-system-styles@6.6.5
10+
311
## 1.13.8
412

513
### Patch Changes

packages/internet-header/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/internet-header",
3-
"version": "1.13.8",
3+
"version": "1.13.9",
44
"description": "The header for client facing applications.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -40,7 +40,7 @@
4040
"generate": "stencil generate"
4141
},
4242
"dependencies": {
43-
"@swisspost/design-system-styles": "6.6.4",
43+
"@swisspost/design-system-styles": "6.6.5",
4444
"body-scroll-lock": "4.0.0-beta.0",
4545
"iframe-resizer": "4.3.9",
4646
"jquery": "3.7.1",

packages/intranet-header-workspace/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @swisspost/design-system-intranet-header-workspace
22

3+
## 3.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@6.6.5
9+
310
## 3.0.11
411

512
### Patch Changes

packages/intranet-header-workspace/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-intranet-header-workspace",
3-
"version": "3.0.11",
3+
"version": "3.0.12",
44
"license": "Apache-2.0",
55
"private": true,
66
"scripts": {
@@ -21,7 +21,7 @@
2121
"@angular/router": "16.2.12",
2222
"@ng-bootstrap/ng-bootstrap": "15.1.2",
2323
"@popperjs/core": "2.11.8",
24-
"@swisspost/design-system-styles": "workspace:6.6.4",
24+
"@swisspost/design-system-styles": "workspace:6.6.5",
2525
"rxjs": "7.8.1",
2626
"tslib": "2.6.2",
2727
"watch": "1.0.2",

packages/intranet-header-workspace/projects/intranet-header/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @swisspost/design-system-intranet-header
22

3+
## 5.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@6.6.5
9+
310
## 5.0.11
411

512
### Patch Changes

packages/intranet-header-workspace/projects/intranet-header/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-intranet-header",
3-
"version": "5.0.11",
3+
"version": "5.0.12",
44
"description": "Intranet header for internal Swiss Post applications as an Angular component.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -18,10 +18,10 @@
1818
"linkDirectory": true
1919
},
2020
"dependencies": {
21-
"@swisspost/design-system-styles": "workspace:6.6.4",
21+
"@swisspost/design-system-styles": "workspace:6.6.5",
2222
"tslib": "2.6.2"
2323
},
2424
"devDependencies": {
25-
"@swisspost/design-system-intranet-header-workspace": "workspace:3.0.11"
25+
"@swisspost/design-system-intranet-header-workspace": "workspace:3.0.12"
2626
}
2727
}

packages/nextjs-integration/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @swisspost/design-system-nextjs-integration
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/internet-header@1.13.9
9+
- @swisspost/design-system-styles@6.6.5
10+
- @swisspost/design-system-components-react@1.0.31
11+
312
## 0.1.3
413

514
### Patch Changes

packages/nextjs-integration/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-nextjs-integration",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@swisspost/design-system-components-react": "workspace:1.0.30",
13-
"@swisspost/design-system-styles": "workspace:6.6.4",
14-
"@swisspost/internet-header": "workspace:1.13.8",
12+
"@swisspost/design-system-components-react": "workspace:1.0.31",
13+
"@swisspost/design-system-styles": "workspace:6.6.5",
14+
"@swisspost/internet-header": "workspace:1.13.9",
1515
"next": "14.0.1",
1616
"react": "^18",
1717
"react-dom": "^18"

packages/styles/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @swisspost/design-system-styles
22

3+
## 6.6.5
4+
5+
### Patch Changes
6+
7+
- Implemented the new "Swiss Post Sans" font (by [@leagrdv](https://github.com/leagrdv) with [#4947](https://github.com/swisspost/design-system/pull/4947))
8+
39
## 6.6.4
410

511
### Patch Changes

packages/styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-styles",
3-
"version": "6.6.4",
3+
"version": "6.6.5",
44
"description": "Design System Styles for the Swiss Post web platform.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)