Skip to content

Commit 43d5b04

Browse files
chore(changesets): publish packages (next)
1 parent fc881d0 commit 43d5b04

File tree

26 files changed

+210
-56
lines changed

26 files changed

+210
-56
lines changed

.changeset/pre.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"20251014054409-patch-ui-icon-update",
6060
"20251015053347-minor-ui-icon-update",
6161
"20251026021635-minor-ui-icon-update",
62+
"20251029080922-minor-ui-icon-update",
6263
"afraid-mangos-sing",
6364
"all-cloths-sleep",
6465
"angry-bulldogs-refuse",
@@ -93,6 +94,7 @@
9394
"brown-peaches-like",
9495
"bumpy-insects-arrive",
9596
"bumpy-papers-stare",
97+
"bumpy-parts-jam",
9698
"busy-lines-pick",
9799
"calm-carrots-worry",
98100
"calm-rabbits-pull",
@@ -127,6 +129,7 @@
127129
"cold-bags-chew",
128130
"cold-experts-pick",
129131
"cold-panthers-vanish",
132+
"cold-sheep-peel",
130133
"cold-snails-fall",
131134
"cold-spoons-sink",
132135
"common-parts-stick",
@@ -189,6 +192,7 @@
189192
"fair-mangos-leave",
190193
"fair-shrimps-warn",
191194
"fair-squids-float",
195+
"famous-oranges-go",
192196
"famous-panthers-bow",
193197
"fast-bats-poke",
194198
"fast-eels-obey",
@@ -235,10 +239,12 @@
235239
"friendly-insects-breathe",
236240
"funny-goats-walk",
237241
"funny-knives-rule",
242+
"funny-months-attend",
238243
"funny-shrimps-care",
239244
"fuzzy-feet-ring",
240245
"fuzzy-mice-wait",
241246
"gentle-ads-end",
247+
"gentle-doors-smash",
242248
"gentle-jeans-raise",
243249
"gentle-pots-kick",
244250
"gentle-seahorses-whisper",
@@ -250,6 +256,7 @@
250256
"gold-chairs-grin",
251257
"gold-chefs-rule",
252258
"gold-dryers-drop",
259+
"gold-islands-relax",
253260
"gold-news-repair",
254261
"gold-news-retire",
255262
"good-pens-play",
@@ -269,6 +276,7 @@
269276
"green-cameras-say",
270277
"green-crabs-talk",
271278
"green-eels-brush",
279+
"green-mails-fly",
272280
"green-streets-hide",
273281
"grumpy-bears-fail",
274282
"grumpy-fishes-fail",
@@ -296,6 +304,7 @@
296304
"hungry-balloons-sin",
297305
"hungry-ducks-raise",
298306
"hungry-penguins-turn",
307+
"hungry-pumas-repair",
299308
"hungry-ways-deliver",
300309
"itchy-meals-drum",
301310
"khaki-cars-smell",
@@ -314,9 +323,11 @@
314323
"late-toys-cross",
315324
"lazy-eels-nail",
316325
"lazy-gorillas-admire",
326+
"lazy-owls-complain",
317327
"lazy-tables-agree",
318328
"legal-paws-rush",
319329
"lemon-clocks-clean",
330+
"lemon-hairs-notice",
320331
"lemon-kings-thank",
321332
"lemon-lamps-sniff",
322333
"lemon-rabbits-fetch",
@@ -338,6 +349,7 @@
338349
"lovely-deers-itch",
339350
"lovely-mails-clap",
340351
"lovely-mirrors-travel",
352+
"lovely-words-sing",
341353
"lucky-grapes-wink",
342354
"lucky-states-return",
343355
"major-bats-bake",
@@ -468,6 +480,7 @@
468480
"rotten-worms-accept",
469481
"rude-needles-matter",
470482
"rude-owls-tap",
483+
"rude-planets-make",
471484
"rude-pumas-juggle",
472485
"rude-shrimps-wonder",
473486
"salty-badgers-doubt",
@@ -583,6 +596,7 @@
583596
"tender-laws-confess",
584597
"thick-melons-think",
585598
"thick-readers-poke",
599+
"thick-squids-hunt",
586600
"thin-monkeys-chew",
587601
"thirty-cats-juggle",
588602
"thirty-chairs-suffer",
@@ -603,6 +617,7 @@
603617
"tiny-news-sip",
604618
"tiny-socks-count",
605619
"tired-cameras-stand",
620+
"tired-horses-kick",
606621
"tough-bikes-punch",
607622
"tough-buckets-share",
608623
"tough-cheetahs-clean",

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.52
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@10.0.0-next.52
9+
- @swisspost/design-system-styles@10.0.0-next.52
10+
311
## 1.1.10-next.51
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.51",
3+
"version": "1.1.10-next.52",
44
"description": "Wrapper arround @swisspost/design-system-components for angular",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -33,8 +33,8 @@
3333
"@angular/platform-browser": "20.3.9",
3434
"@angular/platform-browser-dynamic": "20.3.9",
3535
"@angular/router": "20.3.9",
36-
"@swisspost/design-system-components": "workspace:10.0.0-next.51",
37-
"@swisspost/design-system-styles": "workspace:10.0.0-next.51",
36+
"@swisspost/design-system-components": "workspace:10.0.0-next.52",
37+
"@swisspost/design-system-styles": "workspace:10.0.0-next.52",
3838
"rxjs": "7.8.2",
3939
"tslib": "2.8.1",
4040
"zone.js": "0.15.1"
@@ -45,7 +45,7 @@
4545
"@angular/compiler-cli": "20.3.9",
4646
"@cypress/schematic": "3.0.0",
4747
"@eslint/js": "9.18.0",
48-
"@swisspost/design-system-components-angular": "workspace:10.0.0-next.51",
48+
"@swisspost/design-system-components-angular": "workspace:10.0.0-next.52",
4949
"angular-eslint": "19.8.1",
5050
"copyfiles": "2.4.1",
5151
"cypress": "14.3.2",

packages/components-angular/projects/components/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
22

3+
## 10.0.0-next.52
4+
5+
### Patch Changes
6+
7+
- Fixed an issue with dependency managemant around @stencil/core. This package no longer has to be installed as a dependency by projects using the Design System Components or Components Angular packages as it's now declared a dependency of the components package (was a devDependency before). (by [@gfellerph](https://github.com/gfellerph) with [#6554](https://github.com/swisspost/design-system/pull/6554))
8+
- Updated dependencies:
9+
- @swisspost/design-system-components@10.0.0-next.52
10+
311
## 10.0.0-next.51
412

513
### 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.51",
3+
"version": "10.0.0-next.52",
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.51",
24+
"@swisspost/design-system-components": "workspace:10.0.0-next.52",
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.52
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@10.0.0-next.52
9+
310
## 10.0.0-next.51
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.51",
3+
"version": "10.0.0-next.52",
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.51"
52+
"@swisspost/design-system-components": "workspace:10.0.0-next.52"
5353
},
5454
"devDependencies": {
5555
"@eslint/js": "9.18.0",

packages/components/CHANGELOG.md

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

3+
## 10.0.0-next.52
4+
5+
### Major Changes
6+
7+
- Added a new required `label` prop for the accessible name of `<post-breadcrumbs>` and made its `homeText` prop required. Made the `<post-rating>` label prop required. (by [@myrta2302](https://github.com/myrta2302) with [#6487](https://github.com/swisspost/design-system/pull/6487))
8+
9+
### Minor Changes
10+
11+
- Added a slot to the `post-megadropdown` component to support an optional “overview link” above the other links. This allows users to include a top-level link for each megadropdown, enabling navigation to the overview page. (by [@leagrdv](https://github.com/leagrdv) with [#6513](https://github.com/swisspost/design-system/pull/6513))
12+
13+
### Patch Changes
14+
15+
- Replaced `Post Icons` with their corresponding `UI Icon` equivalents across the package to align icon usage with the current design guidelines. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6217](https://github.com/swisspost/design-system/pull/6217))
16+
17+
- Added the megadropdown overview link into the list of focusable elements in the `post-megadropdown`. (by [@leagrdv](https://github.com/leagrdv) with [#6557](https://github.com/swisspost/design-system/pull/6557))
18+
19+
- Added styles to center the `post-closebutton` button within its container. (by [@myrta2302](https://github.com/myrta2302) with [#6526](https://github.com/swisspost/design-system/pull/6526))
20+
21+
- Fixed an issue with dependency managemant around @stencil/core. This package no longer has to be installed as a dependency by projects using the Design System Components or Components Angular packages as it's now declared a dependency of the components package (was a devDependency before). (by [@gfellerph](https://github.com/gfellerph) with [#6554](https://github.com/swisspost/design-system/pull/6554))
22+
- Updated dependencies:
23+
- @swisspost/design-system-icons@10.0.0-next.52
24+
- @swisspost/design-system-styles@10.0.0-next.52
25+
326
## 10.0.0-next.51
427

528
### 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": "10.0.0-next.51",
3+
"version": "10.0.0-next.52",
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",
@@ -91,8 +91,8 @@
9191
"@floating-ui/dom": "1.7.4",
9292
"@oddbird/popover-polyfill": "0.6.0",
9393
"@stencil/core": "4.35.0",
94-
"@swisspost/design-system-icons": "workspace:10.0.0-next.51",
95-
"@swisspost/design-system-styles": "workspace:10.0.0-next.51",
94+
"@swisspost/design-system-icons": "workspace:10.0.0-next.52",
95+
"@swisspost/design-system-styles": "workspace:10.0.0-next.52",
9696
"ally.js": "1.4.1",
9797
"long-press-event": "2.5.0",
9898
"nanoid": "5.1.6"

packages/documentation/CHANGELOG.md

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

3+
## 6.0.0-next.53
4+
5+
### Minor Changes
6+
7+
- Removed default svg-icons from all navigation entries. Introduced state-specific icons for individual components to indicate their current development status:
8+
9+
- In Progress ⏳: This component has open issues or tasks that need to be fixed before it can be used.
10+
- Experimental 🧪: This component has been newly introduced and you might experience some bumps while using it.
11+
- Stable (No icon): This component is tested, has some mileage, other projects are already successfully implementing it, it's safe to use this.
12+
- Deprecated ⛔: This component will be removed in an upcoming major version. (by [@bucknatt](https://github.com/bucknatt) with [#6044](https://github.com/swisspost/design-system/pull/6044))
13+
14+
- Enhanced component documentation to include a badge at the top of each page showing the package where the component can be found, clarifying which dependency needs to be installed to make it available in a project (by [@bucknatt](https://github.com/bucknatt) with [#5984](https://github.com/swisspost/design-system/pull/5984))
15+
16+
### Patch Changes
17+
18+
- Fixed layout issue in the `post-tabs` component and `overflow` utilities documentation where the code preview controls overlapped the content, making text unreadable. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6534](https://github.com/swisspost/design-system/pull/6534))
19+
20+
- Added a slot to the `post-megadropdown` component to support an optional “overview link” above the other links. This allows users to include a top-level link for each megadropdown, enabling navigation to the overview page. (by [@leagrdv](https://github.com/leagrdv) with [#6513](https://github.com/swisspost/design-system/pull/6513))
21+
22+
- Moved 'Find your icon' tab to be the first one in `Foundations/Icons` documentation page. (by [@bucknatt](https://github.com/bucknatt) with [#6511](https://github.com/swisspost/design-system/pull/6511))
23+
24+
- Updated `post-breadcrumbs` and `post-rating` documentation examples to include the newly required props. (by [@myrta2302](https://github.com/myrta2302) with [#6487](https://github.com/swisspost/design-system/pull/6487))
25+
26+
- Updated the compatibility matrix of the `components-angular` and `components-react` packages. (by [@leagrdv](https://github.com/leagrdv) with [#6521](https://github.com/swisspost/design-system/pull/6521))
27+
28+
- Added common installation instructions on every web component documentation page. (by [@leagrdv](https://github.com/leagrdv) with [#6514](https://github.com/swisspost/design-system/pull/6514))
29+
- Updated dependencies:
30+
- @swisspost/design-system-icons@10.0.0-next.52
31+
- @swisspost/design-system-components@10.0.0-next.52
32+
- @swisspost/design-system-styles@10.0.0-next.52
33+
- @swisspost/design-system-components-react@10.0.0-next.52
34+
- @swisspost/internet-header@10.0.0-next.52
35+
- @swisspost/design-system-tokens@10.0.0-next.52
36+
337
## 6.0.0-next.52
438

539
### Patch Changes

0 commit comments

Comments
 (0)