Skip to content

Commit

Permalink
chore(changesets): 🦋📦 publish packages (release/v7) (#3325)
Browse files Browse the repository at this point in the history
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 the `collapsed` property of the `post-collapsible` and
`post-accordion-item` to toggle the content visibility throughout the
component lifecycle, rather than only initially. (by
[@alizedebray](https://github.com/alizedebray) with
[#3205](#3205))
-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

- Updated the `collapsed` property of the `post-collapsible` and
`post-accordion-item` to toggle the content visibility throughout the
component lifecycle, rather than only initially. (by
[@alizedebray](https://github.com/alizedebray) with
[#3205](#3205))
-   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

-   Updated dependencies:
    -   @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]

## @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 the `collapsed` property of the `post-collapsible` and
`post-accordion-item` to toggle the content visibility throughout the
component lifecycle, rather than only initially. (by
[@alizedebray](https://github.com/alizedebray) with
[#3205](#3205))
-   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]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
swisspost-bot and github-actions[bot] authored Jul 23, 2024
1 parent 9d7d84a commit 5de4000
Show file tree
Hide file tree
Showing 34 changed files with 178 additions and 76 deletions.
7 changes: 0 additions & 7 deletions .changeset/plenty-experts-admire.md

This file was deleted.

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.7

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-components@7.4.1
- @swisspost/design-system-styles@7.4.1

## 1.1.6

### 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.6",
"version": "1.1.7",
"scripts": {
"start": "ng serve --port 9210",
"build": "ng build components",
Expand All @@ -18,8 +18,8 @@
"@angular/platform-browser": "17.3.11",
"@angular/platform-browser-dynamic": "17.3.11",
"@angular/router": "17.3.11",
"@swisspost/design-system-components": "workspace:7.4.0",
"@swisspost/design-system-styles": "workspace:7.4.0",
"@swisspost/design-system-components": "workspace:7.4.1",
"@swisspost/design-system-styles": "workspace:7.4.1",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"zone.js": "0.14.7"
Expand Down
8 changes: 8 additions & 0 deletions packages/components-angular/projects/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swisspost/design-system-components-angular

## 7.4.1

### Patch Changes

- Updated the `collapsed` property of the `post-collapsible` and `post-accordion-item` to toggle the content visibility throughout the component lifecycle, rather than only initially. (by [@alizedebray](https://github.com/alizedebray) with [#3205](https://github.com/swisspost/design-system/pull/3205))
- Updated dependencies:
- @swisspost/design-system-components@7.4.1

## 7.4.0

### 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": "7.4.0",
"version": "7.4.1",
"description": "Swiss Post Design System - Angular Wrapper Components",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"tslib": "2.6.3",
"@swisspost/design-system-components": "workspace:7.4.0"
"@swisspost/design-system-components": "workspace:7.4.1"
},
"peerDependencies": {
"@angular/common": "^16.0.0 || ^17.0.0",
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

## 7.4.1

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-components@7.4.1

## 7.4.0

### 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": "7.4.0",
"version": "7.4.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@swisspost/design-system-components": "workspace:7.4.0"
"@swisspost/design-system-components": "workspace:7.4.1"
},
"devDependencies": {
"@types/node": "20.14.9",
Expand Down
10 changes: 9 additions & 1 deletion packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swisspost/design-system-components

## 7.4.1

### Patch Changes

- Updated the `collapsed` property of the `post-collapsible` and `post-accordion-item` to toggle the content visibility throughout the component lifecycle, rather than only initially. (by [@alizedebray](https://github.com/alizedebray) with [#3205](https://github.com/swisspost/design-system/pull/3205))
- Updated dependencies:
- @swisspost/design-system-styles@7.4.1

## 7.4.0

### Minor Changes
Expand All @@ -8,7 +16,7 @@

### Patch Changes

- Fixed a bug with the post-collapsible-trigger imports (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3302](https://github.com/swisspost/design-system/pull/3302))
- Fixed a bug with the post-collapsible-trigger imports (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3302](https://github.com/swisspost/design-system/pull/3302))
- Updated dependencies:
- @swisspost/design-system-styles@7.4.0

Expand Down
4 changes: 2 additions & 2 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": "7.4.0",
"version": "7.4.1",
"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 @@ -39,7 +39,7 @@
"dependencies": {
"@floating-ui/dom": "1.6.7",
"@oddbird/popover-polyfill": "0.3.7",
"@swisspost/design-system-styles": "workspace:7.4.0",
"@swisspost/design-system-styles": "workspace:7.4.1",
"ally.js": "1.4.1",
"long-press-event": "2.5.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @swisspost/design-system-demo

## 7.3.7

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@7.4.1
- @swisspost/design-system-intranet-header@7.4.1
- @swisspost/design-system-migrations@7.4.1

## 7.3.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-demo",
"version": "7.3.6",
"version": "7.3.7",
"description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -25,9 +25,9 @@
"@ng-bootstrap/ng-bootstrap": "16.0.0",
"@popperjs/core": "2.11.8",
"@swimlane/ngx-datatable": "20.1.0",
"@swisspost/design-system-intranet-header": "workspace:7.4.0",
"@swisspost/design-system-migrations": "workspace:7.4.0",
"@swisspost/design-system-styles": "workspace:7.4.0",
"@swisspost/design-system-intranet-header": "workspace:7.4.1",
"@swisspost/design-system-migrations": "workspace:7.4.1",
"@swisspost/design-system-styles": "workspace:7.4.1",
"bootstrap": "5.3.3",
"core-js": "3.37.1",
"highlight.js": "11.9.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @swisspost/design-system-documentation

## 5.3.3

### Patch Changes

- Updated the `collapsed` property of the `post-collapsible` and `post-accordion-item` to toggle the content visibility throughout the component lifecycle, rather than only initially. (by [@alizedebray](https://github.com/alizedebray) with [#3205](https://github.com/swisspost/design-system/pull/3205))
- Updated dependencies:
- @swisspost/design-system-components@7.4.1
- @swisspost/design-system-components-react@7.4.1
- @swisspost/design-system-styles@7.4.1
- @swisspost/design-system-icons@7.4.1
- @swisspost/internet-header@1.14.3

## 5.3.2

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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": "5.3.2",
"version": "5.3.3",
"description": "Swiss Post Design System Documentation.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,11 +28,11 @@
"lint": "eslint **/*.{js,ts,tsx,mdx}"
},
"dependencies": {
"@swisspost/design-system-components": "workspace:7.4.0",
"@swisspost/design-system-components-react": "workspace:7.4.0",
"@swisspost/design-system-icons": "workspace:7.4.0",
"@swisspost/design-system-styles": "workspace:7.4.0",
"@swisspost/internet-header": "workspace:1.14.2",
"@swisspost/design-system-components": "workspace:7.4.1",
"@swisspost/design-system-components-react": "workspace:7.4.1",
"@swisspost/design-system-icons": "workspace:7.4.1",
"@swisspost/design-system-styles": "workspace:7.4.1",
"@swisspost/internet-header": "workspace:1.14.3",
"bootstrap": "5.3.3"
},
"devDependencies": {
Expand All @@ -54,8 +54,8 @@
"@storybook/types": "8.1.11",
"@storybook/web-components": "8.1.11",
"@storybook/web-components-vite": "8.1.11",
"@swisspost/design-system-components-angular": "workspace:7.4.0",
"@swisspost/design-system-intranet-header": "workspace:7.4.0",
"@swisspost/design-system-components-angular": "workspace:7.4.1",
"@swisspost/design-system-intranet-header": "workspace:7.4.1",
"@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

## 7.4.1

## 7.4.0

### Minor Changes
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": "7.4.0",
"version": "7.4.1",
"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

## 1.14.3

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@7.4.1

## 1.14.2

### 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": "1.14.2",
"version": "1.14.3",
"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:7.4.0",
"@swisspost/design-system-styles": "workspace:7.4.1",
"body-scroll-lock": "4.0.0-beta.0",
"iframe-resizer": "4.4.2",
"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.19

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@7.4.1

## 3.0.18

### 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.18",
"version": "3.0.19",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand All @@ -21,7 +21,7 @@
"@angular/router": "17.3.11",
"@ng-bootstrap/ng-bootstrap": "16.0.0",
"@popperjs/core": "2.11.8",
"@swisspost/design-system-styles": "workspace:7.4.0",
"@swisspost/design-system-styles": "workspace:7.4.1",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"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.7

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-intranet-header@7.4.1

## 1.0.6

### 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.6",
"version": "1.0.7",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@swisspost/design-system-intranet-header": "workspace:7.4.0"
"@swisspost/design-system-intranet-header": "workspace:7.4.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swisspost/design-system-intranet-header

## 7.4.1

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@7.4.1

## 7.4.0

### 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": "7.4.0",
"version": "7.4.1",
"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:7.4.0",
"@swisspost/design-system-styles": "workspace:7.4.1",
"tslib": "2.6.3"
},
"devDependencies": {
"@swisspost/design-system-intranet-header-workspace": "workspace:3.0.18"
"@swisspost/design-system-intranet-header-workspace": "workspace:3.0.19"
},
"peerDependencies": {
"@angular/common": "^16.0.0 || ^17.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

## 7.4.1

## 7.4.0

## 7.3.1
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": "7.4.0",
"version": "7.4.1",
"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.11

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-components-react@7.4.1
- @swisspost/design-system-styles@7.4.1
- @swisspost/internet-header@1.14.3

## 0.1.10

### Patch Changes
Expand Down
Loading

0 comments on commit 5de4000

Please sign in to comment.