Skip to content

Commit

Permalink
Merge branch 'main' into 1469-add-the-radio-button-card-component
Browse files Browse the repository at this point in the history
  • Loading branch information
gfellerph authored Jul 31, 2023
2 parents 27123db + 555f8bb commit c5a6217
Show file tree
Hide file tree
Showing 28 changed files with 172 additions and 122 deletions.
6 changes: 0 additions & 6 deletions .changeset/2023-07-23-update-icons.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-mails-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-cherries-admire.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/long-geckos-clap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nice-walls-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-chicken-wave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rude-pears-trade.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/components-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swisspost/design-system-components-angular

## 2.0.8

### Patch Changes

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

## 2.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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",
"version": "2.0.7",
"version": "2.0.8",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand All @@ -21,7 +21,7 @@
"@angular/router": "15.2.9",
"@ng-bootstrap/ng-bootstrap": "14.2.0",
"@popperjs/core": "2.11.8",
"@swisspost/design-system-styles": "workspace:6.2.5",
"@swisspost/design-system-styles": "workspace:6.2.6",
"rxjs": "7.8.1",
"tslib": "2.6.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

## 4.0.8

### Patch Changes

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

## 4.0.7

### 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": "4.0.7",
"version": "4.0.8",
"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.2.5",
"@swisspost/design-system-styles": "workspace:6.2.6",
"tslib": "2.6.1"
},
"devDependencies": {
"@swisspost/design-system-components-angular": "workspace:2.0.7"
"@swisspost/design-system-components-angular": "workspace:2.0.8"
}
}
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.15

### Patch Changes

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

## 1.0.14

### 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.14",
"version": "1.0.15",
"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.3.8"
"@swisspost/design-system-components": "workspace:1.3.9"
},
"devDependencies": {
"@types/node": "18.17.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swisspost/design-system-components

## 1.3.9

### Patch Changes

- Fixed broken and outdated output structure of stencil build. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#1611](https://github.com/swisspost/design-system/pull/1611))
- Updated dependencies:
- @swisspost/design-system-styles@6.2.6

## 1.3.8

### 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.3.8",
"version": "1.3.9",
"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 @@ -38,7 +38,7 @@
},
"dependencies": {
"@stencil/core": "3.4.2",
"@swisspost/design-system-styles": "workspace:6.2.5"
"@swisspost/design-system-styles": "workspace:6.2.6"
},
"devDependencies": {
"@percy/cli": "1.26.2",
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

## 6.0.8

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@6.2.6
- @swisspost/design-system-intranet-header@4.0.8

## 6.0.7

### 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": "6.0.7",
"version": "6.0.8",
"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": "14.2.0",
"@popperjs/core": "2.11.8",
"@swimlane/ngx-datatable": "20.1.0",
"@swisspost/design-system-intranet-header": "workspace:4.0.7",
"@swisspost/design-system-styles": "workspace:6.2.5",
"@swisspost/design-system-intranet-header": "workspace:4.0.8",
"@swisspost/design-system-styles": "workspace:6.2.6",
"bootstrap": "5.3.1",
"core-js": "3.31.1",
"highlight.js": "11.8.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/documentation-v7/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @swisspost/design-system-documentation-v7

## 1.1.0

### Minor Changes

- Created a storybook v7 package, set up with vite and lit. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#1613](https://github.com/swisspost/design-system/pull/1613))

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-icons@1.0.9
- @swisspost/internet-header@1.8.2
- @swisspost/design-system-styles@6.2.6
- @swisspost/design-system-components@1.3.9
- @swisspost/design-system-components-react@1.0.15

## 1.11.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/documentation-v7/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-documentation-v7",
"version": "1.0.0",
"version": "1.1.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.3.8",
"@swisspost/design-system-components-react": "workspace:1.0.14",
"@swisspost/design-system-icons": "workspace:1.0.8",
"@swisspost/design-system-styles": "workspace:6.2.5",
"@swisspost/internet-header": "workspace:1.8.1",
"@swisspost/design-system-components": "workspace:1.3.9",
"@swisspost/design-system-components-react": "workspace:1.0.15",
"@swisspost/design-system-icons": "workspace:1.0.9",
"@swisspost/design-system-styles": "workspace:6.2.6",
"@swisspost/internet-header": "workspace:1.8.2",
"bootstrap": "5.3.1"
},
"devDependencies": {
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

## 1.11.2

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-icons@1.0.9
- @swisspost/internet-header@1.8.2
- @swisspost/design-system-styles@6.2.6
- @swisspost/design-system-components@1.3.9
- @swisspost/design-system-components-react@1.0.15

## 1.11.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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": "1.11.1",
"version": "1.11.2",
"description": "Swiss Post Design System Documentation.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -23,11 +23,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.3.8",
"@swisspost/design-system-components-react": "workspace:1.0.14",
"@swisspost/design-system-icons": "workspace:1.0.8",
"@swisspost/design-system-styles": "workspace:6.2.5",
"@swisspost/internet-header": "workspace:1.8.1",
"@swisspost/design-system-components": "workspace:1.3.9",
"@swisspost/design-system-components-react": "workspace:1.0.15",
"@swisspost/design-system-icons": "workspace:1.0.9",
"@swisspost/design-system-styles": "workspace:6.2.6",
"@swisspost/internet-header": "workspace:1.8.2",
"html-react-parser": "4.2.0",
"prettier": "2.8.8",
"react": "18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swisspost/design-system-icons

## 1.0.9

### Patch Changes

- Added icons number 2543.Updated icons number 1021, 1022, 1023 and 1024. (by [@swisspost-bot](https://github.com/swisspost-bot) with [#1652](https://github.com/swisspost/design-system/pull/1652))

## 1.0.8

### Patch 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": "1.0.8",
"version": "1.0.9",
"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
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.8.2

### Patch Changes

- Fixed an issue with uppercase environment strings. Uppercase environment strings caused issues with mapping to datasets throughout the header. Now the property is being converted to lowercase internally. (by [@gfellerph](https://github.com/gfellerph) with [#1670](https://github.com/swisspost/design-system/pull/1670))

- Fixed an issue with the search redirect to track and trace. The track and trace API `ok` response type changed from boolean to string. The new type is now supported in the redirect logic. (by [@gfellerph](https://github.com/gfellerph) with [#1674](https://github.com/swisspost/design-system/pull/1674))

- Fixed broken and outdated output structure of stencil build. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#1611](https://github.com/swisspost/design-system/pull/1611))
- Updated dependencies:
- @swisspost/design-system-styles@6.2.6

## 1.8.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.8.1",
"version": "1.8.2",
"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": "3.4.2",
"@stencil/store": "2.0.9",
"@swisspost/design-system-styles": "workspace:6.2.5",
"@swisspost/design-system-styles": "workspace:6.2.6",
"body-scroll-lock": "4.0.0-beta.0",
"iframe-resizer": "4.3.6",
"jquery": "3.7.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @swisspost/design-system-styles

## 6.2.6

### Patch Changes

- Updated button styles:
- Reduced horizontal padding of tertiary buttons.
- Updated font-size progression according to button size.
- Changed transparent color to full-tone colors.
- Updated the font-color and border-color of secondary and tertiary buttons. (by [@imagoiq](https://github.com/imagoiq) with [#1635](https://github.com/swisspost/design-system/pull/1635))

## 6.2.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2.5",
"version": "6.2.6",
"description": "Design System Styles for the Swiss Post web platform.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@angular/compiler": "=15.0.4",
"@percy/cli": "1.26.2",
"@percy/cypress": "3.1.2",
"@swisspost/design-system-icons": "workspace:1.0.8",
"@swisspost/design-system-icons": "workspace:1.0.9",
"@types/node": "18.17.1",
"autoprefixer": "10.4.14",
"copyfiles": "2.4.1",
Expand Down
Loading

0 comments on commit c5a6217

Please sign in to comment.