Skip to content

Commit f94483f

Browse files
chore(changesets): 🦋📦 publish packages (main) (next) (#5362)
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 main, this PR will be updated. ⚠️⚠️⚠️⚠️⚠️⚠️ `main` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `main`. ⚠️⚠️⚠️⚠️⚠️⚠️ # Releases ## @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 - Fixed path to types file, errors like "Could not find a declaration file for module X" should now be gone. (by [@gfellerph](https://github.com/gfellerph) with [#5358](#5358)) - 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] - @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] - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent df936d5 commit f94483f

File tree

27 files changed

+158
-78
lines changed

27 files changed

+158
-78
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
"heavy-tips-share",
182182
"heavy-weeks-sort",
183183
"hip-gifts-give",
184+
"honest-apes-hammer",
184185
"honest-crabs-look",
185186
"honest-numbers-end",
186187
"hot-lizards-dance",

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.10-next.36
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@9.0.0-next.36
9+
- @swisspost/design-system-components@9.0.0-next.36
10+
311
## 1.1.10-next.35
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.10-next.35",
3+
"version": "1.1.10-next.36",
44
"description": "Wrapper arround @swisspost/design-system-components for angular",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -31,8 +31,8 @@
3131
"@angular/platform-browser": "19.2.0",
3232
"@angular/platform-browser-dynamic": "19.2.0",
3333
"@angular/router": "19.2.0",
34-
"@swisspost/design-system-components": "workspace:9.0.0-next.35",
35-
"@swisspost/design-system-styles": "workspace:9.0.0-next.35",
34+
"@swisspost/design-system-components": "workspace:9.0.0-next.36",
35+
"@swisspost/design-system-styles": "workspace:9.0.0-next.36",
3636
"rxjs": "7.8.1",
3737
"tslib": "2.8.1",
3838
"zone.js": "0.15.0"

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+
## 9.0.0-next.36
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@9.0.0-next.36
9+
310
## 9.0.0-next.35
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": "9.0.0-next.35",
3+
"version": "9.0.0-next.36",
44
"description": "Swiss Post Design System - Angular Wrapper Components",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -18,7 +18,7 @@
1818
"linkDirectory": true
1919
},
2020
"dependencies": {
21-
"@swisspost/design-system-components": "workspace:9.0.0-next.35",
21+
"@swisspost/design-system-components": "workspace:9.0.0-next.36",
2222
"tslib": "2.8.1"
2323
},
2424
"peerDependencies": {

packages/components-react/CHANGELOG.md

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

3+
## 9.0.0-next.36
4+
5+
### Patch Changes
6+
7+
- Fixed path to types file, errors like "Could not find a declaration file for module X" should now be gone. (by [@gfellerph](https://github.com/gfellerph) with [#5358](https://github.com/swisspost/design-system/pull/5358))
8+
- Updated dependencies:
9+
- @swisspost/design-system-components@9.0.0-next.36
10+
311
## 9.0.0-next.35
412

513
### 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": "9.0.0-next.35",
3+
"version": "9.0.0-next.36",
44
"description": "Design System React Components for easy integration with the React ecosystem",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -29,7 +29,7 @@
2929
"lint:fix": "eslint --fix"
3030
},
3131
"dependencies": {
32-
"@swisspost/design-system-components": "workspace:9.0.0-next.35"
32+
"@swisspost/design-system-components": "workspace:9.0.0-next.36"
3333
},
3434
"devDependencies": {
3535
"@eslint/js": "9.18.0",

packages/components/CHANGELOG.md

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

3+
## 9.0.0-next.36
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@9.0.0-next.36
9+
- @swisspost/design-system-icons@9.0.0-next.36
10+
311
## 9.0.0-next.35
412

513
### Major Changes

packages/components/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-components",
3-
"version": "9.0.0-next.35",
3+
"version": "9.0.0-next.36",
44
"description": "A collection of web components built with Stencil JS for the Swiss Post Design System.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -45,8 +45,8 @@
4545
"dependencies": {
4646
"@floating-ui/dom": "1.6.13",
4747
"@oddbird/popover-polyfill": "0.5.2",
48-
"@swisspost/design-system-icons": "workspace:9.0.0-next.35",
49-
"@swisspost/design-system-styles": "workspace:9.0.0-next.35",
48+
"@swisspost/design-system-icons": "workspace:9.0.0-next.36",
49+
"@swisspost/design-system-styles": "workspace:9.0.0-next.36",
5050
"ally.js": "1.4.1",
5151
"long-press-event": "2.5.0",
5252
"nanoid": "5.0.9"

packages/documentation/CHANGELOG.md

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

3+
## 6.0.0-next.37
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components-react@9.0.0-next.36
9+
- @swisspost/design-system-styles@9.0.0-next.36
10+
- @swisspost/design-system-tokens@9.0.0-next.36
11+
- @swisspost/design-system-components@9.0.0-next.36
12+
- @swisspost/design-system-icons@9.0.0-next.36
13+
- @swisspost/internet-header@2.0.0-next.36
14+
315
## 6.0.0-next.36
416

517
### Major 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": "6.0.0-next.36",
3+
"version": "6.0.0-next.37",
44
"description": "Swiss Post Design System Documentation.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -29,12 +29,12 @@
2929
"doctor": "storybook doctor"
3030
},
3131
"dependencies": {
32-
"@swisspost/design-system-components": "workspace:9.0.0-next.35",
33-
"@swisspost/design-system-components-react": "workspace:9.0.0-next.35",
34-
"@swisspost/design-system-icons": "workspace:9.0.0-next.35",
35-
"@swisspost/design-system-styles": "workspace:9.0.0-next.35",
36-
"@swisspost/design-system-tokens": "workspace:9.0.0-next.35",
37-
"@swisspost/internet-header": "workspace:2.0.0-next.35",
32+
"@swisspost/design-system-components": "workspace:9.0.0-next.36",
33+
"@swisspost/design-system-components-react": "workspace:9.0.0-next.36",
34+
"@swisspost/design-system-icons": "workspace:9.0.0-next.36",
35+
"@swisspost/design-system-styles": "workspace:9.0.0-next.36",
36+
"@swisspost/design-system-tokens": "workspace:9.0.0-next.36",
37+
"@swisspost/internet-header": "workspace:2.0.0-next.36",
3838
"bootstrap": "5.3.3"
3939
},
4040
"devDependencies": {
@@ -56,7 +56,7 @@
5656
"@storybook/types": "8.4.7",
5757
"@storybook/web-components": "8.4.7",
5858
"@storybook/web-components-vite": "8.4.7",
59-
"@swisspost/design-system-components-angular": "workspace:9.0.0-next.35",
59+
"@swisspost/design-system-components-angular": "workspace:9.0.0-next.36",
6060
"@types/css-modules": "1.0.5",
6161
"@types/mdx": "2.0.13",
6262
"@types/react": "18.3.3",

packages/documentation/public/assets/versions.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
[
22
{
33
"title": "Version 9",
4-
"version": "9.0.0-next.35",
4+
"version": "9.0.0-next.36",
55
"description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.",
66
"url": "https://design-system.post.ch",
77
"dependencies": {
88
"@angular/core": "^19.0.0",
99
"@ng-bootstrap/ng-bootstrap": "^18.0.0",
1010
"bootstrap": "~5.3.0",
1111
"@swisspost/design-system-changelog-github": "1.0.2",
12-
"@swisspost/design-system-components": "9.0.0-next.35",
13-
"@swisspost/design-system-components-angular-workspace": "1.1.10-next.35",
14-
"@swisspost/design-system-components-angular": "9.0.0-next.35",
15-
"@swisspost/design-system-components-react": "9.0.0-next.35",
16-
"@swisspost/design-system-documentation": "6.0.0-next.36",
12+
"@swisspost/design-system-components": "9.0.0-next.36",
13+
"@swisspost/design-system-components-angular-workspace": "1.1.10-next.36",
14+
"@swisspost/design-system-components-angular": "9.0.0-next.36",
15+
"@swisspost/design-system-components-react": "9.0.0-next.36",
16+
"@swisspost/design-system-documentation": "6.0.0-next.37",
1717
"@swisspost/design-system-eslint": "1.0.1-next.0",
18-
"@swisspost/design-system-icons": "9.0.0-next.35",
19-
"@swisspost/internet-header": "2.0.0-next.35",
20-
"@swisspost/design-system-nextjs-integration": "0.1.14-next.35",
21-
"@swisspost/design-system-styles": "9.0.0-next.35",
22-
"@swisspost/design-system-styles-primeng-workspace": "1.0.6-next.35",
23-
"@swisspost/design-system-styles-primeng": "9.0.0-next.35",
24-
"@swisspost/design-system-tokens": "9.0.0-next.35"
18+
"@swisspost/design-system-icons": "9.0.0-next.36",
19+
"@swisspost/internet-header": "2.0.0-next.36",
20+
"@swisspost/design-system-nextjs-integration": "0.1.14-next.36",
21+
"@swisspost/design-system-styles": "9.0.0-next.36",
22+
"@swisspost/design-system-styles-primeng-workspace": "1.0.6-next.36",
23+
"@swisspost/design-system-styles-primeng": "9.0.0-next.36",
24+
"@swisspost/design-system-tokens": "9.0.0-next.36"
2525
}
2626
},
2727
{

packages/icons/CHANGELOG.md

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

3+
## 9.0.0-next.36
4+
35
## 9.0.0-next.35
46

57
### Minor Changes

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": "9.0.0-next.35",
3+
"version": "9.0.0-next.36",
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+
## 2.0.0-next.36
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@9.0.0-next.36
9+
310
## 2.0.0-next.35
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": "2.0.0-next.35",
3+
"version": "2.0.0-next.36",
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:9.0.0-next.35",
45+
"@swisspost/design-system-styles": "workspace:9.0.0-next.36",
4646
"body-scroll-lock": "4.0.0-beta.0",
4747
"iframe-resizer": "4.4.5",
4848
"jquery": "3.7.1",

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.14-next.36
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components-react@9.0.0-next.36
9+
- @swisspost/design-system-styles@9.0.0-next.36
10+
- @swisspost/internet-header@2.0.0-next.36
11+
312
## 0.1.14-next.35
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.14-next.35",
3+
"version": "0.1.14-next.36",
44
"description": "NextJS example integration of the Swiss Post Design System",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -22,9 +22,9 @@
2222
"lint:fix": "next lint --fix"
2323
},
2424
"dependencies": {
25-
"@swisspost/design-system-components-react": "workspace:9.0.0-next.35",
26-
"@swisspost/design-system-styles": "workspace:9.0.0-next.35",
27-
"@swisspost/internet-header": "workspace:2.0.0-next.35",
25+
"@swisspost/design-system-components-react": "workspace:9.0.0-next.36",
26+
"@swisspost/design-system-styles": "workspace:9.0.0-next.36",
27+
"@swisspost/internet-header": "workspace:2.0.0-next.36",
2828
"next": "15.2.4",
2929
"react": "18.3.1",
3030
"react-dom": "18.3.1"

packages/styles-primeng-workspace/CHANGELOG.md

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

3+
## 1.0.6-next.36
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@9.0.0-next.36
9+
310
## 1.0.6-next.35
411

512
### Patch Changes

packages/styles-primeng-workspace/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-styles-primeng-workspace",
3-
"version": "1.0.6-next.35",
3+
"version": "1.0.6-next.36",
44
"description": "Showcase for a Post like custom prime-ng theme",
55
"license": "Apache-2.0",
66
"private": true,
@@ -31,7 +31,7 @@
3131
"@angular/platform-browser-dynamic": "19.2.0",
3232
"@angular/router": "19.2.0",
3333
"@primeng/themes": "19.0.9",
34-
"@swisspost/design-system-styles": "workspace:9.0.0-next.35",
34+
"@swisspost/design-system-styles": "workspace:9.0.0-next.36",
3535
"primeng": "19.0.9",
3636
"rxjs": "7.8.1",
3737
"tslib": "2.8.1",

packages/styles-primeng-workspace/projects/styles-primeng/CHANGELOG.md

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

3+
## 9.0.0-next.36
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@9.0.0-next.36
9+
310
## 9.0.0-next.35
411

512
### Patch Changes

packages/styles-primeng-workspace/projects/styles-primeng/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-styles-primeng",
3-
"version": "9.0.0-next.35",
3+
"version": "9.0.0-next.36",
44
"description": "Swiss Post styles for PrimeNg datatable.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -21,7 +21,7 @@
2121
"primeng": "^19.0.0"
2222
},
2323
"dependencies": {
24-
"@swisspost/design-system-styles": "workspace:9.0.0-next.35",
24+
"@swisspost/design-system-styles": "workspace:9.0.0-next.36",
2525
"tslib": "2.8.1"
2626
},
2727
"sideEffects": false,

packages/styles/CHANGELOG.md

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

3+
## 9.0.0-next.36
4+
35
## 9.0.0-next.35
46

57
### Major Changes

packages/styles/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-styles",
3-
"version": "9.0.0-next.35",
3+
"version": "9.0.0-next.36",
44
"description": "Design System Styles for the Swiss Post web platform.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -50,8 +50,8 @@
5050
"gulp-sourcemaps": "3.0.0"
5151
},
5252
"devDependencies": {
53-
"@swisspost/design-system-icons": "workspace:9.0.0-next.35",
54-
"@swisspost/design-system-tokens": "workspace:9.0.0-next.35",
53+
"@swisspost/design-system-icons": "workspace:9.0.0-next.36",
54+
"@swisspost/design-system-tokens": "workspace:9.0.0-next.36",
5555
"@types/node": "22.10.5",
5656
"autoprefixer": "10.4.20",
5757
"copyfiles": "2.4.1",

0 commit comments

Comments
 (0)