Skip to content

Commit

Permalink
chore(changesets): 🦋📦 publish packages (#2050)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @swisspost/[email protected]

### Minor Changes

- Added a new button to clear the text in the search box. (by
[@b1aserlu](https://github.com/b1aserlu) with
[#2036](#2036))

### Patch Changes

- Added hide-buttons prop to hide all breadcrumbs buttons. (by
[@imagoiq](https://github.com/imagoiq) with
[#2027](#2027))

- Fixed internet-header search focus truncated on focus-within. (by
[@imagoiq](https://github.com/imagoiq) with
[#2043](#2043))

- Compressed styles output. (by [@imagoiq](https://github.com/imagoiq)
with [#2098](#2098))

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

## @swisspost/[email protected]

### Patch Changes

- Fixed misplaced custom icons in “post-alert” elements with actions.
(by [@alizedebray](https://github.com/alizedebray) with
[#2094](#2094))

- Updated the keyboard navigation on the `post-tabs` component. (by
[@alizedebray](https://github.com/alizedebray) with
[#2093](#2093))

- Fixed tabs count announcement with VoiceOver. (by
[@imagoiq](https://github.com/imagoiq) with
[#2047](#2047))

- Compressed styles output. (by [@imagoiq](https://github.com/imagoiq)
with [#2098](#2098))

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

## @swisspost/[email protected]

### Patch Changes

- Changed the main title of the intranet-header from `<h2>` to `<h1>`.
(by [@b1aserlu](https://github.com/b1aserlu) with
[#2104](#2104))
-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

- Refactored the grid-system: adjusted container paddings, added
responsive gutter-widths. Updated grid docs. (by
[@oliverschuerch](https://github.com/oliverschuerch) with
[#2045](#2045))

- Added small variants for checkbox and radio buttons. Lowered font-size
of validation blocks for form elements. (by
[@imagoiq](https://github.com/imagoiq) with
[#2086](#2086))

- Fixed missing active tab border on HTML component. (by
[@imagoiq](https://github.com/imagoiq) with
[#2037](#2037))

- Fixed active switch control showing a check icon in Chrome. (by
[@alizedebray](https://github.com/alizedebray) with
[#2090](#2090))

## @swisspost/[email protected]

### Minor Changes

- Added a docs page for our spacing utilities (by
[@davidritter-dotcom](https://github.com/davidritter-dotcom) with
[#1988](#1988))

- Added a docs page for our grid-system. (by
[@oliverschuerch](https://github.com/oliverschuerch) with
[#1947](#1947))

### Patch Changes

- Refactored the grid-system: adjusted container paddings, added
responsive gutter-widths. Updated grid docs. (by
[@oliverschuerch](https://github.com/oliverschuerch) with
[#2045](#2045))

- Fixed the "fixed" control in the `post-alert` documentation. (by
[@alizedebray](https://github.com/alizedebray) with
[#2094](#2094))

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

## @swisspost/[email protected]

### Patch Changes

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

## @swisspost/[email protected]

### Patch Changes

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

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]
  • Loading branch information
github-actions[bot] authored Oct 24, 2023
1 parent c620198 commit 689bebe
Show file tree
Hide file tree
Showing 32 changed files with 256 additions and 172 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-elephants-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-tools-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-insects-complain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/four-forks-hammer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/four-gifts-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-forks-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-items-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-impalas-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-phones-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-bears-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-bugs-appear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-hotels-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-hornets-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-fireants-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-cycles-ring.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

## 3.0.2

### Patch Changes

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

## 3.0.1

### 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": "3.0.1",
"version": "3.0.2",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand All @@ -21,7 +21,7 @@
"@angular/router": "16.2.6",
"@ng-bootstrap/ng-bootstrap": "15.1.1",
"@popperjs/core": "2.11.8",
"@swisspost/design-system-styles": "workspace:6.4.1",
"@swisspost/design-system-styles": "workspace:6.4.2",
"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,13 @@
# @swisspost/design-system-intranet-header

## 5.0.2

### Patch Changes

- Changed the main title of the intranet-header from `<h2>` to `<h1>`. (by [@b1aserlu](https://github.com/b1aserlu) with [#2104](https://github.com/swisspost/design-system/pull/2104))
- Updated dependencies:
- @swisspost/design-system-styles@6.4.2

## 5.0.1

### 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": "5.0.1",
"version": "5.0.2",
"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.4.1",
"@swisspost/design-system-styles": "workspace:6.4.2",
"tslib": "2.6.2"
},
"devDependencies": {
"@swisspost/design-system-components-angular": "workspace:3.0.1"
"@swisspost/design-system-components-angular": "workspace:3.0.2"
}
}
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.19

### Patch Changes

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

## 1.0.18

### 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.18",
"version": "1.0.19",
"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.5.0"
"@swisspost/design-system-components": "workspace:1.5.1"
},
"devDependencies": {
"@types/node": "18.17.19",
Expand Down
14 changes: 14 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @swisspost/design-system-components

## 1.5.1

### Patch Changes

- Fixed misplaced custom icons in “post-alert” elements with actions. (by [@alizedebray](https://github.com/alizedebray) with [#2094](https://github.com/swisspost/design-system/pull/2094))

- Updated the keyboard navigation on the `post-tabs` component. (by [@alizedebray](https://github.com/alizedebray) with [#2093](https://github.com/swisspost/design-system/pull/2093))

- Fixed tabs count announcement with VoiceOver. (by [@imagoiq](https://github.com/imagoiq) with [#2047](https://github.com/swisspost/design-system/pull/2047))

- Compressed styles output. (by [@imagoiq](https://github.com/imagoiq) with [#2098](https://github.com/swisspost/design-system/pull/2098))
- Updated dependencies:
- @swisspost/design-system-styles@6.4.2

## 1.5.0

### Minor 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.5.0",
"version": "1.5.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 @@ -40,7 +40,7 @@
"@floating-ui/dom": "1.5.1",
"@oddbird/popover-polyfill": "0.2.2",
"@stencil/core": "3.4.2",
"@swisspost/design-system-styles": "workspace:6.4.1",
"@swisspost/design-system-styles": "workspace:6.4.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.0.2

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-styles@6.4.2
- @swisspost/design-system-intranet-header@5.0.2

## 7.0.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.0.1",
"version": "7.0.2",
"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.1",
"@popperjs/core": "2.11.8",
"@swimlane/ngx-datatable": "20.1.0",
"@swisspost/design-system-intranet-header": "workspace:5.0.1",
"@swisspost/design-system-styles": "workspace:6.4.1",
"@swisspost/design-system-intranet-header": "workspace:5.0.2",
"@swisspost/design-system-styles": "workspace:6.4.2",
"bootstrap": "5.3.2",
"core-js": "3.32.2",
"highlight.js": "11.8.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @swisspost/design-system-documentation

## 2.2.0

### Minor Changes

- Added a docs page for our spacing utilities (by [@davidritter-dotcom](https://github.com/davidritter-dotcom) with [#1988](https://github.com/swisspost/design-system/pull/1988))

- Added a docs page for our grid-system. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#1947](https://github.com/swisspost/design-system/pull/1947))

### Patch Changes

- Refactored the grid-system: adjusted container paddings, added responsive gutter-widths. Updated grid docs. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#2045](https://github.com/swisspost/design-system/pull/2045))

- Fixed the "fixed" control in the `post-alert` documentation. (by [@alizedebray](https://github.com/alizedebray) with [#2094](https://github.com/swisspost/design-system/pull/2094))
- Updated dependencies:
- @swisspost/internet-header@1.11.0
- @swisspost/design-system-components@1.5.1
- @swisspost/design-system-styles@6.4.2
- @swisspost/design-system-components-react@1.0.19

## 2.1.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": "2.1.0",
"version": "2.2.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.5.0",
"@swisspost/design-system-components-react": "workspace:1.0.18",
"@swisspost/design-system-components": "workspace:1.5.1",
"@swisspost/design-system-components-react": "workspace:1.0.19",
"@swisspost/design-system-icons": "workspace:1.0.12",
"@swisspost/design-system-styles": "workspace:6.4.1",
"@swisspost/internet-header": "workspace:1.10.0",
"@swisspost/design-system-styles": "workspace:6.4.2",
"@swisspost/internet-header": "workspace:1.11.0",
"bootstrap": "5.3.2"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/internet-header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @swisspost/internet-header

## 1.11.0

### Minor Changes

- Added a new button to clear the text in the search box. (by [@b1aserlu](https://github.com/b1aserlu) with [#2036](https://github.com/swisspost/design-system/pull/2036))

### Patch Changes

- Added hide-buttons prop to hide all breadcrumbs buttons. (by [@imagoiq](https://github.com/imagoiq) with [#2027](https://github.com/swisspost/design-system/pull/2027))

- Fixed internet-header search focus truncated on focus-within. (by [@imagoiq](https://github.com/imagoiq) with [#2043](https://github.com/swisspost/design-system/pull/2043))

- Compressed styles output. (by [@imagoiq](https://github.com/imagoiq) with [#2098](https://github.com/swisspost/design-system/pull/2098))
- Updated dependencies:
- @swisspost/design-system-styles@6.4.2

## 1.10.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.10.0",
"version": "1.11.0",
"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.4.1",
"@swisspost/design-system-styles": "workspace:6.4.2",
"body-scroll-lock": "4.0.0-beta.0",
"iframe-resizer": "4.3.7",
"jquery": "3.7.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @swisspost/design-system-styles

## 6.4.2

### Patch Changes

- Refactored the grid-system: adjusted container paddings, added responsive gutter-widths. Updated grid docs. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#2045](https://github.com/swisspost/design-system/pull/2045))

- Added small variants for checkbox and radio buttons. Lowered font-size of validation blocks for form elements. (by [@imagoiq](https://github.com/imagoiq) with [#2086](https://github.com/swisspost/design-system/pull/2086))

- Fixed missing active tab border on HTML component. (by [@imagoiq](https://github.com/imagoiq) with [#2037](https://github.com/swisspost/design-system/pull/2037))

- Fixed active switch control showing a check icon in Chrome. (by [@alizedebray](https://github.com/alizedebray) with [#2090](https://github.com/swisspost/design-system/pull/2090))

## 6.4.1

### Patch 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.4.1",
"version": "6.4.2",
"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 689bebe

Please sign in to comment.