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) (next) #4101

Merged
merged 2 commits into from
Dec 4, 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
12 changes: 12 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"breezy-cups-add",
"brown-badgers-dream",
"chatty-kiwis-travel",
"chilled-owls-walk",
"clean-icons-complain",
"clean-windows-think",
"cold-baboons-appear",
"cold-panthers-vanish",
"cuddly-bears-check",
Expand Down Expand Up @@ -76,46 +78,56 @@
"neat-suits-provide",
"nervous-rocks-shop",
"new-goats-impress",
"nice-ligers-attend",
"ninety-nails-float",
"pink-weeks-relate",
"plenty-apricots-raise",
"plenty-taxis-hear",
"popular-games-rush",
"popular-mirrors-cross",
"proud-actors-knock",
"proud-cheetahs-act",
"proud-moons-impress",
"purple-impalas-own",
"quick-buses-give",
"quick-eagles-watch",
"quick-mails-joke",
"quiet-apes-rhyme",
"rare-dryers-count",
"red-cobras-cry",
"red-lies-lick",
"red-moose-do",
"rich-timers-listen",
"selfish-bats-run",
"selfish-ways-know",
"shaggy-experts-give",
"sharp-baboons-smile",
"sharp-bobcats-grab",
"sharp-crews-watch",
"shiny-ears-care",
"shy-walls-exercise",
"silver-coins-invent",
"six-roses-flow",
"six-spiders-smoke",
"sixty-items-promise",
"slimy-plums-sniff",
"slimy-rockets-pull",
"slow-fishes-reply",
"soft-moles-whisper",
"strange-bottles-impress",
"strange-mice-bake",
"stupid-walls-tie",
"tame-terms-push",
"three-lies-do",
"tidy-dolls-walk",
"tidy-keys-push",
"tiny-socks-count",
"twenty-items-drum",
"warm-drinks-prove",
"weak-jars-rhyme",
"wild-bugs-work",
"wise-spies-shave",
"wise-tomatoes-brake",
"yellow-yaks-jog"
]
}
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.10-next.7

### Patch Changes

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

## 1.1.10-next.6

### 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.10-next.6",
"version": "1.1.10-next.7",
"scripts": {
"start": "ng serve --port 9210",
"build": "ng build components",
Expand All @@ -18,8 +18,8 @@
"@angular/platform-browser": "18.2.13",
"@angular/platform-browser-dynamic": "18.2.13",
"@angular/router": "18.2.13",
"@swisspost/design-system-components": "workspace:9.0.0-next.6",
"@swisspost/design-system-styles": "workspace:9.0.0-next.6",
"@swisspost/design-system-components": "workspace:9.0.0-next.7",
"@swisspost/design-system-styles": "workspace:9.0.0-next.7",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"zone.js": "0.14.8"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swisspost/design-system-components-angular

## 9.0.0-next.7

### Patch Changes

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

## 9.0.0-next.6

### 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": "9.0.0-next.6",
"version": "9.0.0-next.7",
"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:9.0.0-next.6"
"@swisspost/design-system-components": "workspace:9.0.0-next.7"
},
"peerDependencies": {
"@angular/common": "^16.0.0 || ^17.0.0 || ^18.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

## 9.0.0-next.7

### Patch Changes

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

## 9.0.0-next.6

### 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": "9.0.0-next.6",
"version": "9.0.0-next.7",
"description": "Design System React Components for easy integration with the React ecosystem",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,7 +29,7 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@swisspost/design-system-components": "workspace:9.0.0-next.6"
"@swisspost/design-system-components": "workspace:9.0.0-next.7"
},
"devDependencies": {
"@types/node": "20.14.14",
Expand Down
16 changes: 16 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @swisspost/design-system-components

## 9.0.0-next.7

### Minor Changes

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

- Refactored `post-icon` component to use the `<use>` tag to load and show icons under the hood. This enables responsive icons, enables better caching and improves render performance slightly. There is no further action required. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3969](https://github.com/swisspost/design-system/pull/3969))

### Patch Changes

- Fixed bug that showed delayed tooltip even after blur event. (by [@leagrdv](https://github.com/leagrdv) with [#4053](https://github.com/swisspost/design-system/pull/4053))

- Made `post-icon` component use base tag href to define location of icons folder. (by [@leagrdv](https://github.com/leagrdv) with [#4069](https://github.com/swisspost/design-system/pull/4069))
- Updated dependencies:
- @swisspost/[email protected]

## 9.0.0-next.6

### 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": "9.0.0-next.6",
"version": "9.0.0-next.7",
"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 @@ -40,7 +40,7 @@
"dependencies": {
"@floating-ui/dom": "1.6.8",
"@oddbird/popover-polyfill": "0.3.7",
"@swisspost/design-system-styles": "workspace:9.0.0-next.6",
"@swisspost/design-system-styles": "workspace:9.0.0-next.7",
"ally.js": "1.4.1",
"long-press-event": "2.5.0"
},
Expand Down
47 changes: 47 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# @swisspost/design-system-documentation

## 6.0.0-next.8

### Major Changes

- Removed deprecated `carousel` component. (by [@leagrdv](https://github.com/leagrdv) with [#4075](https://github.com/swisspost/design-system/pull/4075))

### Minor Changes

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

- Updated the documentation navigation. (by [@alizedebray](https://github.com/alizedebray) with [#4072](https://github.com/swisspost/design-system/pull/4072))

- Created a documentation page for the form hints. (by [@leagrdv](https://github.com/leagrdv) with [#4086](https://github.com/swisspost/design-system/pull/4086))

### Patch Changes

- Removed the `rg` and `xxl` grid breakpoints, reducing the grid to 5 breakpoints instead of the previous 7. This change affects all CSS classes tied to specific breakpoints (e.g., `col-rg-2`, `m-xxl-4`).
**Previous Breakpoints**:

- `xs: 0px`
- `sm: 400px`
- `rg: 600px`
- `md: 780px`
- `lg: 1024px`
- `xl: 1280px`
- `xxl: 1440px`

**New Breakpoints**:

- `xs: 0px`
- `sm: 600px`
- `md: 780px`
- `lg: 1024px`
- `xl: 1280px`

To maintain compatibility with the updated grid system, you need to update your code by replacing any `*-rg-*` classes with `*-sm-*`, and any `*-xxl-*` classes with `*-xl-*`. For example:

- `col-rg-2` → `col-sm-2`
- `m-xxl-4` → `m-xl-4` (by [@alizedebray](https://github.com/alizedebray) with [#3982](https://github.com/swisspost/design-system/pull/3982))

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

## 6.0.0-next.7

### Major 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": "6.0.0-next.7",
"version": "6.0.0-next.8",
"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 **/*.{ts,tsx,mdx}"
},
"dependencies": {
"@swisspost/design-system-components": "workspace:9.0.0-next.6",
"@swisspost/design-system-components-react": "workspace:9.0.0-next.6",
"@swisspost/design-system-icons": "workspace:9.0.0-next.6",
"@swisspost/design-system-styles": "workspace:9.0.0-next.6",
"@swisspost/internet-header": "workspace:2.0.0-next.6",
"@swisspost/design-system-components": "workspace:9.0.0-next.7",
"@swisspost/design-system-components-react": "workspace:9.0.0-next.7",
"@swisspost/design-system-icons": "workspace:9.0.0-next.7",
"@swisspost/design-system-styles": "workspace:9.0.0-next.7",
"@swisspost/internet-header": "workspace:2.0.0-next.7",
"bootstrap": "5.3.3"
},
"devDependencies": {
Expand All @@ -53,8 +53,8 @@
"@storybook/types": "8.3.6",
"@storybook/web-components": "8.3.6",
"@storybook/web-components-vite": "8.3.6",
"@swisspost/design-system-components-angular": "workspace:9.0.0-next.6",
"@swisspost/design-system-intranet-header": "workspace:9.0.0-next.6",
"@swisspost/design-system-components-angular": "workspace:9.0.0-next.7",
"@swisspost/design-system-intranet-header": "workspace:9.0.0-next.7",
"@types/css-modules": "1.0.5",
"@types/mdx": "2.0.13",
"@types/react": "18.3.3",
Expand Down
1 change: 1 addition & 0 deletions packages/documentation/public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@




62 changes: 45 additions & 17 deletions packages/documentation/public/assets/versions.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,58 @@
[
{
"title": "Version 9",
"version": "9.0.0-next.6",
"version": "9.0.0-next.7",
"description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.",
"url": "https://design-system.post.ch",
"dependencies": {
"@angular/core": "^18.0.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
"bootstrap": "~5.3.0",
"@swisspost/design-system-changelog-github": "1.0.2",
"@swisspost/design-system-components": "9.0.0-next.6",
"@swisspost/design-system-components-angular-workspace": "1.1.10-next.6",
"@swisspost/design-system-components-angular": "9.0.0-next.6",
"@swisspost/design-system-components-react": "9.0.0-next.6",
"@swisspost/design-system-documentation": "6.0.0-next.7",
"@swisspost/design-system-icons": "9.0.0-next.6",
"@swisspost/internet-header": "2.0.0-next.6",
"@swisspost/design-system-intranet-header-workspace": "3.0.22-next.6",
"@swisspost/design-system-intranet-header": "9.0.0-next.6",
"@swisspost/design-system-intranet-header-showcase": "1.0.10-next.6",
"@swisspost/design-system-migrations": "9.0.0-next.6",
"@swisspost/design-system-nextjs-integration": "0.1.14-next.6",
"@swisspost/design-system-styles": "9.0.0-next.6",
"@swisspost/design-system-styles-primeng-workspace": "1.0.6-next.6",
"@swisspost/design-system-styles-primeng": "9.0.0-next.6",
"@swisspost/design-system-tokens": "9.0.0-next.6"
"@swisspost/design-system-components": "9.0.0-next.7",
"@swisspost/design-system-components-angular-workspace": "1.1.10-next.7",
"@swisspost/design-system-components-angular": "9.0.0-next.7",
"@swisspost/design-system-components-react": "9.0.0-next.7",
"@swisspost/design-system-documentation": "6.0.0-next.8",
"@swisspost/design-system-icons": "9.0.0-next.7",
"@swisspost/internet-header": "2.0.0-next.7",
"@swisspost/design-system-intranet-header-workspace": "3.0.22-next.7",
"@swisspost/design-system-intranet-header": "9.0.0-next.7",
"@swisspost/design-system-intranet-header-showcase": "1.0.10-next.7",
"@swisspost/design-system-migrations": "9.0.0-next.7",
"@swisspost/design-system-nextjs-integration": "0.1.14-next.7",
"@swisspost/design-system-styles": "9.0.0-next.7",
"@swisspost/design-system-styles-primeng-workspace": "1.0.6-next.7",
"@swisspost/design-system-styles-primeng": "9.0.0-next.7",
"@swisspost/design-system-tokens": "9.0.0-next.7"
}
},
{
"title": "Version 9",
"version": "9.0.0-next.6",
"description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.",
"url": "https://swisspost-design-system-version-9.netlify.app",
"dependencies": {
"@angular/core": "^18.0.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
"bootstrap": "~5.3.0",
"@swisspost/design-system-changelog-github": "1.0.2",
"@swisspost/design-system-components": "9.0.0-next.2",
"@swisspost/design-system-components-angular-workspace": "1.1.10-next.2",
"@swisspost/design-system-components-angular": "9.0.0-next.2",
"@swisspost/design-system-components-react": "9.0.0-next.2",
"@swisspost/design-system-documentation": "6.0.0-next.2",
"@swisspost/design-system-icons": "9.0.0-next.2",
"@swisspost/internet-header": "1.14.6-next.2",
"@swisspost/design-system-intranet-header-workspace": "3.0.22-next.2",
"@swisspost/design-system-intranet-header": "9.0.0-next.2",
"@swisspost/design-system-intranet-header-showcase": "1.0.10-next.2",
"@swisspost/design-system-migrations": "9.0.0-next.2",
"@swisspost/design-system-nextjs-integration": "0.1.14-next.2",
"@swisspost/design-system-styles": "9.0.0-next.2",
"@swisspost/design-system-styles-primeng-workspace": "1.0.6-next.2",
"@swisspost/design-system-styles-primeng": "9.0.0-next.2",
"@swisspost/design-system-tokens": "9.0.0-next.2"
}
},
{
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swisspost/design-system-icons

## 9.0.0-next.7

### Minor Changes

- Added a new set of responsive UI icons. These new icons can be used with the `post-icon` component. These new icons will change their shape based on their size: small icons will render with less flourish and are optimised for a smaller pixel grid. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3969](https://github.com/swisspost/design-system/pull/3969))

## 9.0.0-next.6

## 9.0.0-next.5
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": "9.0.0-next.6",
"version": "9.0.0-next.7",
"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
Loading
Loading