Skip to content

Commit cb81df6

Browse files
swisspost-botgithub-actions[bot]gfellerphalizedebray
authored
chore(changesets): 🦋📦 publish packages (release/v7) (#4945)
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 release/v7, this PR will be updated. # Releases ## @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 - Implemented the new "Swiss Post Sans" font (by [@leagrdv](https://github.com/leagrdv) with [#4946](#4946)) - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Implemented the new "Swiss Post Sans" font (by [@leagrdv](https://github.com/leagrdv) with [#4946](#4946)) - Fixed the stepper as the progress bar was not being filled correctly on steps progress on firefox. (by [@leagrdv](https://github.com/leagrdv) with [#4943](#4943)) ## @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] ### Patch Changes - Implemented the new "Swiss Post Sans" font (by [@leagrdv](https://github.com/leagrdv) with [#4946](#4946)) - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Implemented the new "Swiss Post Sans" font (by [@leagrdv](https://github.com/leagrdv) with [#4946](#4946)) - Updated dependencies: - @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] ### 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] --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Philipp Gfeller <[email protected]> Co-authored-by: Alizé Debray <[email protected]>
1 parent a8f1b54 commit cb81df6

File tree

36 files changed

+172
-75
lines changed

36 files changed

+172
-75
lines changed

.changeset/honest-mayflies-exercise.md

-8
This file was deleted.

.changeset/popular-otters-rhyme.md

-5
This file was deleted.

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
registry=https://registry.npmjs.org/
12
# Added for storybook peer dependencies to react
23
strict-peer-dependencies=false
34
# Install new dependencies with exact version to let renovate handle the update

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.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@7.4.13
9+
- @swisspost/design-system-components@7.4.13
10+
311
## 1.1.18
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.18",
3+
"version": "1.1.19",
44
"scripts": {
55
"start": "ng serve --port 9210",
66
"build": "ng build components",
@@ -18,8 +18,8 @@
1818
"@angular/platform-browser": "17.3.11",
1919
"@angular/platform-browser-dynamic": "17.3.11",
2020
"@angular/router": "17.3.11",
21-
"@swisspost/design-system-components": "workspace:7.4.12",
22-
"@swisspost/design-system-styles": "workspace:7.4.12",
21+
"@swisspost/design-system-components": "workspace:7.4.13",
22+
"@swisspost/design-system-styles": "workspace:7.4.13",
2323
"rxjs": "7.8.1",
2424
"tslib": "2.6.3",
2525
"zone.js": "0.14.7"

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+
## 7.4.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@7.4.13
9+
310
## 7.4.12
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": "7.4.12",
3+
"version": "7.4.13",
44
"description": "Swiss Post Design System - Angular Wrapper Components",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"tslib": "2.6.3",
23-
"@swisspost/design-system-components": "workspace:7.4.12"
23+
"@swisspost/design-system-components": "workspace:7.4.13"
2424
},
2525
"peerDependencies": {
2626
"@angular/common": "^16.0.0 || ^17.0.0",

packages/components-react/CHANGELOG.md

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

3+
## 7.4.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@7.4.13
9+
310
## 7.4.12
411

512
### 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": "7.4.12",
3+
"version": "7.4.13",
44
"license": "Apache-2.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -21,7 +21,7 @@
2121
"lint": "eslint src/**/*.ts"
2222
},
2323
"dependencies": {
24-
"@swisspost/design-system-components": "workspace:7.4.12"
24+
"@swisspost/design-system-components": "workspace:7.4.13"
2525
},
2626
"devDependencies": {
2727
"@types/node": "20.14.9",

packages/components/CHANGELOG.md

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

3+
## 7.4.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@7.4.13
9+
310
## 7.4.12
411

512
### Patch Changes

packages/components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-components",
3-
"version": "7.4.12",
3+
"version": "7.4.13",
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,7 +40,7 @@
4040
"dependencies": {
4141
"@floating-ui/dom": "1.6.7",
4242
"@oddbird/popover-polyfill": "0.3.7",
43-
"@swisspost/design-system-styles": "workspace:7.4.12",
43+
"@swisspost/design-system-styles": "workspace:7.4.13",
4444
"ally.js": "1.4.1",
4545
"long-press-event": "2.5.0"
4646
},

packages/demo/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @swisspost/design-system-demo
22

3+
## 7.3.19
4+
5+
### Patch Changes
6+
7+
- Implemented the new "Swiss Post Sans" font (by [@leagrdv](https://github.com/leagrdv) with [#4946](https://github.com/swisspost/design-system/pull/4946))
8+
- Updated dependencies:
9+
- @swisspost/design-system-styles@7.4.13
10+
- @swisspost/design-system-intranet-header@7.4.13
11+
- @swisspost/design-system-migrations@7.4.13
12+
313
## 7.3.18
414

515
### Patch Changes

packages/demo/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-demo",
3-
"version": "7.3.18",
3+
"version": "7.3.19",
44
"description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -25,9 +25,9 @@
2525
"@ng-bootstrap/ng-bootstrap": "16.0.0",
2626
"@popperjs/core": "2.11.8",
2727
"@swimlane/ngx-datatable": "20.1.0",
28-
"@swisspost/design-system-intranet-header": "workspace:7.4.12",
29-
"@swisspost/design-system-migrations": "workspace:7.4.12",
30-
"@swisspost/design-system-styles": "workspace:7.4.12",
28+
"@swisspost/design-system-intranet-header": "workspace:7.4.13",
29+
"@swisspost/design-system-migrations": "workspace:7.4.13",
30+
"@swisspost/design-system-styles": "workspace:7.4.13",
3131
"bootstrap": "5.3.3",
3232
"core-js": "3.37.1",
3333
"highlight.js": "11.9.0",

packages/documentation/CHANGELOG.md

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

3+
## 5.3.13
4+
5+
### Patch Changes
6+
7+
- Implemented the new "Swiss Post Sans" font (by [@leagrdv](https://github.com/leagrdv) with [#4946](https://github.com/swisspost/design-system/pull/4946))
8+
- Updated dependencies:
9+
- @swisspost/internet-header@1.14.13
10+
- @swisspost/design-system-styles@7.4.13
11+
- @swisspost/design-system-components@7.4.13
12+
- @swisspost/design-system-components-react@7.4.13
13+
- @swisspost/design-system-icons@7.4.13
14+
315
## 5.3.12
416

517
### Patch Changes

packages/documentation/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-documentation",
3-
"version": "5.3.12",
3+
"version": "5.3.13",
44
"description": "Swiss Post Design System Documentation.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -28,10 +28,10 @@
2828
"lint": "eslint **/*.{js,ts,tsx,mdx}"
2929
},
3030
"dependencies": {
31-
"@swisspost/design-system-components": "workspace:7.4.12",
32-
"@swisspost/design-system-components-react": "workspace:7.4.12",
33-
"@swisspost/design-system-icons": "workspace:7.4.12",
34-
"@swisspost/design-system-styles": "workspace:7.4.12",
31+
"@swisspost/design-system-components": "workspace:7.4.13",
32+
"@swisspost/design-system-components-react": "workspace:7.4.13",
33+
"@swisspost/design-system-icons": "workspace:7.4.13",
34+
"@swisspost/design-system-styles": "workspace:7.4.13",
3535
"@swisspost/internet-header": "workspace:1.14.13",
3636
"bootstrap": "5.3.3"
3737
},
@@ -54,8 +54,8 @@
5454
"@storybook/types": "8.1.11",
5555
"@storybook/web-components": "8.1.11",
5656
"@storybook/web-components-vite": "8.1.11",
57-
"@swisspost/design-system-components-angular": "workspace:7.4.12",
58-
"@swisspost/design-system-intranet-header": "workspace:7.4.12",
57+
"@swisspost/design-system-components-angular": "workspace:7.4.13",
58+
"@swisspost/design-system-intranet-header": "workspace:7.4.13",
5959
"@types/css-modules": "1.0.5",
6060
"@types/mdx": "2.0.13",
6161
"@types/react": "18.3.3",

packages/icons/CHANGELOG.md

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

3+
## 7.4.13
4+
35
## 7.4.12
46

57
## 7.4.11

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": "7.4.12",
3+
"version": "7.4.13",
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/intranet-header-workspace/CHANGELOG.md

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

3+
## 3.0.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@7.4.13
9+
310
## 3.0.30
411

512
### Patch Changes

packages/intranet-header-workspace/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-intranet-header-workspace",
3-
"version": "3.0.30",
3+
"version": "3.0.31",
44
"license": "Apache-2.0",
55
"private": true,
66
"scripts": {
@@ -21,7 +21,7 @@
2121
"@angular/router": "17.3.11",
2222
"@ng-bootstrap/ng-bootstrap": "16.0.0",
2323
"@popperjs/core": "2.11.8",
24-
"@swisspost/design-system-styles": "workspace:7.4.12",
24+
"@swisspost/design-system-styles": "workspace:7.4.13",
2525
"rxjs": "7.8.1",
2626
"tslib": "2.6.3",
2727
"watch": "1.0.2",

packages/intranet-header-workspace/projects/intranet-header-showcase/CHANGELOG.md

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

3+
## 1.0.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-intranet-header@7.4.13
9+
310
## 1.0.18
411

512
### Patch Changes
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@swisspost/design-system-intranet-header-showcase",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"license": "Apache-2.0",
55
"private": true,
66
"dependencies": {
7-
"@swisspost/design-system-intranet-header": "workspace:7.4.12"
7+
"@swisspost/design-system-intranet-header": "workspace:7.4.13"
88
}
99
}

packages/intranet-header-workspace/projects/intranet-header/CHANGELOG.md

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

3+
## 7.4.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@7.4.13
9+
310
## 7.4.12
411

512
### Patch Changes

packages/intranet-header-workspace/projects/intranet-header/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-intranet-header",
3-
"version": "7.4.12",
3+
"version": "7.4.13",
44
"description": "Intranet header for internal Swiss Post applications as an Angular component.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -19,11 +19,11 @@
1919
"tag": "latest-v7"
2020
},
2121
"dependencies": {
22-
"@swisspost/design-system-styles": "workspace:7.4.12",
22+
"@swisspost/design-system-styles": "workspace:7.4.13",
2323
"tslib": "2.6.3"
2424
},
2525
"devDependencies": {
26-
"@swisspost/design-system-intranet-header-workspace": "workspace:3.0.30"
26+
"@swisspost/design-system-intranet-header-workspace": "workspace:3.0.31"
2727
},
2828
"peerDependencies": {
2929
"@angular/common": "^16.0.0 || ^17.0.0",

packages/migrations/CHANGELOG.md

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

3+
## 7.4.13
4+
35
## 7.4.12
46

57
## 7.4.11

packages/migrations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-migrations",
3-
"version": "7.4.12",
3+
"version": "7.4.13",
44
"description": "Scripts to migrate an Angular application from one Design System version to another.",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",

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.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/internet-header@1.14.13
9+
- @swisspost/design-system-styles@7.4.13
10+
- @swisspost/design-system-components-react@7.4.13
11+
312
## 0.1.22
413

514
### Patch Changes

packages/nextjs-integration/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-nextjs-integration",
3-
"version": "0.1.22",
3+
"version": "0.1.23",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,8 +9,8 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@swisspost/design-system-components-react": "workspace:7.4.12",
13-
"@swisspost/design-system-styles": "workspace:7.4.12",
12+
"@swisspost/design-system-components-react": "workspace:7.4.13",
13+
"@swisspost/design-system-styles": "workspace:7.4.13",
1414
"@swisspost/internet-header": "workspace:1.14.13",
1515
"next": "14.2.4",
1616
"react": "^18",

0 commit comments

Comments
 (0)