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 (main) #3234

Merged
merged 2 commits into from
Jul 18, 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-07-14-update-icons.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/beige-cooks-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-bananas-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-emus-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-houses-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-peaches-turn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/flat-gifts-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-tools-scream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/giant-bees-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-frogs-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-hounds-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-keys-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-items-bathe.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-spoons-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-spies-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-birds-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-chefs-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-chairs-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-actors-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-drinks-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-crabs-sit.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wild-bees-laugh.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.4

### Patch Changes

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

## 1.1.3

### 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.3",
"version": "1.1.4",
"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.2.1",
"@swisspost/design-system-styles": "workspace:7.2.1",
"@swisspost/design-system-components": "workspace:7.3.0",
"@swisspost/design-system-styles": "workspace:7.3.0",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"zone.js": "0.14.7"
Expand Down
11 changes: 11 additions & 0 deletions packages/components-angular/projects/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @swisspost/design-system-components-angular

## 7.3.0

### Minor Changes

- Added a `post-collapsible-trigger` component to properly handle the role, ARIA attributes, and event listeners for elements that toggle a `post-collapsible`. (by [@alizedebray](https://github.com/alizedebray) with [#3209](https://github.com/swisspost/design-system/pull/3209))

### Patch Changes

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

## 7.2.1

### Patch 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.2.1",
"version": "7.3.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.2.1"
"@swisspost/design-system-components": "workspace:7.3.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.3.0

### Minor Changes

- Added a `post-collapsible-trigger` component to properly handle the role, ARIA attributes, and event listeners for elements that toggle a `post-collapsible`. (by [@alizedebray](https://github.com/alizedebray) with [#3209](https://github.com/swisspost/design-system/pull/3209))

### Patch Changes

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

## 7.2.1

### 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": "7.2.1",
"version": "7.3.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.2.1"
"@swisspost/design-system-components": "workspace:7.3.0"
},
"devDependencies": {
"@types/node": "20.14.9",
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.3.0

### Minor Changes

- Added an invalid message for the card-control component and an icon in the invalid message of the checkbox and radio button (by [@davidritter-dotcom](https://github.com/davidritter-dotcom) with [#2978](https://github.com/swisspost/design-system/pull/2978))

- Added a `delayed` property to the `post-tooltip` component to allow delaying its display for a few milliseconds after it is triggered. (by [@alizedebray](https://github.com/alizedebray) with [#3245](https://github.com/swisspost/design-system/pull/3245))

- Added a `post-collapsible-trigger` component to properly handle the role, ARIA attributes, and event listeners for elements that toggle a `post-collapsible`. (by [@alizedebray](https://github.com/alizedebray) with [#3209](https://github.com/swisspost/design-system/pull/3209))

### Patch Changes

- Fixed an issue with popovers on Firefox ESR that unexpectedly closed popovers when clicking on content. (by [@gfellerph](https://github.com/gfellerph) with [#3211](https://github.com/swisspost/design-system/pull/3211))

- Prevent the `post-tabs` component from triggering a `post Change` event before it is loaded. (by [@alizedebray](https://github.com/alizedebray) with [#3247](https://github.com/swisspost/design-system/pull/3247))
- Updated dependencies:
- @swisspost/[email protected]

## 7.2.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": "7.2.1",
"version": "7.3.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.7",
"@oddbird/popover-polyfill": "0.3.7",
"@swisspost/design-system-styles": "workspace:7.2.1",
"@swisspost/design-system-styles": "workspace:7.3.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.4

### Patch Changes

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

## 7.3.3

### 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.3",
"version": "7.3.4",
"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.2.1",
"@swisspost/design-system-migrations": "workspace:7.2.1",
"@swisspost/design-system-styles": "workspace:7.2.1",
"@swisspost/design-system-intranet-header": "workspace:7.3.0",
"@swisspost/design-system-migrations": "workspace:7.3.0",
"@swisspost/design-system-styles": "workspace:7.3.0",
"bootstrap": "5.3.3",
"core-js": "3.37.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

## 5.3.0

### Minor Changes

- Added a new stylesheet containing `:root` CSS custom properties to facilitate implementing styles relative to the header. This will allow putting sticky content right below the header. (by [@alizedebray](https://github.com/alizedebray) with [#3200](https://github.com/swisspost/design-system/pull/3200))

- Added the compatibility table entries for v7. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3294](https://github.com/swisspost/design-system/pull/3294))

- Added a `delayed` property to the `post-tooltip` component to allow delaying its display for a few milliseconds after it is triggered. (by [@alizedebray](https://github.com/alizedebray) with [#3245](https://github.com/swisspost/design-system/pull/3245))

- Added documentation on how to get started with the `@swisspost/design-system-styles-primeng` package. (by [@alizedebray](https://github.com/alizedebray) with [#2718](https://github.com/swisspost/design-system/pull/2718))

- Added a `post-collapsible-trigger` component to properly handle the role, ARIA attributes, and event listeners for elements that toggle a `post-collapsible`. (by [@alizedebray](https://github.com/alizedebray) with [#3209](https://github.com/swisspost/design-system/pull/3209))

### Patch Changes

- Fixed the documentation heading links by adding the rehype-slug plugin (by [@davidritter-dotcom](https://github.com/davidritter-dotcom) with [#3279](https://github.com/swisspost/design-system/pull/3279))

- Deprecated accent colors. (by [@davidritter-dotcom](https://github.com/davidritter-dotcom) with [#3195](https://github.com/swisspost/design-system/pull/3195))

- Updated tabs to improve visual continuity and readability. (by [@alizedebray](https://github.com/alizedebray) with [#3254](https://github.com/swisspost/design-system/pull/3254))

- Fixed the wrong implementation of the intranet-header changeset.md file in the changelog/intranet-header docs page. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3293](https://github.com/swisspost/design-system/pull/3293))

- Fix headers for the `versions.json` file. So it can be loaded and used from the version-switcher of older documentation pages. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3267](https://github.com/swisspost/design-system/pull/3267))

- Removed horizontal scrollbar showing up in Firefox, when a docs specific tab component is present on the page. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3268](https://github.com/swisspost/design-system/pull/3268))
- Updated dependencies:
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]

## 5.2.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.2.1",
"version": "5.3.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.2.1",
"@swisspost/design-system-components-react": "workspace:7.2.1",
"@swisspost/design-system-icons": "workspace:7.2.1",
"@swisspost/design-system-styles": "workspace:7.2.1",
"@swisspost/internet-header": "workspace:1.13.12",
"@swisspost/design-system-components": "workspace:7.3.0",
"@swisspost/design-system-components-react": "workspace:7.3.0",
"@swisspost/design-system-icons": "workspace:7.3.0",
"@swisspost/design-system-styles": "workspace:7.3.0",
"@swisspost/internet-header": "workspace:1.14.0",
"bootstrap": "5.3.3"
},
"devDependencies": {
Expand All @@ -54,8 +54,8 @@
"@storybook/types": "8.1.11",
"@storybook/web-components": "8.1.11",
"@storybook/web-components-vite": "8.1.11",
"@swisspost/design-system-components-angular": "workspace:7.2.1",
"@swisspost/design-system-intranet-header": "workspace:7.2.1",
"@swisspost/design-system-components-angular": "workspace:7.3.0",
"@swisspost/design-system-intranet-header": "workspace:7.3.0",
"@types/css-modules": "1.0.5",
"@types/mdx": "2.0.13",
"@types/react": "18.3.3",
Expand Down
Loading
Loading