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 Aug 22, 2023
1 parent 3aaaee0 commit 583dc92
Show file tree
Hide file tree
Showing 25 changed files with 127 additions and 72 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-swans-begin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/honest-singers-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-pumpkins-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-parrots-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-toes-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-shoes-brake.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.10

### Patch Changes

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

## 2.0.9

### 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.9",
"version": "2.0.10",
"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.3.0",
"@swisspost/design-system-styles": "workspace:6.4.0",
"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.10

### Patch Changes

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

## 4.0.9

### 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.9",
"version": "4.0.10",
"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.3.0",
"@swisspost/design-system-styles": "workspace:6.4.0",
"tslib": "2.6.1"
},
"devDependencies": {
"@swisspost/design-system-components-angular": "workspace:2.0.9"
"@swisspost/design-system-components-angular": "workspace:2.0.10"
}
}
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.17

### Patch Changes

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

## 1.0.16

### 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.16",
"version": "1.0.17",
"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.10"
"@swisspost/design-system-components": "workspace:1.3.11"
},
"devDependencies": {
"@types/node": "18.17.5",
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.3.11

### Patch Changes

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

## 1.3.10

### 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.10",
"version": "1.3.11",
"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.3.0"
"@swisspost/design-system-styles": "workspace:6.4.0"
},
"devDependencies": {
"@percy/cli": "1.26.3",
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

## 6.1.1

### Patch Changes

- Deprecated the `.pi-calendar` class in favor of the `.pi-3203` class to display the calendar icon in the datepicker. (by [@alizedebray](https://github.com/alizedebray) with [#1806](https://github.com/swisspost/design-system/pull/1806))
- Updated dependencies:
- @swisspost/design-system-styles@6.4.0
- @swisspost/design-system-intranet-header@4.0.10

## 6.1.0

### Minor 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.1.0",
"version": "6.1.1",
"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.9",
"@swisspost/design-system-styles": "workspace:6.3.0",
"@swisspost/design-system-intranet-header": "workspace:4.0.10",
"@swisspost/design-system-styles": "workspace:6.4.0",
"bootstrap": "5.3.1",
"core-js": "3.32.0",
"highlight.js": "11.8.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/documentation-v6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @swisspost/design-system-documentation

## 1.12.1

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@6.4.0
- @swisspost/design-system-components@1.3.11
- @swisspost/internet-header@1.9.1
- @swisspost/design-system-components-react@1.0.17

## 1.12.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/documentation-v6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-documentation-v6",
"version": "1.12.0",
"version": "1.12.1",
"description": "Swiss Post Design System Documentation.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -20,11 +20,11 @@
"build": "build-storybook --quiet"
},
"dependencies": {
"@swisspost/design-system-components": "workspace:1.3.10",
"@swisspost/design-system-components-react": "workspace:1.0.16",
"@swisspost/design-system-components": "workspace:1.3.11",
"@swisspost/design-system-components-react": "workspace:1.0.17",
"@swisspost/design-system-icons": "workspace:1.0.10",
"@swisspost/design-system-styles": "workspace:6.3.0",
"@swisspost/internet-header": "workspace:1.9.0",
"@swisspost/design-system-styles": "workspace:6.4.0",
"@swisspost/internet-header": "workspace:1.9.1",
"html-react-parser": "4.2.1",
"prettier": "2.8.8",
"react": "18.2.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @swisspost/design-system-documentation

## 2.0.0

### Major Changes

- Updated storybook to version 7 and switched display mode to show documentation pages only (playgrounds are hidden) (by [@gfellerph](https://github.com/gfellerph) with [#1833](https://github.com/swisspost/design-system/pull/1833))

### Minor Changes

- Added the checkbox and radio-button card pattern. These two components are now available in the styles package (by [@gfellerph](https://github.com/gfellerph) with [#1607](https://github.com/swisspost/design-system/pull/1607))

- Added a foundation breakpoints docs page. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#1781](https://github.com/swisspost/design-system/pull/1781))

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@6.4.0
- @swisspost/design-system-components@1.3.11
- @swisspost/internet-header@1.9.1
- @swisspost/design-system-components-react@1.0.17

## 1.12.0

### Minor 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": "1.12.0",
"version": "2.0.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.10",
"@swisspost/design-system-components-react": "workspace:1.0.16",
"@swisspost/design-system-components": "workspace:1.3.11",
"@swisspost/design-system-components-react": "workspace:1.0.17",
"@swisspost/design-system-icons": "workspace:1.0.10",
"@swisspost/design-system-styles": "workspace:6.3.0",
"@swisspost/internet-header": "workspace:1.9.0",
"@swisspost/design-system-styles": "workspace:6.4.0",
"@swisspost/internet-header": "workspace:1.9.1",
"bootstrap": "5.3.1"
},
"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.9.1

### Patch Changes

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

## 1.9.0

### Minor 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.9.0",
"version": "1.9.1",
"description": "The header for client facing applications.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@stencil/core": "3.4.2",
"@stencil/store": "2.0.9",
"@swisspost/design-system-styles": "workspace:6.3.0",
"@swisspost/design-system-styles": "workspace:6.4.0",
"body-scroll-lock": "4.0.0-beta.0",
"iframe-resizer": "4.3.6",
"jquery": "3.7.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @swisspost/design-system-styles

## 6.4.0

### Minor Changes

- Added the checkbox and radio-button card pattern. These two components are now available in the styles package (by [@gfellerph](https://github.com/gfellerph) with [#1607](https://github.com/swisspost/design-system/pull/1607))

### Patch Changes

- Deprecated sizes "regular" and "medium" for text inputs, textareas and select boxes. Future major versions of the Design System will only support the sizes "small" and "large". This change will make it easier to decide what variant to use where: small for internal applications, large for customer facing external applications. (by [@gfellerph](https://github.com/gfellerph) with [#1837](https://github.com/swisspost/design-system/pull/1837))

- Fixed the `.pi-calendar` class not showing an icon in the datepicker. (by [@alizedebray](https://github.com/alizedebray) with [#1806](https://github.com/swisspost/design-system/pull/1806))

## 6.3.0

### Minor 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.3.0",
"version": "6.4.0",
"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 583dc92

Please sign in to comment.