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 17, 2023
1 parent 5218715 commit 132bc9c
Show file tree
Hide file tree
Showing 22 changed files with 115 additions and 56 deletions.
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.

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.3.1

## 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.3.1",
"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.3.1

## 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.3.1",
"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.3.1

## 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.3.1"
},
"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.3.1
- @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.3.1",
"bootstrap": "5.3.1",
"core-js": "3.32.0",
"highlight.js": "11.8.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/documentation-v7/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @swisspost/design-system-documentation-v7

## 1.1.3

### Patch Changes

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

## 1.1.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.1.2",
"version": "1.1.3",
"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.3.1",
"@swisspost/internet-header": "workspace:1.9.1",
"bootstrap": "5.3.1"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @swisspost/design-system-documentation

## 1.13.0

### Minor Changes

- 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.3.1
- @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": "1.13.0",
"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.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.3.1",
"@swisspost/internet-header": "workspace:1.9.1",
"html-react-parser": "4.2.1",
"prettier": "2.8.8",
"react": "18.2.0",
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.3.1

## 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.3.1",
"body-scroll-lock": "4.0.0-beta.0",
"iframe-resizer": "4.3.6",
"jquery": "3.7.0",
Expand Down
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.3.1

### Patch Changes

- 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.3.1",
"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 132bc9c

Please sign in to comment.