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 31, 2024
1 parent ae00688 commit d9843dc
Show file tree
Hide file tree
Showing 34 changed files with 178 additions and 111 deletions.
6 changes: 0 additions & 6 deletions .changeset/2024-01-28-update-icons.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/afraid-chicken-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-flowers-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-pianos-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-windows-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-eggs-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-ligers-cheat.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/pretty-ligers-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-foxes-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-seals-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-keys-brush.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@6.6.1
- @swisspost/design-system-components@2.0.1
6 changes: 3 additions & 3 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-workspace",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"start": "ng serve --port 9210",
"build": "ng build components",
Expand All @@ -18,8 +18,8 @@
"@angular/platform-browser": "16.2.12",
"@angular/platform-browser-dynamic": "16.2.12",
"@angular/router": "16.2.12",
"@swisspost/design-system-styles": "workspace:6.6.0",
"@swisspost/design-system-components": "workspace:2.0.0",
"@swisspost/design-system-styles": "workspace:6.6.1",
"@swisspost/design-system-components": "workspace:2.0.1",
"rxjs": "7.8.0",
"tslib": "2.3.0",
"zone.js": "0.13.0"
Expand Down
17 changes: 17 additions & 0 deletions packages/components-angular/projects/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @swisspost/design-system-components-angular

## 1.0.0

### Major Changes

- We are introducing the new package `@swisspost/design-system-components-angular` 🥳, which provides a corresponding Angular component for all our web-components. For those working on an Angular app this means:

- Instead of the package `@swisspost/design-system-components`, which provides native web components, the new package can be used.
- The manual creation of Angular wrapper components for our previous web components in every project is no longer necessary.
- Full support of the standard Angular schema. The use of the `CUSTOM_ELEMENTS_SCHEMA` schema is history.
- Component properties, events, etc. can be applied to the components in the usual Angular way. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#2071](https://github.com/swisspost/design-system/pull/2071))

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-components@2.0.1
4 changes: 2 additions & 2 deletions packages/components-angular/projects/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-components-angular",
"version": "0.0.12",
"version": "1.0.0",
"description": "Swiss Post Design System - Angular Wrapper Components",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -23,7 +23,7 @@
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@swisspost/design-system-components": "workspace:2.0.0"
"@swisspost/design-system-components": "workspace:2.0.1"
},
"sideEffects": false
}
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.27

### Patch Changes

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

## 1.0.26

### 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.26",
"version": "1.0.27",
"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:2.0.0"
"@swisspost/design-system-components": "workspace:2.0.1"
},
"devDependencies": {
"@types/node": "18.19.9",
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

## 2.0.1

### Patch Changes

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

## 2.0.0

### Major 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": "2.0.0",
"version": "2.0.1",
"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.3.7",
"@swisspost/design-system-styles": "workspace:6.6.0",
"@swisspost/design-system-styles": "workspace:6.6.1",
"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.2.1

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@6.6.1
- @swisspost/design-system-intranet-header@5.0.8

## 7.2.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": "7.2.0",
"version": "7.2.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": "15.1.2",
"@popperjs/core": "2.11.8",
"@swimlane/ngx-datatable": "20.1.0",
"@swisspost/design-system-intranet-header": "workspace:5.0.7",
"@swisspost/design-system-styles": "workspace:6.6.0",
"@swisspost/design-system-intranet-header": "workspace:5.0.8",
"@swisspost/design-system-styles": "workspace:6.6.1",
"bootstrap": "5.3.2",
"core-js": "3.35.1",
"highlight.js": "11.9.0",
Expand Down
30 changes: 30 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @swisspost/design-system-documentation

## 3.0.0

### Minor Changes

- Added a documentation page for the ng-bootstrap modal component. (by [@alizedebray](https://github.com/alizedebray) with [#2531](https://github.com/swisspost/design-system/pull/2531))

- Added a documentation page for the ng-bootstrap dropdown component. (by [@davidritter-dotcom](https://github.com/davidritter-dotcom) with [#2551](https://github.com/swisspost/design-system/pull/2551))

- Added a getting-started docs page for the new `@swisspost/components-angular` package. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#2071](https://github.com/swisspost/design-system/pull/2071))

### Patch Changes

- Added a documentation page for the ng-bootstrap progressbar component. (by [@imagoiq](https://github.com/imagoiq) with [#2549](https://github.com/swisspost/design-system/pull/2549))

- Added a documentation page for the ng-bootstrap typeahead component. (by [@imagoiq](https://github.com/imagoiq) with [#2547](https://github.com/swisspost/design-system/pull/2547))

- Fixed conflict between autolink anchor links and normal anchor links. (by [@imagoiq](https://github.com/imagoiq) with [#2529](https://github.com/swisspost/design-system/pull/2529))

- Added a documentation page for the ng-bootstrap pagination component. (by [@imagoiq](https://github.com/imagoiq) with [#2549](https://github.com/swisspost/design-system/pull/2549))

- Added a documentation page for the ng-bootstrap timepicker component. (by [@imagoiq](https://github.com/imagoiq) with [#2549](https://github.com/swisspost/design-system/pull/2549))
- Updated dependencies:
- @swisspost/design-system-icons@1.2.0
- @swisspost/design-system-styles@6.6.1
- @swisspost/design-system-components-angular@1.0.0
- @swisspost/design-system-components@2.0.1
- @swisspost/internet-header@1.13.5
- @swisspost/design-system-intranet-header@5.0.8
- @swisspost/design-system-components-react@1.0.27

## 2.8.1

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.8.1",
"version": "3.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:2.0.0",
"@swisspost/design-system-components-react": "workspace:1.0.26",
"@swisspost/design-system-icons": "workspace:1.1.0",
"@swisspost/design-system-styles": "workspace:6.6.0",
"@swisspost/internet-header": "workspace:1.13.4",
"@swisspost/design-system-components": "workspace:2.0.1",
"@swisspost/design-system-components-react": "workspace:1.0.27",
"@swisspost/design-system-icons": "workspace:1.2.0",
"@swisspost/design-system-styles": "workspace:6.6.1",
"@swisspost/internet-header": "workspace:1.13.5",
"bootstrap": "5.3.2"
},
"devDependencies": {
Expand Down Expand Up @@ -71,8 +71,8 @@
"typescript": "5.1.6"
},
"peerDependencies": {
"@swisspost/design-system-components-angular": "workspace:0.0.12",
"@swisspost/design-system-intranet-header": "workspace:5.0.7"
"@swisspost/design-system-components-angular": "workspace:1.0.0",
"@swisspost/design-system-intranet-header": "workspace:5.0.8"
},
"peerDependenciesMeta": {
"@swisspost/design-system-components-angular": {
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.2.0

### Minor Changes

- Added icons number 2572 and 2573. (by [@swisspost-bot](https://github.com/swisspost-bot) with [#2553](https://github.com/swisspost/design-system/pull/2553))

## 1.1.0

### Minor 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.1.0",
"version": "1.2.0",
"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
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.5

### Patch Changes

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

## 1.13.4

### 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.4",
"version": "1.13.5",
"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.6.0",
"@swisspost/design-system-styles": "workspace:6.6.1",
"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.8

### Patch Changes

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

## 3.0.7

### 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.7",
"version": "3.0.8",
"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.6.0",
"@swisspost/design-system-styles": "workspace:6.6.1",
"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.8

### Patch Changes

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

## 5.0.7

### Patch Changes
Expand Down
Loading

0 comments on commit d9843dc

Please sign in to comment.