Skip to content

Commit c13a64f

Browse files
chore(changesets): 🦋📦 publish packages (main) (next) (#4970)
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 - Removed the `transform` property from the scroll-locked `post-header` parent, to avoid side effects. Updated the mobile menu of the `post-header`, so it works as before. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#4957](#4957)) - 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] ### Patch Changes - Removed the `transform` property from the scroll-locked `post-header` parent, to avoid side effects. Updated the mobile menu of the `post-header`, so it works as before. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#4957](#4957)) ## @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] ### 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 04b2216 commit c13a64f

File tree

27 files changed

+162
-78
lines changed

27 files changed

+162
-78
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
"metal-rivers-look",
198198
"modern-pumpkins-kneel",
199199
"moody-coats-kneel",
200+
"moody-mice-design",
200201
"moody-papayas-brush",
201202
"nasty-ads-greet",
202203
"nasty-plants-shop",

packages/components-angular/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@9.0.0-next.32
9+
- @swisspost/design-system-styles@9.0.0-next.32
10+
311
## 1.1.10-next.31
412

513
### Patch Changes

packages/components-angular/package.json

Lines changed: 3 additions & 3 deletions
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.31",
3+
"version": "1.1.10-next.32",
44
"scripts": {
55
"start": "ng serve --port 9210",
66
"build": "pnpm clean && ng build components",
@@ -20,8 +20,8 @@
2020
"@angular/platform-browser": "19.2.0",
2121
"@angular/platform-browser-dynamic": "19.2.0",
2222
"@angular/router": "19.2.0",
23-
"@swisspost/design-system-components": "workspace:9.0.0-next.31",
24-
"@swisspost/design-system-styles": "workspace:9.0.0-next.31",
23+
"@swisspost/design-system-components": "workspace:9.0.0-next.32",
24+
"@swisspost/design-system-styles": "workspace:9.0.0-next.32",
2525
"rxjs": "7.8.1",
2626
"tslib": "2.8.1",
2727
"zone.js": "0.15.0"

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @swisspost/design-system-components-angular
22

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

512
### Patch Changes

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

Lines changed: 2 additions & 2 deletions
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.31",
3+
"version": "9.0.0-next.32",
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.31",
21+
"@swisspost/design-system-components": "workspace:9.0.0-next.32",
2222
"tslib": "2.8.1"
2323
},
2424
"peerDependencies": {

packages/components-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @swisspost/design-system-components-react
22

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

512
### Patch Changes

packages/components-react/package.json

Lines changed: 2 additions & 2 deletions
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.31",
3+
"version": "9.0.0-next.32",
44
"description": "Design System React Components for easy integration with the React ecosystem",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -28,7 +28,7 @@
2828
"lint:fix": "eslint --fix"
2929
},
3030
"dependencies": {
31-
"@swisspost/design-system-components": "workspace:9.0.0-next.31"
31+
"@swisspost/design-system-components": "workspace:9.0.0-next.32"
3232
},
3333
"devDependencies": {
3434
"@eslint/js": "9.18.0",

packages/components/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @swisspost/design-system-components
22

3+
## 9.0.0-next.32
4+
5+
### Patch Changes
6+
7+
- Removed the `transform` property from the scroll-locked `post-header` parent, to avoid side effects. Updated the mobile menu of the `post-header`, so it works as before. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#4957](https://github.com/swisspost/design-system/pull/4957))
8+
- Updated dependencies:
9+
- @swisspost/design-system-styles@9.0.0-next.32
10+
- @swisspost/design-system-icons@9.0.0-next.32
11+
312
## 9.0.0-next.31
413

514
### Patch Changes

packages/components/package.json

Lines changed: 3 additions & 3 deletions
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.31",
3+
"version": "9.0.0-next.32",
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,8 +40,8 @@
4040
"dependencies": {
4141
"@floating-ui/dom": "1.6.13",
4242
"@oddbird/popover-polyfill": "0.3.7",
43-
"@swisspost/design-system-icons": "workspace:9.0.0-next.31",
44-
"@swisspost/design-system-styles": "workspace:9.0.0-next.31",
43+
"@swisspost/design-system-icons": "workspace:9.0.0-next.32",
44+
"@swisspost/design-system-styles": "workspace:9.0.0-next.32",
4545
"ally.js": "1.4.1",
4646
"long-press-event": "2.5.0",
4747
"nanoid": "5.0.9"

packages/documentation/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @swisspost/design-system-documentation
22

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

517
### Major Changes

packages/documentation/package.json

Lines changed: 8 additions & 8 deletions
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.32",
3+
"version": "6.0.0-next.33",
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.31",
33-
"@swisspost/design-system-components-react": "workspace:9.0.0-next.31",
34-
"@swisspost/design-system-icons": "workspace:9.0.0-next.31",
35-
"@swisspost/design-system-styles": "workspace:9.0.0-next.31",
36-
"@swisspost/design-system-tokens": "workspace:9.0.0-next.31",
37-
"@swisspost/internet-header": "workspace:2.0.0-next.31",
32+
"@swisspost/design-system-components": "workspace:9.0.0-next.32",
33+
"@swisspost/design-system-components-react": "workspace:9.0.0-next.32",
34+
"@swisspost/design-system-icons": "workspace:9.0.0-next.32",
35+
"@swisspost/design-system-styles": "workspace:9.0.0-next.32",
36+
"@swisspost/design-system-tokens": "workspace:9.0.0-next.32",
37+
"@swisspost/internet-header": "workspace:2.0.0-next.32",
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.31",
59+
"@swisspost/design-system-components-angular": "workspace:9.0.0-next.32",
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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
[
22
{
33
"title": "Version 9",
4-
"version": "9.0.0-next.31",
4+
"version": "9.0.0-next.32",
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.31",
13-
"@swisspost/design-system-components-angular-workspace": "1.1.10-next.31",
14-
"@swisspost/design-system-components-angular": "9.0.0-next.31",
15-
"@swisspost/design-system-components-react": "9.0.0-next.31",
16-
"@swisspost/design-system-documentation": "6.0.0-next.32",
12+
"@swisspost/design-system-components": "9.0.0-next.32",
13+
"@swisspost/design-system-components-angular-workspace": "1.1.10-next.32",
14+
"@swisspost/design-system-components-angular": "9.0.0-next.32",
15+
"@swisspost/design-system-components-react": "9.0.0-next.32",
16+
"@swisspost/design-system-documentation": "6.0.0-next.33",
1717
"@swisspost/design-system-eslint": "1.0.1-next.0",
18-
"@swisspost/design-system-icons": "9.0.0-next.31",
19-
"@swisspost/internet-header": "2.0.0-next.31",
20-
"@swisspost/design-system-nextjs-integration": "0.1.14-next.31",
21-
"@swisspost/design-system-styles": "9.0.0-next.31",
22-
"@swisspost/design-system-styles-primeng-workspace": "1.0.6-next.31",
23-
"@swisspost/design-system-styles-primeng": "9.0.0-next.31",
24-
"@swisspost/design-system-tokens": "9.0.0-next.31"
18+
"@swisspost/design-system-icons": "9.0.0-next.32",
19+
"@swisspost/internet-header": "2.0.0-next.32",
20+
"@swisspost/design-system-nextjs-integration": "0.1.14-next.32",
21+
"@swisspost/design-system-styles": "9.0.0-next.32",
22+
"@swisspost/design-system-styles-primeng-workspace": "1.0.6-next.32",
23+
"@swisspost/design-system-styles-primeng": "9.0.0-next.32",
24+
"@swisspost/design-system-tokens": "9.0.0-next.32"
2525
}
2626
},
2727
{

packages/icons/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @swisspost/design-system-icons
22

3+
## 9.0.0-next.32
4+
35
## 9.0.0-next.31
46

57
## 9.0.0-next.30

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
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.31",
3+
"version": "9.0.0-next.32",
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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @swisspost/internet-header
22

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

512
### Patch Changes

packages/internet-header/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/internet-header",
3-
"version": "2.0.0-next.31",
3+
"version": "2.0.0-next.32",
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.31",
45+
"@swisspost/design-system-styles": "workspace:9.0.0-next.32",
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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @swisspost/design-system-nextjs-integration
22

3+
## 0.1.14-next.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@9.0.0-next.32
9+
- @swisspost/design-system-components-react@9.0.0-next.32
10+
- @swisspost/internet-header@2.0.0-next.32
11+
312
## 0.1.14-next.31
413

514
### Patch Changes

packages/nextjs-integration/package.json

Lines changed: 4 additions & 4 deletions
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.31",
3+
"version": "0.1.14-next.32",
44
"private": true,
55
"scripts": {
66
"start": "next dev",
@@ -11,9 +11,9 @@
1111
"lint:fix": "next lint --fix"
1212
},
1313
"dependencies": {
14-
"@swisspost/design-system-components-react": "workspace:9.0.0-next.31",
15-
"@swisspost/design-system-styles": "workspace:9.0.0-next.31",
16-
"@swisspost/internet-header": "workspace:2.0.0-next.31",
14+
"@swisspost/design-system-components-react": "workspace:9.0.0-next.32",
15+
"@swisspost/design-system-styles": "workspace:9.0.0-next.32",
16+
"@swisspost/internet-header": "workspace:2.0.0-next.32",
1717
"next": "15.1.4",
1818
"react": "18.3.1",
1919
"react-dom": "18.3.1"

packages/styles-primeng-workspace/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@9.0.0-next.32
9+
310
## 1.0.6-next.31
411

512
### Patch Changes

packages/styles-primeng-workspace/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@swisspost/design-system-styles-primeng-workspace",
33
"description": "Showcase for a Post like custom prime-ng theme",
4-
"version": "1.0.6-next.31",
4+
"version": "1.0.6-next.32",
55
"license": "Apache-2.0",
66
"private": true,
77
"scripts": {
@@ -23,7 +23,7 @@
2323
"@angular/platform-browser-dynamic": "19.2.0",
2424
"@angular/router": "19.2.0",
2525
"@primeng/themes": "19.0.9",
26-
"@swisspost/design-system-styles": "workspace:9.0.0-next.31",
26+
"@swisspost/design-system-styles": "workspace:9.0.0-next.32",
2727
"primeng": "19.0.9",
2828
"rxjs": "7.8.1",
2929
"tslib": "2.8.1",

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @swisspost/design-system-styles-primeng
22

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

512
### Patch Changes

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

Lines changed: 2 additions & 2 deletions
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.31",
3+
"version": "9.0.0-next.32",
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.31",
24+
"@swisspost/design-system-styles": "workspace:9.0.0-next.32",
2525
"tslib": "2.8.1"
2626
},
2727
"sideEffects": false,

packages/styles/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @swisspost/design-system-styles
22

3+
## 9.0.0-next.32
4+
5+
### Patch Changes
6+
7+
- Removed the `transform` property from the scroll-locked `post-header` parent, to avoid side effects. Updated the mobile menu of the `post-header`, so it works as before. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#4957](https://github.com/swisspost/design-system/pull/4957))
8+
39
## 9.0.0-next.31
410

511
### Major Changes

0 commit comments

Comments
 (0)