Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(changesets): 🦋📦 publish packages #2631

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/2024-02-18-update-icons.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/afraid-spies-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/angry-shirts-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-pianos-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-vans-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-pumas-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-geese-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-planets-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-plants-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-planets-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-owls-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-mails-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-pens-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-fishes-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-pets-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-dots-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-avocados-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-readers-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-donuts-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-dolphins-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-dryers-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-trees-return.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@6.6.2
- @swisspost/design-system-components@2.0.2

## 1.0.1

### Patch Changes
Expand Down
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.1",
"version": "1.0.2",
"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.1",
"@swisspost/design-system-components": "workspace:2.0.1",
"@swisspost/design-system-styles": "workspace:6.6.2",
"@swisspost/design-system-components": "workspace:2.0.2",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.3"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swisspost/design-system-components-angular

## 1.0.1

### Patch Changes

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

## 1.0.0

### Major Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-components-angular",
"version": "1.0.0",
"version": "1.0.1",
"description": "Swiss Post Design System - Angular Wrapper Components",
"author": "Swiss Post <oss@post.ch>",
"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.1"
"@swisspost/design-system-components": "workspace:2.0.2"
},
"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.28

### Patch Changes

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

## 1.0.27

### 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.27",
"version": "1.0.28",
"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.1"
"@swisspost/design-system-components": "workspace:2.0.2"
},
"devDependencies": {
"@types/node": "18.19.14",
Expand Down
10 changes: 10 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @swisspost/design-system-components

## 2.0.2

### Patch Changes

- Fixed double lines between accordion items on chrome/safari. (by [@imagoiq](https://github.com/imagoiq) with [#2615](https://github.com/swisspost/design-system/pull/2615))

- Fixed two issues with tooltips and Angular integration. Tooltips are now being displayed on buttons that are added to the DOM asynchronously and tooltip elements are no longer duplicated on route change. (by [@gfellerph](https://github.com/gfellerph) with [#2621](https://github.com/swisspost/design-system/pull/2621))
- Updated dependencies:
- @swisspost/design-system-styles@6.6.2

## 2.0.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": "2.0.1",
"version": "2.0.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 @@
"dependencies": {
"@floating-ui/dom": "1.6.1",
"@oddbird/popover-polyfill": "0.3.7",
"@swisspost/design-system-styles": "workspace:6.6.1",
"@swisspost/design-system-styles": "workspace:6.6.2",
"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.2

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@6.6.2
- @swisspost/design-system-intranet-header@5.0.9

## 7.2.1

### 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.2.1",
"version": "7.2.2",
"description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.",
"author": "Swiss Post <oss@post.ch>",
"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.8",
"@swisspost/design-system-styles": "workspace:6.6.1",
"@swisspost/design-system-intranet-header": "workspace:5.0.9",
"@swisspost/design-system-styles": "workspace:6.6.2",
"bootstrap": "5.3.2",
"core-js": "3.35.1",
"highlight.js": "11.9.0",
Expand Down
34 changes: 34 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @swisspost/design-system-documentation

## 3.1.0

### Minor Changes

- Added contrast ratios agains black & white to color documentation. (by [@b1aserlu](https://github.com/b1aserlu) with [#2376](https://github.com/swisspost/design-system/pull/2376))

- Added override classes to the heading documentation and removed the utitlites/headings, which was previouvly used to document the override classes. (by [@b1aserlu](https://github.com/b1aserlu) with [#2640](https://github.com/swisspost/design-system/pull/2640))

- Added a documentation page for the post spinner component. (by [@imagoiq](https://github.com/imagoiq) with [#2612](https://github.com/swisspost/design-system/pull/2612))

- Migrated documentation for card-button to storybook. (by [@b1aserlu](https://github.com/b1aserlu) with [#2619](https://github.com/swisspost/design-system/pull/2619))

### Patch Changes

- Fixed missing archive links in migrated page. (by [@imagoiq](https://github.com/imagoiq) with [#2663](https://github.com/swisspost/design-system/pull/2663))

- Removed empty pages. (by [@imagoiq](https://github.com/imagoiq) with [#2666](https://github.com/swisspost/design-system/pull/2666))

- Documented `post-accordion-item` properties on Accordion page. (by [@imagoiq](https://github.com/imagoiq) with [#2630](https://github.com/swisspost/design-system/pull/2630))

- Removed input type color variant as it is not compatible with the current input styles. (by [@imagoiq](https://github.com/imagoiq) with [#2628](https://github.com/swisspost/design-system/pull/2628))

- Documented collapseChange event from post-accordion-item on post-accordion. (by [@imagoiq](https://github.com/imagoiq) with [#2620](https://github.com/swisspost/design-system/pull/2620))

- Improved rendering of the home page for high-contrast mode. (by [@imagoiq](https://github.com/imagoiq) with [#2653](https://github.com/swisspost/design-system/pull/2653))
- Updated dependencies:
- @swisspost/design-system-icons@1.3.0
- @swisspost/design-system-styles@6.6.2
- @swisspost/internet-header@1.13.6
- @swisspost/design-system-components@2.0.2
- @swisspost/design-system-intranet-header@5.0.9
- @swisspost/design-system-components-angular@1.0.1
- @swisspost/design-system-components-react@1.0.28

## 3.0.0

### Minor 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": "3.0.0",
"version": "3.1.0",
"description": "Swiss Post Design System Documentation.",
"author": "Swiss Post <oss@post.ch>",
"license": "Apache-2.0",
Expand All @@ -26,11 +26,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.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",
"@swisspost/design-system-components": "workspace:2.0.2",
"@swisspost/design-system-components-react": "workspace:1.0.28",
"@swisspost/design-system-icons": "workspace:1.3.0",
"@swisspost/design-system-styles": "workspace:6.6.2",
"@swisspost/internet-header": "workspace:1.13.6",
"bootstrap": "5.3.2"
},
"devDependencies": {
Expand Down Expand Up @@ -72,8 +72,8 @@
"typescript": "5.1.6"
},
"peerDependencies": {
"@swisspost/design-system-components-angular": "workspace:1.0.0",
"@swisspost/design-system-intranet-header": "workspace:5.0.8"
"@swisspost/design-system-components-angular": "workspace:1.0.1",
"@swisspost/design-system-intranet-header": "workspace:5.0.9"
},
"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.3.0

### Minor Changes

- Added icon number 2575. (by [@swisspost-bot](https://github.com/swisspost-bot) with [#2677](https://github.com/swisspost/design-system/pull/2677))

## 1.2.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.2.0",
"version": "1.3.0",
"description": "A collection of Swiss Post icons intended for use with the Design System.",
"author": "Swiss Post <oss@post.ch>",
"license": "Apache-2.0",
Expand Down
Loading
Loading