Skip to content

Commit

Permalink
Merge branch 'main' into 2251-storybook-build-error
Browse files Browse the repository at this point in the history
  • Loading branch information
gfellerph authored Nov 10, 2023
2 parents bfe61fe + 596c589 commit 549acb6
Show file tree
Hide file tree
Showing 27 changed files with 112 additions and 83 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-garlics-bathe.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/clean-dancers-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-forks-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-teachers-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-clouds-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-gorillas-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-crews-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-maps-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-pianos-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-lions-fly.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.22

### Patch Changes

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

## 1.0.21

### 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.21",
"version": "1.0.22",
"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.6.1"
"@swisspost/design-system-components": "workspace:1.6.2"
},
"devDependencies": {
"@types/node": "18.18.8",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swisspost/design-system-components

## 1.6.2

### Patch Changes

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

## 1.6.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.6.1",
"version": "1.6.2",
"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 @@ -40,7 +40,7 @@
"@floating-ui/dom": "1.5.3",
"@oddbird/popover-polyfill": "0.3.1",
"@stencil/core": "4.7.0",
"@swisspost/design-system-styles": "workspace:6.4.3",
"@swisspost/design-system-styles": "workspace:6.4.4",
"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.0.4

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@6.4.4
- @swisspost/design-system-intranet-header@5.0.4

## 7.0.3

### 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.0.3",
"version": "7.0.4",
"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.3",
"@swisspost/design-system-styles": "workspace:6.4.3",
"@swisspost/design-system-intranet-header": "workspace:5.0.4",
"@swisspost/design-system-styles": "workspace:6.4.4",
"bootstrap": "5.3.2",
"core-js": "3.33.2",
"highlight.js": "11.9.0",
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

## 2.4.0

### Minor Changes

- Added docs page on how to use columns. (by [@davidritter-dotcom](https://github.com/davidritter-dotcom) with [#2062](https://github.com/swisspost/design-system/pull/2062))

### Patch Changes

- Added official way to use label in a floating-label select as a placeholder. (by [@imagoiq](https://github.com/imagoiq) with [#2200](https://github.com/swisspost/design-system/pull/2200))

- Extended the `@swisspost/design-system-components` package getting-started docs page to show multiple ways how it can be used/imported in different project setups. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#2214](https://github.com/swisspost/design-system/pull/2214))
- Updated dependencies:
- @swisspost/internet-header@1.13.0
- @swisspost/design-system-styles@6.4.4
- @swisspost/design-system-components@1.6.2
- @swisspost/design-system-components-react@1.0.22

## 2.3.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.3.1",
"version": "2.4.0",
"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.6.1",
"@swisspost/design-system-components-react": "workspace:1.0.21",
"@swisspost/design-system-components": "workspace:1.6.2",
"@swisspost/design-system-components-react": "workspace:1.0.22",
"@swisspost/design-system-icons": "workspace:1.0.14",
"@swisspost/design-system-styles": "workspace:6.4.3",
"@swisspost/internet-header": "workspace:1.12.1",
"@swisspost/design-system-styles": "workspace:6.4.4",
"@swisspost/internet-header": "workspace:1.13.0",
"bootstrap": "5.3.2"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/internet-header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @swisspost/internet-header

## 1.13.0

### Minor Changes

- Added a link to settings in the user drop-down menu for business users. (by [@alizedebray](https://github.com/alizedebray) with [#2234](https://github.com/swisspost/design-system/pull/2234))

### Patch Changes

- Replaced the old twitter logo with the new X logo. (by [@b1aserlu](https://github.com/b1aserlu) with [#2176](https://github.com/swisspost/design-system/pull/2176))
- Updated dependencies:
- @swisspost/design-system-styles@6.4.4

## 1.12.1

### 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.12.1",
"version": "1.13.0",
"description": "The header for client facing applications.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@stencil/core": "4.7.0",
"@stencil/store": "2.0.11",
"@swisspost/design-system-styles": "workspace:6.4.3",
"@swisspost/design-system-styles": "workspace:6.4.4",
"body-scroll-lock": "4.0.0-beta.0",
"iframe-resizer": "4.3.7",
"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.4

### Patch Changes

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

## 3.0.3

### 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.3",
"version": "3.0.4",
"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.4.3",
"@swisspost/design-system-styles": "workspace:6.4.4",
"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,13 @@
# @swisspost/design-system-intranet-header

## 5.0.4

### Patch Changes

- Added a descriptive text to the Post logo home link. (by [@b1aserlu](https://github.com/b1aserlu) with [#2101](https://github.com/swisspost/design-system/pull/2101))
- Updated dependencies:
- @swisspost/design-system-styles@6.4.4

## 5.0.3

### 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.3",
"version": "5.0.4",
"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.4.3",
"@swisspost/design-system-styles": "workspace:6.4.4",
"tslib": "2.6.2"
},
"devDependencies": {
"@swisspost/design-system-intranet-header-workspace": "workspace:3.0.3"
"@swisspost/design-system-intranet-header-workspace": "workspace:3.0.4"
}
}
14 changes: 14 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @swisspost/design-system-styles

## 6.4.4

### Patch Changes

- Added official way to use label in a floating-label select as a placeholder. (by [@imagoiq](https://github.com/imagoiq) with [#2200](https://github.com/swisspost/design-system/pull/2200))

- Fixed display of button-group input when using checkbox or radio variant. (by [@imagoiq](https://github.com/imagoiq) with [#2133](https://github.com/swisspost/design-system/pull/2133))

- Fixed offset of radio button when checked and in inline layout. (by [@imagoiq](https://github.com/imagoiq) with [#2065](https://github.com/swisspost/design-system/pull/2065))

- The following placeholders from the `\_text.scss` file are depreacted an will be removed in a future version: `%list-adjustment`, `%module-container`, `%default-module-spacer`, `%text-container`. (by [@b1aserlu](https://github.com/b1aserlu) with [#2171](https://github.com/swisspost/design-system/pull/2171))

- Fixed default icon flashing when using a `post-icon` on alerts. (by [@imagoiq](https://github.com/imagoiq) with [#2244](https://github.com/swisspost/design-system/pull/2244))

## 6.4.3

### 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.4.3",
"version": "6.4.4",
"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 549acb6

Please sign in to comment.