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 9, 2024
1 parent 2b9f906 commit 148ebc5
Show file tree
Hide file tree
Showing 21 changed files with 101 additions and 54 deletions.
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.

6 changes: 0 additions & 6 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.

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.5",
Expand Down
16 changes: 16 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @swisspost/design-system-components

## 2.0.0

### Major Changes

- Restricted the post-collapsible component to the collapse behaviour only and created a post-accordion-item to use as children for the post-accordion component. (by [@alizedebray](https://github.com/alizedebray) with [#2379](https://github.com/swisspost/design-system/pull/2379))

### 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
8 changes: 8 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swisspost/design-system-demo

## 7.1.3

### Patch Changes

- 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
11 changes: 11 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @swisspost/design-system-documentation

## 2.7.2

### Patch Changes

- Restricted the post-collapsible component to the collapse behaviour only and created a post-accordion-item to use as children for the post-accordion component. (by [@alizedebray](https://github.com/alizedebray) with [#2379](https://github.com/swisspost/design-system/pull/2379))
- 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"
}
}
6 changes: 6 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swisspost/design-system-styles

## 6.5.2

### 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))

## 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
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 148ebc5

Please sign in to comment.