Skip to content

Commit 89b93ba

Browse files
chore(changesets): publish packages (next)
1 parent 79f7dc5 commit 89b93ba

File tree

26 files changed

+174
-56
lines changed

26 files changed

+174
-56
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"20250806120329-minor-ui-icon-update",
4949
"20250814141313-minor-post-icon-update",
5050
"20250815091753-patch-ui-icon-update",
51+
"20250824022403-minor-post-icon-update",
5152
"afraid-mangos-sing",
5253
"angry-bulldogs-refuse",
5354
"angry-eagles-appear",
@@ -77,6 +78,7 @@
7778
"bright-dragons-exist",
7879
"bright-insects-unite",
7980
"brown-badgers-dream",
81+
"brown-peaches-like",
8082
"calm-rabbits-pull",
8183
"chatty-cats-swim",
8284
"chatty-kiwis-travel",
@@ -160,6 +162,7 @@
160162
"fast-eels-obey",
161163
"fast-fans-wash",
162164
"fast-humans-jog",
165+
"few-humans-dream",
163166
"few-ways-beam",
164167
"fifty-dodos-wait",
165168
"fifty-roses-visit",

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.46
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@10.0.0-next.46
9+
- @swisspost/design-system-styles@10.0.0-next.46
10+
311
## 1.1.10-next.45
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.45",
3+
"version": "1.1.10-next.46",
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.45",
37-
"@swisspost/design-system-styles": "workspace:10.0.0-next.45",
36+
"@swisspost/design-system-components": "workspace:10.0.0-next.46",
37+
"@swisspost/design-system-styles": "workspace:10.0.0-next.46",
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.45",
43+
"@swisspost/design-system-components-angular": "workspace:10.0.0-next.46",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @swisspost/design-system-components-angular
22

3+
## 10.0.0-next.46
4+
5+
### Major Changes
6+
7+
- Simplified the banner and toast components:
8+
- Removed the `icon` property; icons are no longer configurable
9+
- Removed the `neutral` variant; the default is now `info`
10+
- Renamed the `danger` variant to `error` (by [@alizedebray](https://github.com/alizedebray) with [#6063](https://github.com/swisspost/design-system/pull/6063))
11+
12+
### Patch Changes
13+
14+
- Updated dependencies:
15+
- @swisspost/design-system-components@10.0.0-next.46
16+
317
## 10.0.0-next.45
418

519
### 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.45",
3+
"version": "10.0.0-next.46",
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.45",
24+
"@swisspost/design-system-components": "workspace:10.0.0-next.46",
2525
"tslib": "2.8.1"
2626
},
2727
"peerDependencies": {

packages/components-react/CHANGELOG.md

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

3+
## 10.0.0-next.46
4+
5+
### Major Changes
6+
7+
- Simplified the banner and toast components:
8+
- Removed the `icon` property; icons are no longer configurable
9+
- Removed the `neutral` variant; the default is now `info`
10+
- Renamed the `danger` variant to `error` (by [@alizedebray](https://github.com/alizedebray) with [#6063](https://github.com/swisspost/design-system/pull/6063))
11+
12+
### Patch Changes
13+
14+
- Added file extensions in relative import/export statements to make them browser conform. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#6082](https://github.com/swisspost/design-system/pull/6082))
15+
- Updated dependencies:
16+
- @swisspost/design-system-components@10.0.0-next.46
17+
318
## 10.0.0-next.45
419

520
### 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.45",
3+
"version": "10.0.0-next.46",
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.45"
52+
"@swisspost/design-system-components": "workspace:10.0.0-next.46"
5353
},
5454
"devDependencies": {
5555
"@eslint/js": "9.18.0",

packages/components/CHANGELOG.md

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

3+
## 10.0.0-next.46
4+
5+
### Major Changes
6+
7+
- Simplified the banner and toast components:
8+
- Removed the `icon` property; icons are no longer configurable
9+
- Removed the `neutral` variant; the default is now `info`
10+
- Renamed the `danger` variant to `error` (by [@alizedebray](https://github.com/alizedebray) with [#6063](https://github.com/swisspost/design-system/pull/6063))
11+
12+
### Patch Changes
13+
14+
- Updated dependencies:
15+
- @swisspost/design-system-icons@10.0.0-next.46
16+
- @swisspost/design-system-styles@10.0.0-next.46
17+
318
## 10.0.0-next.45
419

520
### 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.45",
3+
"version": "10.0.0-next.46",
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",
@@ -79,8 +79,8 @@
7979
"dependencies": {
8080
"@floating-ui/dom": "1.7.3",
8181
"@oddbird/popover-polyfill": "0.6.0",
82-
"@swisspost/design-system-icons": "workspace:10.0.0-next.45",
83-
"@swisspost/design-system-styles": "workspace:10.0.0-next.45",
82+
"@swisspost/design-system-icons": "workspace:10.0.0-next.46",
83+
"@swisspost/design-system-styles": "workspace:10.0.0-next.46",
8484
"ally.js": "1.4.1",
8585
"long-press-event": "2.5.0",
8686
"nanoid": "5.1.5"

packages/documentation/CHANGELOG.md

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

3+
## 6.0.0-next.47
4+
5+
### Patch Changes
6+
7+
- Simplified the banner and toast components:
8+
- Removed the `icon` property; icons are no longer configurable
9+
- Removed the `neutral` variant; the default is now `info`
10+
- Renamed the `danger` variant to `error` (by [@alizedebray](https://github.com/alizedebray) with [#6063](https://github.com/swisspost/design-system/pull/6063))
11+
- Updated dependencies:
12+
- @swisspost/design-system-icons@10.0.0-next.46
13+
- @swisspost/design-system-components-react@10.0.0-next.46
14+
- @swisspost/design-system-components@10.0.0-next.46
15+
- @swisspost/design-system-styles@10.0.0-next.46
16+
- @swisspost/internet-header@10.0.0-next.46
17+
- @swisspost/design-system-tokens@10.0.0-next.46
18+
319
## 6.0.0-next.46
420

521
### Patch Changes

0 commit comments

Comments
 (0)