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

Merged
merged 1 commit into from
Jan 24, 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
7 changes: 0 additions & 7 deletions .changeset/2024-01-14-update-icons.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/angry-islands-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/blue-bottles-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-dodos-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-dragons-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-olives-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-ghosts-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-rules-dream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/flat-parents-refuse.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gorgeous-ties-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-singers-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-grapes-greet.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/many-seals-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-items-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-lamps-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-hounds-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-frogs-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-coins-hammer.md

This file was deleted.

27 changes: 0 additions & 27 deletions .changeset/swift-humans-kneel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/swift-tips-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-garlics-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-parrots-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-ways-leave.md

This file was deleted.

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

### Patch Changes

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

## 1.0.25

### 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.25",
"version": "1.0.26",
"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.7.1"
"@swisspost/design-system-components": "workspace:2.0.0"
},
"devDependencies": {
"@types/node": "18.19.7",
Expand Down
38 changes: 38 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @swisspost/design-system-components

## 2.0.0

### Major Changes

- Restricted `post-collapsible` to collapse behaviour only. The component remains unchanged when used with external controls, however, it no longer has a `header` slot.

Before:

```html
<post-collapsible collapsed="" headingLevel="6">
<span slot="header">Titulum</span>
<p>Contentus momentus vero siteos et accusam iretea et justo.</p>
</post-collapsible>
```

After:

```html
<post-accordion-item collapsed="" headingLevel="6">
<span slot="header">Titulum</span>
<p>Contentus momentus vero siteos et accusam iretea et justo.</p>
</post-accordion-item>
```

To get the same look and feel as in the previous version, use the `post-accordion-item` component instead. (by [@alizedebray](https://github.com/alizedebray) with [#2379](https://github.com/swisspost/design-system/pull/2379))

### Minor Changes

- Updated the tooltip `min-height` and `max-width` and added a new property arrow to the tooltip, that defines wheter or not the pointer arrow is displayed. (by [@b1aserlu](https://github.com/b1aserlu) with [#2394](https://github.com/swisspost/design-system/pull/2394))

### Patch Changes

- Update the background color of accordion to be white on any background color other than white. The accordion background remains gray on white backgrounds. (by [@alizedebray](https://github.com/alizedebray) with [#2379](https://github.com/swisspost/design-system/pull/2379))

- Added a payload to the `collapseChange` event of the `post-collapsible` component. This payload is a boolean: `true` if the collapsible was opened, `false` if it was closed. (by [@alizedebray](https://github.com/alizedebray) with [#2379](https://github.com/swisspost/design-system/pull/2379))
- Updated dependencies:
- @swisspost/[email protected]

## 1.7.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": "1.7.1",
"version": "2.0.0",
"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.2.3",
"@swisspost/design-system-styles": "workspace:6.5.1",
"@swisspost/design-system-styles": "workspace:6.6.0",
"ally.js": "1.4.1",
"long-press-event": "2.4.6"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @swisspost/design-system-demo

## 7.2.0

### Minor Changes

- Added internationalization guidelines for the following ng-bootstrap components: alert, carousel, datepicker, pagination, and timepicker. (by [@alizedebray](https://github.com/alizedebray) with [#2517](https://github.com/swisspost/design-system/pull/2517))

### Patch Changes

- Updated copyright year to 2024 in the footer of all documentation. (by [@imagoiq](https://github.com/imagoiq) with [#2491](https://github.com/swisspost/design-system/pull/2491))

- Fixed links to new icons documentation. (by [@imagoiq](https://github.com/imagoiq) with [#2402](https://github.com/swisspost/design-system/pull/2402))
- Updated dependencies:
- @swisspost/[email protected]
- @swisspost/[email protected]

## 7.1.2

### 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.1.2",
"version": "7.2.0",
"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.6",
"@swisspost/design-system-styles": "workspace:6.5.1",
"@swisspost/design-system-intranet-header": "workspace:5.0.7",
"@swisspost/design-system-styles": "workspace:6.6.0",
"bootstrap": "5.3.2",
"core-js": "3.35.0",
"highlight.js": "11.9.0",
Expand Down
60 changes: 60 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,65 @@
# @swisspost/design-system-documentation

## 2.8.0

### Minor Changes

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

- Added a deprecation message to the badge documentation. (by [@b1aserlu](https://github.com/b1aserlu) with [#2410](https://github.com/swisspost/design-system/pull/2410))

- Updated the tooltip `min-height` and `max-width` and added a new property arrow to the tooltip, that defines wheter or not the pointer arrow is displayed. (by [@b1aserlu](https://github.com/b1aserlu) with [#2394](https://github.com/swisspost/design-system/pull/2394))

### Patch Changes

- Cleaned icon component controls from duplicate and null values. (by [@imagoiq](https://github.com/imagoiq) with [#2501](https://github.com/swisspost/design-system/pull/2501))

- Documented the form patterns and added a usage sample to align buttons together in the button component page. (by [@imagoiq](https://github.com/imagoiq) with [#2463](https://github.com/swisspost/design-system/pull/2463))

- Created a `post-accordion-item` to use as children for the `post-accordion` component. It replaces the `post-collapsible` component. (by [@alizedebray](https://github.com/alizedebray) with [#2466](https://github.com/swisspost/design-system/pull/2466))

- Added autolink to headings to be able to copy anchor link more easily from the documentation. (by [@imagoiq](https://github.com/imagoiq) with [#2467](https://github.com/swisspost/design-system/pull/2467))

- Updated copyright year to 2024 in the footer of all documentation. (by [@imagoiq](https://github.com/imagoiq) with [#2491](https://github.com/swisspost/design-system/pull/2491))

- Convert LinkTo element to regular links to fix location issue. (by [@imagoiq](https://github.com/imagoiq) with [#2496](https://github.com/swisspost/design-system/pull/2496))

- Removed intranet-header nesting in sidebar. (by [@imagoiq](https://github.com/imagoiq) with [#2492](https://github.com/swisspost/design-system/pull/2492))

- Added additional information for setting up projects with content security policies that are using the `<post-icon>` component. (by [@b1aserlu](https://github.com/b1aserlu) with [#2406](https://github.com/swisspost/design-system/pull/2406))

- Restricted `post-collapsible` to collapse behaviour only. The component remains unchanged when used with external controls, however, it no longer has a `header` slot.

Before:

```html
<post-collapsible collapsed="" headingLevel="6">
<span slot="header">Titulum</span>
<p>Contentus momentus vero siteos et accusam iretea et justo.</p>
</post-collapsible>
```

After:

```html
<post-accordion-item collapsed="" headingLevel="6">
<span slot="header">Titulum</span>
<p>Contentus momentus vero siteos et accusam iretea et justo.</p>
</post-accordion-item>
```

To get the same look and feel as in the previous version, use the `post-accordion-item` component instead. (by [@alizedebray](https://github.com/alizedebray) with [#2379](https://github.com/swisspost/design-system/pull/2379))

- Fixed vertical rythmn which was not applied to content inside tab like Alert component. (by [@imagoiq](https://github.com/imagoiq) with [#2497](https://github.com/swisspost/design-system/pull/2497))

- Disable floating label when input is type color. (by [@imagoiq](https://github.com/imagoiq) with [#2457](https://github.com/swisspost/design-system/pull/2457))
- Updated dependencies:
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]

## 2.7.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.7.1",
"version": "2.8.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.7.1",
"@swisspost/design-system-components-react": "workspace:1.0.25",
"@swisspost/design-system-icons": "workspace:1.0.17",
"@swisspost/design-system-styles": "workspace:6.5.1",
"@swisspost/internet-header": "workspace:1.13.2",
"@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.3",
"bootstrap": "5.3.2"
},
"devDependencies": {
Expand Down
Loading
Loading