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 #3103

Merged
merged 1 commit into from
May 23, 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-04-28-update-icons.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/2024-05-12-update-icons.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/angry-tools-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-files-judge.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/large-pets-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-pandas-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-crews-impress.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nervous-experts-change.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pink-vans-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-bugs-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-weeks-grab.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-owls-cry.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/sixty-dancers-ring.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/slow-singers-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-rats-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-countries-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-hornets-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-mails-flow.md

This file was deleted.

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

## 1.1.1

### Patch Changes

- Merged the card-control, checkbox-card and radio button card docs pages and updated the choice-card-control styles. (by [@alizedebray](https://github.com/alizedebray) with [#3104](https://github.com/swisspost/design-system/pull/3104))

- Fixed high-contrast-mode for card-control component. (by [@alizedebray](https://github.com/alizedebray) with [#3104](https://github.com/swisspost/design-system/pull/3104))
- Updated dependencies:
- @swisspost/[email protected]
- @swisspost/[email protected]

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"scripts": {
"start": "ng serve --port 9210",
"build": "ng build components",
Expand All @@ -18,8 +18,8 @@
"@angular/platform-browser": "17.3.8",
"@angular/platform-browser-dynamic": "17.3.8",
"@angular/router": "17.3.8",
"@swisspost/design-system-components": "workspace:7.0.0",
"@swisspost/design-system-styles": "workspace:7.0.0",
"@swisspost/design-system-components": "workspace:7.1.0",
"@swisspost/design-system-styles": "workspace:7.1.0",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.5"
Expand Down
10 changes: 10 additions & 0 deletions packages/components-angular/projects/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @swisspost/design-system-components-angular

## 7.1.0

### Minor Changes

- Added a `heading-level` property on the `post-accordion` component to set the heading level of all `post-accordion-item` children at once. (by [@alizedebray](https://github.com/alizedebray) with [#3104](https://github.com/swisspost/design-system/pull/3104))

### Patch Changes

- Fixed broken value-accessors for post-card-control. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3101](https://github.com/swisspost/design-system/pull/3101))

## 7.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": "7.0.0",
"version": "7.1.0",
"description": "Swiss Post Design System - Angular Wrapper Components",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -21,7 +21,7 @@
"tslib": "2.6.2"
},
"devDependencies": {
"@swisspost/design-system-components": "workspace:7.0.0"
"@swisspost/design-system-components": "workspace:7.1.0"
},
"peerDependencies": {
"@angular/common": "^16.0.0 || ^17.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @swisspost/design-system-components-react

## 7.1.0

### Minor Changes

- Added a `heading-level` property on the `post-accordion` component to set the heading level of all `post-accordion-item` children at once. (by [@alizedebray](https://github.com/alizedebray) with [#3104](https://github.com/swisspost/design-system/pull/3104))

### Patch Changes

- Updated dependencies:
- @swisspost/[email protected]

## 7.0.0

### Major 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": "7.0.0",
"version": "7.1.0",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@swisspost/design-system-components": "workspace:7.0.0"
"@swisspost/design-system-components": "workspace:7.1.0"
},
"devDependencies": {
"@types/node": "20.12.7",
Expand Down
18 changes: 18 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @swisspost/design-system-components

## 7.1.0

### Minor Changes

- Added a `heading-level` property on the `post-accordion` component to set the heading level of all `post-accordion-item` children at once. (by [@alizedebray](https://github.com/alizedebray) with [#3104](https://github.com/swisspost/design-system/pull/3104))

### Patch Changes

- Fixed grid-area behaviour in card-control component, if used without any icon. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3099](https://github.com/swisspost/design-system/pull/3099))

- Merged the card-control, checkbox-card and radio button card docs pages and updated the choice-card-control styles. (by [@alizedebray](https://github.com/alizedebray) with [#3104](https://github.com/swisspost/design-system/pull/3104))

- Fixed high-contrast-mode for card-control component. (by [@alizedebray](https://github.com/alizedebray) with [#3104](https://github.com/swisspost/design-system/pull/3104))

- Fixed the `post-accordion-item` chevron no longer rotating. (by [@alizedebray](https://github.com/alizedebray) with [#3104](https://github.com/swisspost/design-system/pull/3104))
- Updated dependencies:
- @swisspost/[email protected]

## 7.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": "7.0.0",
"version": "7.1.0",
"description": "A collection of web components built with Stencil JS for the Swiss Post Design System.",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@floating-ui/dom": "1.6.5",
"@oddbird/popover-polyfill": "0.3.7",
"@swisspost/design-system-styles": "workspace:7.0.0",
"@swisspost/design-system-styles": "workspace:7.1.0",
"ally.js": "1.4.1",
"long-press-event": "2.5.0"
},
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

## 7.3.1

### Patch Changes

- Updated dependencies:
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]

## 7.3.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.3.0",
"version": "7.3.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,9 +25,9 @@
"@ng-bootstrap/ng-bootstrap": "16.0.0",
"@popperjs/core": "2.11.8",
"@swimlane/ngx-datatable": "20.1.0",
"@swisspost/design-system-intranet-header": "workspace:7.0.0",
"@swisspost/design-system-migrations": "workspace:7.0.0",
"@swisspost/design-system-styles": "workspace:7.0.0",
"@swisspost/design-system-intranet-header": "workspace:7.1.0",
"@swisspost/design-system-migrations": "workspace:7.1.0",
"@swisspost/design-system-styles": "workspace:7.1.0",
"bootstrap": "5.3.3",
"core-js": "3.37.0",
"highlight.js": "11.9.0",
Expand Down
26 changes: 26 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @swisspost/design-system-documentation

## 5.1.0

### Minor Changes

- Added documentation for the CSS-only stepper and deprecated the stepper based on ng-bootstrap progress bar. (by [@alizedebray](https://github.com/alizedebray) with [#3092](https://github.com/swisspost/design-system/pull/3092))

- Added the option for a Button animation to the left. (by [@alizedebray](https://github.com/alizedebray) with [#3104](https://github.com/swisspost/design-system/pull/3104))

### Patch Changes

- Updated storybook version to 8 (by [@alizedebray](https://github.com/alizedebray) with [#3104](https://github.com/swisspost/design-system/pull/3104))

- Updated the post-accordion documentation: explicitly set the `collapsed` property to `true`, simplified `collapsed` property usage examples, and corrected misnamed `close-others` property to `multiple`. (by [@alizedebray](https://github.com/alizedebray) with [#3104](https://github.com/swisspost/design-system/pull/3104))

- Merged the card-control, checkbox-card and radio button card docs pages and updated the choice-card-control styles. (by [@alizedebray](https://github.com/alizedebray) with [#3104](https://github.com/swisspost/design-system/pull/3104))

- Fixed high-contrast-mode for card-control component. (by [@alizedebray](https://github.com/alizedebray) with [#3104](https://github.com/swisspost/design-system/pull/3104))

- Fixed the product card border missing in the documentation page. (by [@alizedebray](https://github.com/alizedebray) with [#3104](https://github.com/swisspost/design-system/pull/3104))
- Updated dependencies:
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]

## 5.0.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": "5.0.1",
"version": "5.1.0",
"description": "Swiss Post Design System Documentation.",
"author": "Swiss Post <[email protected]>",
"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:7.0.0",
"@swisspost/design-system-components-react": "workspace:7.0.0",
"@swisspost/design-system-icons": "workspace:7.0.0",
"@swisspost/design-system-styles": "workspace:7.0.0",
"@swisspost/internet-header": "workspace:1.13.9",
"@swisspost/design-system-components": "workspace:7.1.0",
"@swisspost/design-system-components-react": "workspace:7.1.0",
"@swisspost/design-system-icons": "workspace:7.1.0",
"@swisspost/design-system-styles": "workspace:7.1.0",
"@swisspost/internet-header": "workspace:1.13.10",
"bootstrap": "5.3.3"
},
"devDependencies": {
Expand All @@ -55,8 +55,8 @@
"@storybook/types": "8.0.10",
"@storybook/web-components": "8.0.10",
"@storybook/web-components-vite": "8.0.10",
"@swisspost/design-system-components-angular": "workspace:7.0.0",
"@swisspost/design-system-intranet-header": "workspace:7.0.0",
"@swisspost/design-system-components-angular": "workspace:7.1.0",
"@swisspost/design-system-intranet-header": "workspace:7.1.0",
"@types/css-modules": "1.0.5",
"@types/mdx": "2.0.13",
"@types/react": "18.3.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swisspost/design-system-icons

## 7.1.0

### Minor Changes

- Added icon number 2585. (by [@alizedebray](https://github.com/alizedebray) with [#3104](https://github.com/swisspost/design-system/pull/3104))

- Added icons number 2586, 2587 and 2588. (by [@alizedebray](https://github.com/alizedebray) with [#3104](https://github.com/swisspost/design-system/pull/3104))

## 7.0.0

### Major 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": "7.0.0",
"version": "7.1.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
Loading
Loading