Skip to content

Commit

Permalink
chore(changesets): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 16, 2024
1 parent 7bd6da1 commit 8d6a5b9
Show file tree
Hide file tree
Showing 25 changed files with 164 additions and 381 deletions.
6 changes: 0 additions & 6 deletions .changeset/brown-dragons-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-ghosts-arrive.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/flat-parents-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-lamps-listen.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/swift-humans-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-planes-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-parrots-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-ways-leave.md

This file was deleted.

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

## 1.0.26

### Patch Changes

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

## 1.0.25

### 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": "1.0.25",
"version": "1.0.26",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"tsc": "tsc -p ."
},
"dependencies": {
"@swisspost/design-system-components": "workspace:1.7.1"
"@swisspost/design-system-components": "workspace:2.0.0"
},
"devDependencies": {
"@types/node": "18.19.7",
Expand Down
42 changes: 42 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# @swisspost/design-system-components

## 2.0.0

### Major Changes

- Restricted `post-collapsible` to collapse behaviour only. The component remains unchanged when used with external controls, however, it no longer has a `header` slot.

To get the same look and feel as in the previous version, use the `post-accordion-item` component instead.

Before:

```html
<post-collapsible collapsed="" headingLevel="6">
<span slot="header">Titulum</span>
<p>Contentus momentus vero siteos et accusam iretea et justo.</p>
</post-collapsible>
```

After:

````html
<post-accordion-item collapsed="" headingLevel="6">
<span slot="header">Titulum</span>
<p>Contentus momentus vero siteos et accusam iretea et justo.</p>
</post-accordion-item>
``` (by [@alizedebray](https://github.com/alizedebray) with
[#2379](https://github.com/swisspost/design-system/pull/2379))
````

### Minor Changes

- Created a `post-accordion-item` to use as children for the `post-accordion` component. It replaces the `post-collapsible` component. (by [@alizedebray](https://github.com/alizedebray) with [#2466](https://github.com/swisspost/design-system/pull/2466))

### Patch Changes

- Update the background color of accordion to be white on any background color other than white. The accordion background remains gray on white backgrounds. (by [@alizedebray](https://github.com/alizedebray) with [#2379](https://github.com/swisspost/design-system/pull/2379))

- Added a payload to the `collapseChange` event of the `post-collapsible` component. This payload is a boolean: `true` if the collapsible was opened, `false` if it was closed. (by [@alizedebray](https://github.com/alizedebray) with [#2379](https://github.com/swisspost/design-system/pull/2379))

- Updated the post-accordion background to be white on light and gray backgrounds. (by [@alizedebray](https://github.com/alizedebray) with [#2379](https://github.com/swisspost/design-system/pull/2379))
- Updated dependencies:
- @swisspost/design-system-styles@6.5.2

## 1.7.1

### Patch Changes
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": "1.7.1",
"version": "2.0.0",
"description": "A collection of web components built with Stencil JS for the Swiss Post Design System.",
"license": "Apache-2.0",
"main": "loader/index.cjs.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@floating-ui/dom": "1.5.4",
"@oddbird/popover-polyfill": "0.2.3",
"@swisspost/design-system-styles": "workspace:6.5.1",
"@swisspost/design-system-styles": "workspace:6.5.2",
"ally.js": "1.4.1",
"long-press-event": "2.4.6"
},
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.1.3

### Patch Changes

- Fixed links to new icons documentation. (by [@imagoiq](https://github.com/imagoiq) with [#2402](https://github.com/swisspost/design-system/pull/2402))
- Updated dependencies:
- @swisspost/design-system-styles@6.5.2
- @swisspost/design-system-intranet-header@5.0.7

## 7.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1.2",
"version": "7.1.3",
"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,8 +25,8 @@
"@ng-bootstrap/ng-bootstrap": "15.1.2",
"@popperjs/core": "2.11.8",
"@swimlane/ngx-datatable": "20.1.0",
"@swisspost/design-system-intranet-header": "workspace:5.0.6",
"@swisspost/design-system-styles": "workspace:6.5.1",
"@swisspost/design-system-intranet-header": "workspace:5.0.7",
"@swisspost/design-system-styles": "workspace:6.5.2",
"bootstrap": "5.3.2",
"core-js": "3.35.0",
"highlight.js": "11.9.0",
Expand Down
37 changes: 37 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# @swisspost/design-system-documentation

## 2.7.2

### Patch Changes

- Created a `post-accordion-item` to use as children for the `post-accordion` component. It replaces the `post-collapsible` component. (by [@alizedebray](https://github.com/alizedebray) with [#2466](https://github.com/swisspost/design-system/pull/2466))

- Restricted `post-collapsible` to collapse behaviour only. The component remains unchanged when used with external controls, however, it no longer has a `header` slot.

To get the same look and feel as in the previous version, use the `post-accordion-item` component instead.

Before:

```html
<post-collapsible collapsed="" headingLevel="6">
<span slot="header">Titulum</span>
<p>Contentus momentus vero siteos et accusam iretea et justo.</p>
</post-collapsible>
```

After:

````html
<post-accordion-item collapsed="" headingLevel="6">
<span slot="header">Titulum</span>
<p>Contentus momentus vero siteos et accusam iretea et justo.</p>
</post-accordion-item>
``` (by [@alizedebray](https://github.com/alizedebray) with
[#2379](https://github.com/swisspost/design-system/pull/2379))
````

- Disable floating label when input is type color. (by [@imagoiq](https://github.com/imagoiq) with [#2457](https://github.com/swisspost/design-system/pull/2457))
- Updated dependencies:
- @swisspost/design-system-components@2.0.0
- @swisspost/design-system-styles@6.5.2
- @swisspost/design-system-components-react@1.0.26
- @swisspost/internet-header@1.13.3

## 2.7.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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": "2.7.1",
"version": "2.7.2",
"description": "Swiss Post Design System Documentation.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -25,11 +25,11 @@
"snapshots": "percy exec -- cypress run --config-file ./cypress.snapshot.config.js --record --key 0995e768-43ec-42bd-a127-ff944a2ad8c9"
},
"dependencies": {
"@swisspost/design-system-components": "workspace:1.7.1",
"@swisspost/design-system-components-react": "workspace:1.0.25",
"@swisspost/design-system-components": "workspace:2.0.0",
"@swisspost/design-system-components-react": "workspace:1.0.26",
"@swisspost/design-system-icons": "workspace:1.0.17",
"@swisspost/design-system-styles": "workspace:6.5.1",
"@swisspost/internet-header": "workspace:1.13.2",
"@swisspost/design-system-styles": "workspace:6.5.2",
"@swisspost/internet-header": "workspace:1.13.3",
"bootstrap": "5.3.2"
},
"devDependencies": {
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.13.3

### Patch Changes

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

## 1.13.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.13.2",
"version": "1.13.3",
"description": "The header for client facing applications.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -41,7 +41,7 @@
"generate": "stencil generate"
},
"dependencies": {
"@swisspost/design-system-styles": "workspace:6.5.1",
"@swisspost/design-system-styles": "workspace:6.5.2",
"body-scroll-lock": "4.0.0-beta.0",
"iframe-resizer": "4.3.9",
"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.7

### Patch Changes

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

## 3.0.6

### 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.6",
"version": "3.0.7",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand All @@ -21,7 +21,7 @@
"@angular/router": "16.2.12",
"@ng-bootstrap/ng-bootstrap": "15.1.2",
"@popperjs/core": "2.11.8",
"@swisspost/design-system-styles": "workspace:6.5.1",
"@swisspost/design-system-styles": "workspace:6.5.2",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"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

## 5.0.7

### Patch Changes

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

## 5.0.6

### 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": "5.0.6",
"version": "5.0.7",
"description": "Intranet header for internal Swiss Post applications as an Angular component.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -18,10 +18,10 @@
"linkDirectory": true
},
"dependencies": {
"@swisspost/design-system-styles": "workspace:6.5.1",
"@swisspost/design-system-styles": "workspace:6.5.2",
"tslib": "2.6.2"
},
"devDependencies": {
"@swisspost/design-system-intranet-header-workspace": "workspace:3.0.6"
"@swisspost/design-system-intranet-header-workspace": "workspace:3.0.7"
}
}
8 changes: 8 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swisspost/design-system-styles

## 6.5.2

### Patch Changes

- Updated styles for the `.is-valid` class. (by [@imagoiq](https://github.com/imagoiq) with [#2391](https://github.com/swisspost/design-system/pull/2391))

- Update the background color of accordion to be white on any background color other than white. The accordion background remains gray on white backgrounds. (by [@alizedebray](https://github.com/alizedebray) with [#2379](https://github.com/swisspost/design-system/pull/2379))

## 6.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-styles",
"version": "6.5.1",
"version": "6.5.2",
"description": "Design System Styles for the Swiss Post web platform.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit 8d6a5b9

Please sign in to comment.