Skip to content

Commit a34e057

Browse files
chore(changesets): 🦋📦 publish packages (release/v8) (#5111)
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/v8, this PR will be updated. # Releases ## @swisspost/[email protected] ### Patch Changes - Updated the fallback CDN URL in the `post-icon` component to include the current package version, ensuring icon requests match the used component version. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#5090](#5090)) - 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 - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ## @swisspost/[email protected] ## @swisspost/[email protected] ## @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 - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] - @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 - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 18af22e commit a34e057

File tree

36 files changed

+180
-77
lines changed

36 files changed

+180
-77
lines changed

.changeset/strange-seas-drop.md

-6
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.1.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@8.9.3
9+
- @swisspost/design-system-styles@8.9.3
10+
311
## 1.1.24
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.1.24",
3+
"version": "1.1.25",
44
"scripts": {
55
"start": "ng serve --port 9210",
66
"build": "ng build components",
@@ -18,8 +18,8 @@
1818
"@angular/platform-browser": "18.1.3",
1919
"@angular/platform-browser-dynamic": "18.1.3",
2020
"@angular/router": "18.1.3",
21-
"@swisspost/design-system-components": "workspace:8.9.2",
22-
"@swisspost/design-system-styles": "workspace:8.9.2",
21+
"@swisspost/design-system-components": "workspace:8.9.3",
22+
"@swisspost/design-system-styles": "workspace:8.9.3",
2323
"rxjs": "7.8.1",
2424
"tslib": "2.6.3",
2525
"zone.js": "0.14.8"

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+
## 8.9.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@8.9.3
9+
310
## 8.9.2
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": "8.9.2",
3+
"version": "8.9.3",
44
"description": "Swiss Post Design System - Angular Wrapper Components",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"tslib": "2.6.3",
22-
"@swisspost/design-system-components": "workspace:8.9.2"
22+
"@swisspost/design-system-components": "workspace:8.9.3"
2323
},
2424
"peerDependencies": {
2525
"@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0",

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+
## 8.9.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@8.9.3
9+
310
## 8.9.2
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": "8.9.2",
3+
"version": "8.9.3",
44
"license": "Apache-2.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -20,7 +20,7 @@
2020
"lint": "eslint src/**/*.ts"
2121
},
2222
"dependencies": {
23-
"@swisspost/design-system-components": "workspace:8.9.2"
23+
"@swisspost/design-system-components": "workspace:8.9.3"
2424
},
2525
"devDependencies": {
2626
"@types/node": "20.14.14",

packages/components/CHANGELOG.md

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

3+
## 8.9.3
4+
5+
### Patch Changes
6+
7+
- Updated the fallback CDN URL in the `post-icon` component to include the current package version, ensuring icon requests match the used component version. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#5090](https://github.com/swisspost/design-system/pull/5090))
8+
- Updated dependencies:
9+
- @swisspost/design-system-styles@8.9.3
10+
311
## 8.9.2
412

513
### Patch 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": "8.9.2",
3+
"version": "8.9.3",
44
"description": "A collection of web components built with Stencil JS for the Swiss Post Design System.",
55
"license": "Apache-2.0",
66
"main": "dist/index.cjs.js",
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@floating-ui/dom": "1.6.8",
4242
"@oddbird/popover-polyfill": "0.3.7",
43-
"@swisspost/design-system-styles": "workspace:8.9.2",
43+
"@swisspost/design-system-styles": "workspace:8.9.3",
4444
"ally.js": "1.4.1",
4545
"long-press-event": "2.5.0"
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+
## 8.0.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@8.9.3
9+
- @swisspost/design-system-intranet-header@8.9.3
10+
- @swisspost/design-system-migrations@8.9.3
11+
312
## 8.0.17
413

514
### Patch Changes

packages/demo/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-demo",
3-
"version": "8.0.17",
3+
"version": "8.0.18",
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,9 +25,9 @@
2525
"@ng-bootstrap/ng-bootstrap": "17.0.0",
2626
"@popperjs/core": "2.11.8",
2727
"@swimlane/ngx-datatable": "20.1.0",
28-
"@swisspost/design-system-intranet-header": "workspace:8.9.2",
29-
"@swisspost/design-system-migrations": "workspace:8.9.2",
30-
"@swisspost/design-system-styles": "workspace:8.9.2",
28+
"@swisspost/design-system-intranet-header": "workspace:8.9.3",
29+
"@swisspost/design-system-migrations": "workspace:8.9.3",
30+
"@swisspost/design-system-styles": "workspace:8.9.3",
3131
"bootstrap": "5.3.3",
3232
"core-js": "3.37.1",
3333
"highlight.js": "11.10.0",

packages/documentation/CHANGELOG.md

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

3+
## 5.5.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@8.9.3
9+
- @swisspost/design-system-components-react@8.9.3
10+
- @swisspost/design-system-styles@8.9.3
11+
- @swisspost/design-system-icons@8.9.3
12+
- @swisspost/internet-header@1.15.11
13+
314
## 5.5.12
415

516
### Patch Changes

packages/documentation/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-documentation",
3-
"version": "5.5.12",
3+
"version": "5.5.13",
44
"description": "Swiss Post Design System Documentation.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -28,11 +28,11 @@
2828
"lint": "eslint **/*.{ts,tsx,mdx}"
2929
},
3030
"dependencies": {
31-
"@swisspost/design-system-components": "workspace:8.9.2",
32-
"@swisspost/design-system-components-react": "workspace:8.9.2",
33-
"@swisspost/design-system-icons": "workspace:8.9.2",
34-
"@swisspost/design-system-styles": "workspace:8.9.2",
35-
"@swisspost/internet-header": "workspace:1.15.10",
31+
"@swisspost/design-system-components": "workspace:8.9.3",
32+
"@swisspost/design-system-components-react": "workspace:8.9.3",
33+
"@swisspost/design-system-icons": "workspace:8.9.3",
34+
"@swisspost/design-system-styles": "workspace:8.9.3",
35+
"@swisspost/internet-header": "workspace:1.15.11",
3636
"bootstrap": "5.3.3"
3737
},
3838
"devDependencies": {
@@ -53,8 +53,8 @@
5353
"@storybook/types": "8.2.7",
5454
"@storybook/web-components": "8.2.7",
5555
"@storybook/web-components-vite": "8.2.7",
56-
"@swisspost/design-system-components-angular": "workspace:8.9.2",
57-
"@swisspost/design-system-intranet-header": "workspace:8.9.2",
56+
"@swisspost/design-system-components-angular": "workspace:8.9.3",
57+
"@swisspost/design-system-intranet-header": "workspace:8.9.3",
5858
"@types/css-modules": "1.0.5",
5959
"@types/mdx": "2.0.13",
6060
"@types/react": "18.3.3",

packages/icons/CHANGELOG.md

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

3+
## 8.9.3
4+
35
## 8.9.2
46

57
## 8.9.1

packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-icons",
3-
"version": "8.9.2",
3+
"version": "8.9.3",
44
"description": "A collection of Swiss Post icons intended for use with the Design System.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",

packages/internet-header/CHANGELOG.md

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

3+
## 1.15.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@8.9.3
9+
310
## 1.15.10
411

512
### 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.15.10",
3+
"version": "1.15.11",
44
"description": "The header for client facing applications.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -42,7 +42,7 @@
4242
"generate": "stencil generate"
4343
},
4444
"dependencies": {
45-
"@swisspost/design-system-styles": "workspace:8.9.2",
45+
"@swisspost/design-system-styles": "workspace:8.9.3",
4646
"body-scroll-lock": "4.0.0-beta.0",
4747
"iframe-resizer": "4.4.5",
4848
"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.37
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@8.9.3
9+
310
## 3.0.36
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.36",
3+
"version": "3.0.37",
44
"license": "Apache-2.0",
55
"private": true,
66
"scripts": {
@@ -24,7 +24,7 @@
2424
"@angular/router": "18.1.3",
2525
"@ng-bootstrap/ng-bootstrap": "17.0.0",
2626
"@popperjs/core": "2.11.8",
27-
"@swisspost/design-system-styles": "workspace:8.9.2",
27+
"@swisspost/design-system-styles": "workspace:8.9.3",
2828
"rxjs": "7.8.1",
2929
"tslib": "2.6.3",
3030
"watch": "1.0.2",

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

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

3+
## 1.0.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-intranet-header@8.9.3
9+
310
## 1.0.24
411

512
### Patch Changes
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@swisspost/design-system-intranet-header-showcase",
3-
"version": "1.0.24",
3+
"version": "1.0.25",
44
"license": "Apache-2.0",
55
"private": true,
66
"dependencies": {
7-
"@swisspost/design-system-intranet-header": "workspace:8.9.2"
7+
"@swisspost/design-system-intranet-header": "workspace:8.9.3"
88
}
99
}

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+
## 8.9.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@8.9.3
9+
310
## 8.9.2
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": "8.9.2",
3+
"version": "8.9.3",
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,11 +18,11 @@
1818
"linkDirectory": true
1919
},
2020
"dependencies": {
21-
"@swisspost/design-system-styles": "workspace:8.9.2",
21+
"@swisspost/design-system-styles": "workspace:8.9.3",
2222
"tslib": "2.6.3"
2323
},
2424
"devDependencies": {
25-
"@swisspost/design-system-intranet-header-workspace": "workspace:3.0.36"
25+
"@swisspost/design-system-intranet-header-workspace": "workspace:3.0.37"
2626
},
2727
"peerDependencies": {
2828
"@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0",

packages/migrations/CHANGELOG.md

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

3+
## 8.9.3
4+
35
## 8.9.2
46

57
## 8.9.1

packages/migrations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-migrations",
3-
"version": "8.9.2",
3+
"version": "8.9.3",
44
"description": "Scripts to migrate an Angular application from one Design System version to another.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",

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.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components-react@8.9.3
9+
- @swisspost/design-system-styles@8.9.3
10+
- @swisspost/internet-header@1.15.11
11+
312
## 0.1.28
413

514
### Patch Changes

0 commit comments

Comments
 (0)