Skip to content

Commit 1a9a83d

Browse files
chore(changesets): 🦋📦 publish packages (main) (next) (#5994)
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] ### Major Changes - Renamed the following CSS custom properties: - `--post-global-header-height` → `--post-global-header-expanded-height` - `--post-local-header-height` → `--post-local-header-expanded-height` - `--post-local-header-min-height` → `--post-local-header-expanded-min-height` (by [@alizedebray](https://github.com/alizedebray) with [#5933](#5933)) ### Minor Changes - Internalized bootstrap z-index utilities. (by [@hugomslv](https://github.com/hugomslv) with [#5741](#5741)) ## @swisspost/[email protected] ### Minor Changes - Enabled use of the `post-header` component without requiring a `post-mainnavigation`. (by [@alizedebray](https://github.com/alizedebray) with [#5933](#5933)) ### Patch Changes - Updated `<post-tooltip>` by moving the `role` attribute from the `<post-tooltip>` to the nested `<post-popovercontainer>` component to improve accessibility. (by [@myrta2302](https://github.com/myrta2302) with [#5551](#5551)) - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Minor Changes - Added icons: `2696` and `2697` (by [@swisspost-bot](https://github.com/swisspost-bot) with [#5993](#5993)) ### Patch Changes - Updated icons: - `help` (line & solid): 16, 24, 32, 40, 48 and 64px - `info` (line & solid): 16, 24, 32, 40, 48 and 64px - `success` (line & solid): 16, 24, 32, 40, 48 and 64px - `warning` (line & solid): 16, 24, 32, 40, 48 and 64px (by [@swisspost-bot](https://github.com/swisspost-bot) with [#6005](#6005)) ## @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] ### Minor Changes - Internalized bootstrap z-index utilities. (by [@hugomslv](https://github.com/hugomslv) with [#5741](#5741)) ### Patch Changes - Enabled use of the `post-header` component without requiring a `post-mainnavigation`. (by [@alizedebray](https://github.com/alizedebray) with [#5933](#5933)) - 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] ## @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 4ac0471 commit 1a9a83d

File tree

27 files changed

+196
-80
lines changed

27 files changed

+196
-80
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
"20250729081403-minor-post-icon-update",
4747
"20250729081403-patch-ui-icon-update",
4848
"20250806120329-minor-ui-icon-update",
49+
"20250814141313-minor-post-icon-update",
50+
"20250815091753-patch-ui-icon-update",
4951
"afraid-mangos-sing",
5052
"angry-bulldogs-refuse",
5153
"angry-eagles-appear",
@@ -63,6 +65,7 @@
6365
"big-peaches-matter",
6466
"big-socks-dress",
6567
"blue-eyes-sip",
68+
"blue-ghosts-learn",
6669
"blue-kings-beg",
6770
"brave-garlics-lead",
6871
"brave-kings-dance",
@@ -104,6 +107,7 @@
104107
"cold-panthers-vanish",
105108
"common-parts-stick",
106109
"cool-ligers-rhyme",
110+
"cool-lions-peel",
107111
"cool-queens-bake",
108112
"cruel-nails-give",
109113
"cuddly-bears-check",
@@ -429,6 +433,7 @@
429433
"six-spiders-smoke",
430434
"sixty-clouds-cough",
431435
"sixty-items-promise",
436+
"slick-banks-report",
432437
"slimy-items-happen",
433438
"slimy-plums-sniff",
434439
"slimy-rockets-pull",
@@ -466,6 +471,7 @@
466471
"sweet-seals-search",
467472
"swift-glasses-eat",
468473
"swift-shrimps-dream",
474+
"tall-cougars-remain",
469475
"tall-lions-tap",
470476
"tame-baboons-cry",
471477
"tame-moles-cover",

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.44
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@10.0.0-next.44
9+
- @swisspost/design-system-styles@10.0.0-next.44
10+
311
## 1.1.10-next.43
412

513
### Patch Changes

packages/components-angular/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-components-angular-workspace",
3-
"version": "1.1.10-next.43",
3+
"version": "1.1.10-next.44",
44
"description": "Wrapper arround @swisspost/design-system-components for angular",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -33,14 +33,14 @@
3333
"@angular/platform-browser": "19.2.0",
3434
"@angular/platform-browser-dynamic": "19.2.0",
3535
"@angular/router": "19.2.0",
36-
"@swisspost/design-system-components": "workspace:10.0.0-next.43",
37-
"@swisspost/design-system-styles": "workspace:10.0.0-next.43",
36+
"@swisspost/design-system-components": "workspace:10.0.0-next.44",
37+
"@swisspost/design-system-styles": "workspace:10.0.0-next.44",
3838
"rxjs": "7.8.2",
3939
"tslib": "2.8.1",
4040
"zone.js": "0.15.1"
4141
},
4242
"devDependencies": {
43-
"@swisspost/design-system-components-angular": "workspace:10.0.0-next.43",
43+
"@swisspost/design-system-components-angular": "workspace:10.0.0-next.44",
4444
"@angular-devkit/build-angular": "19.2.15",
4545
"@angular/cli": "19.2.0",
4646
"@angular/compiler-cli": "19.2.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+
## 10.0.0-next.44
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@10.0.0-next.44
9+
310
## 10.0.0-next.43
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": "10.0.0-next.43",
3+
"version": "10.0.0-next.44",
44
"description": "Swiss Post Design System - Angular Wrapper Components",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -21,7 +21,7 @@
2121
"./post-components.css": "./post-components.css"
2222
},
2323
"dependencies": {
24-
"@swisspost/design-system-components": "workspace:10.0.0-next.43",
24+
"@swisspost/design-system-components": "workspace:10.0.0-next.44",
2525
"tslib": "2.8.1"
2626
},
2727
"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+
## 10.0.0-next.44
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@10.0.0-next.44
9+
310
## 10.0.0-next.43
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": "10.0.0-next.43",
3+
"version": "10.0.0-next.44",
44
"description": "Design System React Components for easy integration with the React ecosystem",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@stencil/react-output-target": "0.8.2",
5151
"@stencil/ssr": "0.1.1",
52-
"@swisspost/design-system-components": "workspace:10.0.0-next.43"
52+
"@swisspost/design-system-components": "workspace:10.0.0-next.44"
5353
},
5454
"devDependencies": {
5555
"@eslint/js": "9.18.0",

packages/components/CHANGELOG.md

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

3+
## 10.0.0-next.44
4+
5+
### Minor Changes
6+
7+
- Enabled use of the `post-header` component without requiring a `post-mainnavigation`. (by [@alizedebray](https://github.com/alizedebray) with [#5933](https://github.com/swisspost/design-system/pull/5933))
8+
9+
### Patch Changes
10+
11+
- Updated `<post-tooltip>` by moving the `role` attribute from the `<post-tooltip>` to the nested `<post-popovercontainer>` component to improve accessibility. (by [@myrta2302](https://github.com/myrta2302) with [#5551](https://github.com/swisspost/design-system/pull/5551))
12+
- Updated dependencies:
13+
- @swisspost/design-system-icons@10.0.0-next.44
14+
- @swisspost/design-system-styles@10.0.0-next.44
15+
316
## 10.0.0-next.43
417

518
### Major 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": "10.0.0-next.43",
3+
"version": "10.0.0-next.44",
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",
@@ -78,8 +78,8 @@
7878
"dependencies": {
7979
"@floating-ui/dom": "1.7.3",
8080
"@oddbird/popover-polyfill": "0.6.0",
81-
"@swisspost/design-system-icons": "workspace:10.0.0-next.43",
82-
"@swisspost/design-system-styles": "workspace:10.0.0-next.43",
81+
"@swisspost/design-system-icons": "workspace:10.0.0-next.44",
82+
"@swisspost/design-system-styles": "workspace:10.0.0-next.44",
8383
"ally.js": "1.4.1",
8484
"long-press-event": "2.5.0",
8585
"nanoid": "5.1.5"

packages/documentation/CHANGELOG.md

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

3+
## 6.0.0-next.45
4+
5+
### Minor Changes
6+
7+
- Internalized bootstrap z-index utilities. (by [@hugomslv](https://github.com/hugomslv) with [#5741](https://github.com/swisspost/design-system/pull/5741))
8+
9+
### Patch Changes
10+
11+
- Enabled use of the `post-header` component without requiring a `post-mainnavigation`. (by [@alizedebray](https://github.com/alizedebray) with [#5933](https://github.com/swisspost/design-system/pull/5933))
12+
- Updated dependencies:
13+
- @swisspost/design-system-icons@10.0.0-next.44
14+
- @swisspost/design-system-components@10.0.0-next.44
15+
- @swisspost/design-system-styles@10.0.0-next.44
16+
- @swisspost/design-system-components-react@10.0.0-next.44
17+
- @swisspost/internet-header@10.0.0-next.44
18+
- @swisspost/design-system-tokens@10.0.0-next.44
19+
320
## 6.0.0-next.44
421

522
### Major Changes

0 commit comments

Comments
 (0)