Skip to content

Commit

Permalink
chore(changesets): publish packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 10, 2025
1 parent e00ed28 commit 8085e7d
Show file tree
Hide file tree
Showing 34 changed files with 188 additions and 68 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"friendly-insects-breathe",
"funny-knives-rule",
"funny-shrimps-care",
"gentle-jeans-raise",
"giant-games-swim",
"gold-chairs-grin",
"gold-chefs-rule",
Expand All @@ -114,6 +115,7 @@
"happy-needles-repeat",
"heavy-eyes-live",
"heavy-rats-explode",
"heavy-tips-share",
"hip-gifts-give",
"honest-numbers-end",
"hot-lizards-dance",
Expand Down Expand Up @@ -189,8 +191,10 @@
"red-comics-cough",
"red-lies-lick",
"red-moose-do",
"red-plums-speak",
"rich-timers-listen",
"rotten-bats-look",
"rotten-ghosts-kneel",
"rude-needles-matter",
"rude-shrimps-wonder",
"selfish-bats-run",
Expand All @@ -213,6 +217,7 @@
"slimy-plums-sniff",
"slimy-rockets-pull",
"slow-fishes-reply",
"slow-terms-care",
"smart-cobras-train",
"smooth-bugs-explode",
"smooth-spoons-matter",
Expand Down
8 changes: 8 additions & 0 deletions packages/components-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swisspost/design-system-components-angular-workspace

## 1.1.10-next.16

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-components@9.0.0-next.16
- @swisspost/design-system-styles@9.0.0-next.16

## 1.1.10-next.15

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-components-angular-workspace",
"version": "1.1.10-next.15",
"version": "1.1.10-next.16",
"scripts": {
"start": "ng serve --port 9210",
"build": "pnpm clean && ng build components",
Expand All @@ -20,8 +20,8 @@
"@angular/platform-browser": "18.2.13",
"@angular/platform-browser-dynamic": "18.2.13",
"@angular/router": "18.2.13",
"@swisspost/design-system-components": "workspace:9.0.0-next.15",
"@swisspost/design-system-styles": "workspace:9.0.0-next.15",
"@swisspost/design-system-components": "workspace:9.0.0-next.16",
"@swisspost/design-system-styles": "workspace:9.0.0-next.16",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"zone.js": "0.15.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/components-angular/projects/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swisspost/design-system-components-angular

## 9.0.0-next.16

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-components@9.0.0-next.16

## 9.0.0-next.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components-angular/projects/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-components-angular",
"version": "9.0.0-next.15",
"version": "9.0.0-next.16",
"description": "Swiss Post Design System - Angular Wrapper Components",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
"linkDirectory": true
},
"dependencies": {
"@swisspost/design-system-components": "workspace:9.0.0-next.15",
"@swisspost/design-system-components": "workspace:9.0.0-next.16",
"tslib": "2.8.1"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swisspost/design-system-components-react

## 9.0.0-next.16

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-components@9.0.0-next.16

## 9.0.0-next.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-components-react",
"version": "9.0.0-next.15",
"version": "9.0.0-next.16",
"description": "Design System React Components for easy integration with the React ecosystem",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,7 +28,7 @@
"lint:fix": "eslint --fix"
},
"dependencies": {
"@swisspost/design-system-components": "workspace:9.0.0-next.15"
"@swisspost/design-system-components": "workspace:9.0.0-next.16"
},
"devDependencies": {
"@eslint/js": "9.18.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @swisspost/design-system-components

## 9.0.0-next.16

### Minor Changes

- Updated language switch behavior. (by [@myrta2302](https://github.com/myrta2302) with [#4376](https://github.com/swisspost/design-system/pull/4376))

### Patch Changes

- Updated the URL check on the post-logo component. It now also accepts relative URLs as valid props. (by [@gfellerph](https://github.com/gfellerph) with [#4616](https://github.com/swisspost/design-system/pull/4616))

- Fixed `post-logo` from disappearing on `post-header` scroll. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#4606](https://github.com/swisspost/design-system/pull/4606))

- Fixed the `--main-header-height` custom property for `post-header` component, which was previously undefined on initial load. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#4614](https://github.com/swisspost/design-system/pull/4614))
- Updated dependencies:
- @swisspost/design-system-styles@9.0.0-next.16
- @swisspost/design-system-icons@9.0.0-next.16

## 9.0.0-next.15

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-components",
"version": "9.0.0-next.15",
"version": "9.0.0-next.16",
"description": "A collection of web components built with Stencil JS for the Swiss Post Design System.",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
"dependencies": {
"@floating-ui/dom": "1.6.13",
"@oddbird/popover-polyfill": "0.3.7",
"@swisspost/design-system-icons": "workspace:9.0.0-next.15",
"@swisspost/design-system-styles": "workspace:9.0.0-next.15",
"@swisspost/design-system-icons": "workspace:9.0.0-next.16",
"@swisspost/design-system-styles": "workspace:9.0.0-next.16",
"ally.js": "1.4.1",
"long-press-event": "2.5.0",
"nanoid": "5.0.9"
Expand Down
17 changes: 17 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @swisspost/design-system-documentation

## 6.0.0-next.17

### Minor Changes

- Updated language switch behavior. (by [@myrta2302](https://github.com/myrta2302) with [#4376](https://github.com/swisspost/design-system/pull/4376))

### Patch Changes

- Removed megadropdown animation when another one is already opened. (by [@leagrdv](https://github.com/leagrdv) with [#4627](https://github.com/swisspost/design-system/pull/4627))
- Updated dependencies:
- @swisspost/design-system-components@9.0.0-next.16
- @swisspost/design-system-components-react@9.0.0-next.16
- @swisspost/design-system-styles@9.0.0-next.16
- @swisspost/design-system-tokens@9.0.0-next.16
- @swisspost/design-system-icons@9.0.0-next.16
- @swisspost/internet-header@2.0.0-next.16

## 6.0.0-next.16

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-documentation",
"version": "6.0.0-next.16",
"version": "6.0.0-next.17",
"description": "Swiss Post Design System Documentation.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,12 +29,12 @@
"doctor": "storybook doctor"
},
"dependencies": {
"@swisspost/design-system-components": "workspace:9.0.0-next.15",
"@swisspost/design-system-components-react": "workspace:9.0.0-next.15",
"@swisspost/design-system-icons": "workspace:9.0.0-next.15",
"@swisspost/design-system-styles": "workspace:9.0.0-next.15",
"@swisspost/design-system-tokens": "workspace:9.0.0-next.15",
"@swisspost/internet-header": "workspace:2.0.0-next.15",
"@swisspost/design-system-components": "workspace:9.0.0-next.16",
"@swisspost/design-system-components-react": "workspace:9.0.0-next.16",
"@swisspost/design-system-icons": "workspace:9.0.0-next.16",
"@swisspost/design-system-styles": "workspace:9.0.0-next.16",
"@swisspost/design-system-tokens": "workspace:9.0.0-next.16",
"@swisspost/internet-header": "workspace:2.0.0-next.16",
"bootstrap": "5.3.3"
},
"devDependencies": {
Expand All @@ -56,8 +56,8 @@
"@storybook/types": "8.4.7",
"@storybook/web-components": "8.4.7",
"@storybook/web-components-vite": "8.4.7",
"@swisspost/design-system-components-angular": "workspace:9.0.0-next.15",
"@swisspost/design-system-intranet-header": "workspace:9.0.0-next.15",
"@swisspost/design-system-components-angular": "workspace:9.0.0-next.16",
"@swisspost/design-system-intranet-header": "workspace:9.0.0-next.16",
"@types/css-modules": "1.0.5",
"@types/mdx": "2.0.13",
"@types/react": "18.3.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @swisspost/design-system-icons

## 9.0.0-next.16

## 9.0.0-next.15

## 9.0.0-next.14
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-icons",
"version": "9.0.0-next.15",
"version": "9.0.0-next.16",
"description": "A collection of Swiss Post icons intended for use with the Design System.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/internet-header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swisspost/internet-header

## 2.0.0-next.16

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@9.0.0-next.16

## 2.0.0-next.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/internet-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/internet-header",
"version": "2.0.0-next.15",
"version": "2.0.0-next.16",
"description": "The header for client facing applications.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -42,7 +42,7 @@
"generate": "stencil generate"
},
"dependencies": {
"@swisspost/design-system-styles": "workspace:9.0.0-next.15",
"@swisspost/design-system-styles": "workspace:9.0.0-next.16",
"body-scroll-lock": "4.0.0-beta.0",
"iframe-resizer": "4.4.5",
"jquery": "3.7.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/intranet-header-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swisspost/design-system-intranet-header-workspace

## 3.0.22-next.16

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@9.0.0-next.16

## 3.0.22-next.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/intranet-header-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-intranet-header-workspace",
"version": "3.0.22-next.15",
"version": "3.0.22-next.16",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand All @@ -24,7 +24,7 @@
"@angular/router": "18.2.13",
"@ng-bootstrap/ng-bootstrap": "17.0.1",
"@popperjs/core": "2.11.8",
"@swisspost/design-system-styles": "workspace:9.0.0-next.15",
"@swisspost/design-system-styles": "workspace:9.0.0-next.16",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"watch": "1.0.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swisspost/design-system-intranet-header-showcase

## 1.0.10-next.16

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-intranet-header@9.0.0-next.16

## 1.0.10-next.15

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@swisspost/design-system-intranet-header-showcase",
"version": "1.0.10-next.15",
"version": "1.0.10-next.16",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@swisspost/design-system-intranet-header": "workspace:9.0.0-next.15"
"@swisspost/design-system-intranet-header": "workspace:9.0.0-next.16"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swisspost/design-system-intranet-header

## 9.0.0-next.16

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@9.0.0-next.16

## 9.0.0-next.15

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-intranet-header",
"version": "9.0.0-next.15",
"version": "9.0.0-next.16",
"description": "Intranet header for internal Swiss Post applications as an Angular component.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -18,11 +18,11 @@
"linkDirectory": true
},
"dependencies": {
"@swisspost/design-system-styles": "workspace:9.0.0-next.15",
"@swisspost/design-system-styles": "workspace:9.0.0-next.16",
"tslib": "2.8.1"
},
"devDependencies": {
"@swisspost/design-system-intranet-header-workspace": "workspace:3.0.22-next.15"
"@swisspost/design-system-intranet-header-workspace": "workspace:3.0.22-next.16"
},
"peerDependencies": {
"@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/migrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @swisspost/design-system-migrations

## 9.0.0-next.16

## 9.0.0-next.15

## 9.0.0-next.14
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-migrations",
"version": "9.0.0-next.15",
"version": "9.0.0-next.16",
"description": "Scripts to migrate an Angular application from one Design System version to another.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/nextjs-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @swisspost/design-system-nextjs-integration

## 0.1.14-next.16

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-components-react@9.0.0-next.16
- @swisspost/design-system-styles@9.0.0-next.16
- @swisspost/internet-header@2.0.0-next.16

## 0.1.14-next.15

### Patch Changes
Expand Down
Loading

0 comments on commit 8085e7d

Please sign in to comment.