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

Merged
merged 1 commit into from
Jun 27, 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-05-26-update-icons.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/2024-06-23-update-icons.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-forks-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-plums-refuse.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/few-news-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-rivers-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-knives-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-clouds-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-buttons-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-foxes-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-ways-arrive.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spicy-nails-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-lemons-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-bees-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-bikes-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-spies-rhyme.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.1.2

### Patch Changes

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

## 1.1.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.1.1",
"version": "1.1.2",
"scripts": {
"start": "ng serve --port 9210",
"build": "ng build components",
Expand All @@ -18,8 +18,8 @@
"@angular/platform-browser": "17.3.11",
"@angular/platform-browser-dynamic": "17.3.11",
"@angular/router": "17.3.11",
"@swisspost/design-system-components": "workspace:7.1.0",
"@swisspost/design-system-styles": "workspace:7.1.0",
"@swisspost/design-system-components": "workspace:7.2.0",
"@swisspost/design-system-styles": "workspace:7.2.0",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"zone.js": "0.14.7"
Expand Down
12 changes: 12 additions & 0 deletions packages/components-angular/projects/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @swisspost/design-system-components-angular

## 7.2.0

### Patch Changes

- Redefined the dependency to the web components package as a dependency instead of a peer dependency due to a [known bug in changesets](https://github.com/changesets/changesets/issues/1011) that causes major version bumps across all linked workspace packages if one of them is installed as a peer dependency. (by [@gfellerph](https://github.com/gfellerph) with [#3169](https://github.com/swisspost/design-system/pull/3169))

- Updated `PostComponentsModule` to enable its use in lazy-loaded modules. (by [@alizedebray](https://github.com/alizedebray) with [#3118](https://github.com/swisspost/design-system/pull/3118))

- Added `@swisspost/design-system-components` package as a peer dependency as recommended by stenciljs. This way, installing `@swisspost/design-system-components` package as a direct dependency should not be necessary anymore in consumer projects. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3116](https://github.com/swisspost/design-system/pull/3116))
- Updated dependencies:
- @swisspost/[email protected]

## 7.1.0

### Minor 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.1.0",
"version": "7.2.0",
"description": "Swiss Post Design System - Angular Wrapper Components",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"tslib": "2.6.3",
"@swisspost/design-system-components": "workspace:7.1.0"
"@swisspost/design-system-components": "workspace:7.2.0"
},
"peerDependencies": {
"@angular/common": "^16.0.0 || ^17.0.0",
Expand Down
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

## 7.2.0

### Patch Changes

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

## 7.1.0

### Minor 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.1.0",
"version": "7.2.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.1.0"
"@swisspost/design-system-components": "workspace:7.2.0"
},
"devDependencies": {
"@types/node": "20.14.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swisspost/design-system-components

## 7.2.0

### Patch Changes

- Fixed a warning on the tooltip when the id was bound using Angular, the ID check now runs at a later stage in the component lifecycle, giving Angular enough time to set the attribute. (by [@gfellerph](https://github.com/gfellerph) with [#3155](https://github.com/swisspost/design-system/pull/3155))
- Updated dependencies:
- @swisspost/[email protected]

## 7.1.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": "7.1.0",
"version": "7.2.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.1.0",
"@swisspost/design-system-styles": "workspace:7.2.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.2

### Patch Changes

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

## 7.3.1

### Patch 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.1",
"version": "7.3.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,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.1.0",
"@swisspost/design-system-migrations": "workspace:7.1.0",
"@swisspost/design-system-styles": "workspace:7.1.0",
"@swisspost/design-system-intranet-header": "workspace:7.2.0",
"@swisspost/design-system-migrations": "workspace:7.2.0",
"@swisspost/design-system-styles": "workspace:7.2.0",
"bootstrap": "5.3.3",
"core-js": "3.37.1",
"highlight.js": "11.9.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @swisspost/design-system-documentation

## 5.2.0

### Minor Changes

- Added a small variant for the textarea with floating label (by [@davidritter-dotcom](https://github.com/davidritter-dotcom) with [#2857](https://github.com/swisspost/design-system/pull/2857))

- Added documentation on how to use the Components for Angular with a strict Content Security Policy (CSP). (by [@alizedebray](https://github.com/alizedebray) with [#3125](https://github.com/swisspost/design-system/pull/3125))

### Patch Changes

- Fixed version switcher active state logic, to visualize the current documentation version the user browses on. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3111](https://github.com/swisspost/design-system/pull/3111))
- Updated dependencies:
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]

## 5.1.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": "5.1.0",
"version": "5.2.0",
"description": "Swiss Post Design System Documentation.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,11 +28,11 @@
"lint": "eslint **/*.{js,ts,tsx,mdx}"
},
"dependencies": {
"@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",
"@swisspost/design-system-components": "workspace:7.2.0",
"@swisspost/design-system-components-react": "workspace:7.2.0",
"@swisspost/design-system-icons": "workspace:7.2.0",
"@swisspost/design-system-styles": "workspace:7.2.0",
"@swisspost/internet-header": "workspace:1.13.11",
"bootstrap": "5.3.3"
},
"devDependencies": {
Expand All @@ -54,8 +54,8 @@
"@storybook/types": "8.1.9",
"@storybook/web-components": "8.1.9",
"@storybook/web-components-vite": "8.1.9",
"@swisspost/design-system-components-angular": "workspace:7.1.0",
"@swisspost/design-system-intranet-header": "workspace:7.1.0",
"@swisspost/design-system-components-angular": "workspace:7.2.0",
"@swisspost/design-system-intranet-header": "workspace:7.2.0",
"@types/css-modules": "1.0.5",
"@types/mdx": "2.0.13",
"@types/react": "18.3.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @swisspost/design-system-icons

## 7.2.0

### Minor Changes

- Added icons number 2589, 2590 and 2591. (by [@swisspost-bot](https://github.com/swisspost-bot) with [#3109](https://github.com/swisspost/design-system/pull/3109))

### Patch Changes

- Updated icon number 2074. (by [@swisspost-bot](https://github.com/swisspost-bot) with [#3172](https://github.com/swisspost/design-system/pull/3172))

## 7.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": "7.1.0",
"version": "7.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
8 changes: 8 additions & 0 deletions packages/internet-header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swisspost/internet-header

## 1.13.11

### Patch Changes

- Fixed focus trap on overlay of the breadcrumb. Added a focus trap on search overlay (by [@imagoiq](https://github.com/imagoiq) with [#2922](https://github.com/swisspost/design-system/pull/2922))
- Updated dependencies:
- @swisspost/[email protected]

## 1.13.10

### 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.10",
"version": "1.13.11",
"description": "The header for client facing applications.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -42,7 +42,7 @@
"generate": "stencil generate"
},
"dependencies": {
"@swisspost/design-system-styles": "workspace:7.1.0",
"@swisspost/design-system-styles": "workspace:7.2.0",
"body-scroll-lock": "4.0.0-beta.0",
"iframe-resizer": "4.4.2",
"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.14

### Patch Changes

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

## 3.0.13

### Patch Changes
Expand Down
Loading
Loading