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

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/2024-02-01-update-icons.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/afraid-chicken-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-flowers-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-flowers-puppy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-pianos-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-pets-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-windows-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-rings-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-geese-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-eggs-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-ligers-cheat.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/pretty-ligers-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-foxes-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-seals-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-insects-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-hats-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-keys-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-kids-worry.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- Updated dependencies:
- @swisspost/[email protected]
- @swisspost/[email protected]
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.0.0",
"version": "1.0.1",
"scripts": {
"start": "ng serve --port 9210",
"build": "ng build components",
Expand All @@ -18,8 +18,8 @@
"@angular/platform-browser": "16.2.12",
"@angular/platform-browser-dynamic": "16.2.12",
"@angular/router": "16.2.12",
"@swisspost/design-system-styles": "workspace:6.6.0",
"@swisspost/design-system-components": "workspace:2.0.0",
"@swisspost/design-system-styles": "workspace:6.6.1",
"@swisspost/design-system-components": "workspace:2.0.1",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.3"
Expand Down
17 changes: 17 additions & 0 deletions packages/components-angular/projects/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @swisspost/design-system-components-angular

## 1.0.0

### Major Changes

- We are introducing the new package `@swisspost/design-system-components-angular` 🥳, which provides a corresponding Angular component for all our web-components. For those working on an Angular app this means:

- Instead of the package `@swisspost/design-system-components`, which provides native web components, the new package can be used.
- The manual creation of Angular wrapper components for our previous web components in every project is no longer necessary.
- Full support of the standard Angular schema. The use of the `CUSTOM_ELEMENTS_SCHEMA` schema is history.
- Component properties, events, etc. can be applied to the components in the usual Angular way. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#2071](https://github.com/swisspost/design-system/pull/2071))

### Patch Changes

- Updated dependencies:
- @swisspost/[email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-components-angular",
"version": "0.0.12",
"version": "1.0.0",
"description": "Swiss Post Design System - Angular Wrapper Components",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -23,7 +23,7 @@
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@swisspost/design-system-components": "workspace:2.0.0"
"@swisspost/design-system-components": "workspace:2.0.1"
},
"sideEffects": false
}
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.27

### Patch Changes

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

## 1.0.26

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

## 2.0.1

### Patch Changes

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

## 2.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": "2.0.0",
"version": "2.0.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 @@ -39,7 +39,7 @@
"dependencies": {
"@floating-ui/dom": "1.6.1",
"@oddbird/popover-polyfill": "0.3.7",
"@swisspost/design-system-styles": "workspace:6.6.0",
"@swisspost/design-system-styles": "workspace:6.6.1",
"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.2.1

### Patch Changes

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

## 7.2.0

### Minor 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.2.0",
"version": "7.2.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,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.7",
"@swisspost/design-system-styles": "workspace:6.6.0",
"@swisspost/design-system-intranet-header": "workspace:5.0.8",
"@swisspost/design-system-styles": "workspace:6.6.1",
"bootstrap": "5.3.2",
"core-js": "3.35.1",
"highlight.js": "11.9.0",
Expand Down
42 changes: 42 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# @swisspost/design-system-documentation

## 3.0.0

### Minor Changes

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

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

- Added a documentation page for the ng-bootstrap/post notification-overlay component. (by [@imagoiq](https://github.com/imagoiq) with [#2608](https://github.com/swisspost/design-system/pull/2608))

- Added a documentation page for the angular `custom-select` component based on the ng-bootstrap `dropdown` component. (by [@b1aserlu](https://github.com/b1aserlu) with [#2573](https://github.com/swisspost/design-system/pull/2573))

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

- Added a documentation page for the post stepper component. (by [@alizedebray](https://github.com/alizedebray) with [#2556](https://github.com/swisspost/design-system/pull/2556))

- Added a documentation page for the design-system migration process. (by [@imagoiq](https://github.com/imagoiq) with [#2577](https://github.com/swisspost/design-system/pull/2577))

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

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

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

- Added a documentation page for the post product card component. (by [@alizedebray](https://github.com/alizedebray) with [#2580](https://github.com/swisspost/design-system/pull/2580))

- Added a getting-started docs page for the new `@swisspost/components-angular` package. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#2071](https://github.com/swisspost/design-system/pull/2071))

- Added an alert warning that the documentation is in beta, it will remain until all Design System components are documented. (by [@alizedebray](https://github.com/alizedebray) with [#2563](https://github.com/swisspost/design-system/pull/2563))

### Patch Changes

- Fixed conflict between autolink anchor links and normal anchor links. (by [@imagoiq](https://github.com/imagoiq) with [#2529](https://github.com/swisspost/design-system/pull/2529))
- Updated dependencies:
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]
- @swisspost/[email protected]

## 2.8.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": "2.8.1",
"version": "3.0.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: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.4",
"@swisspost/design-system-components": "workspace:2.0.1",
"@swisspost/design-system-components-react": "workspace:1.0.27",
"@swisspost/design-system-icons": "workspace:1.2.0",
"@swisspost/design-system-styles": "workspace:6.6.1",
"@swisspost/internet-header": "workspace:1.13.5",
"bootstrap": "5.3.2"
},
"devDependencies": {
Expand Down Expand Up @@ -71,8 +71,8 @@
"typescript": "5.1.6"
},
"peerDependencies": {
"@swisspost/design-system-components-angular": "workspace:0.0.12",
"@swisspost/design-system-intranet-header": "workspace:5.0.7"
"@swisspost/design-system-components-angular": "workspace:1.0.0",
"@swisspost/design-system-intranet-header": "workspace:5.0.8"
},
"peerDependenciesMeta": {
"@swisspost/design-system-components-angular": {
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

## 1.2.0

### Minor Changes

- Added icons number 2572 and 2573. (by [@swisspost-bot](https://github.com/swisspost-bot) with [#2553](https://github.com/swisspost/design-system/pull/2553))

- Added icon number 2574. (by [@swisspost-bot](https://github.com/swisspost-bot) with [#2592](https://github.com/swisspost/design-system/pull/2592))

## 1.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": "1.1.0",
"version": "1.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.5

### Patch Changes

- Set the size of the logo before it is displayed to avoid a layout jump right after the initial rendering of the header. (by [@alizedebray](https://github.com/alizedebray) with [#2557](https://github.com/swisspost/design-system/pull/2557))
- Updated dependencies:
- @swisspost/[email protected]

## 1.13.4

### Patch Changes
Expand Down
Loading
Loading