Skip to content

Commit

Permalink
chore(changesets): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 28, 2023
1 parent 7ab7ded commit e454780
Show file tree
Hide file tree
Showing 17 changed files with 526 additions and 764 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-vans-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-jokes-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-zebras-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-feet-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-falcons-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-avocados-provide.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.18

### Patch Changes

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

## 1.0.17

### 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.17",
"version": "1.0.18",
"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.4.0"
"@swisspost/design-system-components": "workspace:1.5.0"
},
"devDependencies": {
"@types/node": "18.17.19",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swisspost/design-system-components

## 1.5.0

### Minor Changes

- Added the `post-tooltip` component. (by [@gfellerph](https://github.com/gfellerph) with [#1879](https://github.com/swisspost/design-system/pull/1879))

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "1.5.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
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.1

### Patch Changes

- Updated the installation intructions for the Intranet Header. (by [@alizedebray](https://github.com/alizedebray) with [#1942](https://github.com/swisspost/design-system/pull/1942))

- Fixed ngBootstrap documentation links. (by [@imagoiq](https://github.com/imagoiq) with [#1987](https://github.com/swisspost/design-system/pull/1987))

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "7.0.1",
"description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @swisspost/design-system-documentation

## 2.1.0

### Minor Changes

- Added the `post-tooltip` component. (by [@gfellerph](https://github.com/gfellerph) with [#1879](https://github.com/swisspost/design-system/pull/1879))

### Patch Changes

- Updated dependencies:
- @swisspost/design-system-components@1.5.0
- @swisspost/internet-header@1.10.0
- @swisspost/design-system-components-react@1.0.18

## 2.0.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.0.2",
"version": "2.1.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.4.0",
"@swisspost/design-system-components-react": "workspace:1.0.17",
"@swisspost/design-system-components": "workspace:1.5.0",
"@swisspost/design-system-components-react": "workspace:1.0.18",
"@swisspost/design-system-icons": "workspace:1.0.12",
"@swisspost/design-system-styles": "workspace:6.4.0",
"@swisspost/internet-header": "workspace:1.9.1",
"@swisspost/internet-header": "workspace:1.10.0",
"bootstrap": "5.3.2"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/internet-header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @swisspost/internet-header

## 1.10.0

### Minor Changes

- Enabled nesting the header in a different scroll container than the `<body>` element. The header stickyness and logo animation logic will automatically attach to the nearest scrolling container instead of the document when nested in a container that has `overflow: auto | scroll` set. (by [@alizedebray](https://github.com/alizedebray) with [#1855](https://github.com/swisspost/design-system/pull/1855))

- Added ability to toggle programmatically an overlay associated with a button using the `toggleOverlayById` method. (by [@imagoiq](https://github.com/imagoiq) with [#1838](https://github.com/swisspost/design-system/pull/1838))

### Patch Changes

- Fixed an issue with custom configuration that was not applied when the prop "language" was not set on the internet header. (by [@alizedebray](https://github.com/alizedebray) with [#1855](https://github.com/swisspost/design-system/pull/1855))

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.9.1",
"version": "1.10.0",
"description": "The header for client facing applications.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit e454780

Please sign in to comment.