Skip to content

Commit a97b6f2

Browse files
chore(changesets): 🦋📦 publish packages (release/v7) (#4649)
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 - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Removed the user profile image from the intranet header due to loading issues from SharePoint, which were causing missing image errors. The header now displays a default user avatar. (by [@myrta2302](https://github.com/myrta2302) with [#4821](#4821)) - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Fixed an issue where the Stepper started with step 0 on small screen sizes. (by [@myrta2302](https://github.com/myrta2302) with [#4522](#4522)) ## @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 - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Removed the user profile image from the intranet header due to loading issues from SharePoint, which were causing missing image errors. The header now displays a default user avatar. (by [@myrta2302](https://github.com/myrta2302) with [#4821](#4821)) - Removed duplicate size class from `select` elements using floating labels. (by [@schaertim](https://github.com/schaertim) with [#4867](#4867)) - 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] <github-actions[bot]@users.noreply.github.com>
1 parent e0b8c4d commit a97b6f2

File tree

38 files changed

+185
-85
lines changed

38 files changed

+185
-85
lines changed

.changeset/gentle-shoes-joke.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/hot-experts-wink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purple-apes-happen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-styles@7.4.12
9+
- @swisspost/design-system-components@7.4.12
10+
311
## 1.1.17
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.17",
3+
"version": "1.1.18",
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.11",
22-
"@swisspost/design-system-styles": "workspace:7.4.11",
21+
"@swisspost/design-system-components": "workspace:7.4.12",
22+
"@swisspost/design-system-styles": "workspace:7.4.12",
2323
"rxjs": "7.8.1",
2424
"tslib": "2.6.3",
2525
"zone.js": "0.14.7"

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+
## 7.4.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@7.4.12
9+
310
## 7.4.11
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": "7.4.11",
3+
"version": "7.4.12",
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.11"
23+
"@swisspost/design-system-components": "workspace:7.4.12"
2424
},
2525
"peerDependencies": {
2626
"@angular/common": "^16.0.0 || ^17.0.0",

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+
## 7.4.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@7.4.12
9+
310
## 7.4.11
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": "7.4.11",
3+
"version": "7.4.12",
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.11"
24+
"@swisspost/design-system-components": "workspace:7.4.12"
2525
},
2626
"devDependencies": {
2727
"@types/node": "20.14.9",

packages/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
22

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

512
### Patch Changes

0 commit comments

Comments
 (0)