Skip to content

Commit

Permalink
chore(changesets): publish packages (beta) (#543)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 7, 2022
1 parent 6a719e2 commit 937cc9f
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 19 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
"@swisspost/design-system-intranet-header": "3.0.0-alpha.4",
"@swisspost/design-system-demo": "5.0.0-alpha.5",
"@swisspost/design-system-migrations": "1.0.0-alpha.3",
"@swisspost/design-system-styles": "5.0.0-alpha.7"
"@swisspost/design-system-styles": "5.0.0-alpha.7",
"@swisspost/design-system-components": "1.0.0-alpha.0"
},
"changesets": [
"angry-cats-thank",
"angry-moles-design",
"big-ducks-leave",
"brown-pets-sniff",
"calm-owls-ring",
"chilled-rivers-look",
Expand Down Expand Up @@ -68,11 +70,13 @@
"smart-schools-watch",
"smooth-yaks-try",
"spicy-deers-check",
"spotty-badgers-brake",
"sweet-poets-know",
"tall-moons-joke",
"tasty-lies-compare",
"thin-geckos-jump",
"thin-horses-divide",
"three-waves-cheat",
"tidy-tomatoes-help",
"tricky-geese-invite",
"two-windows-join",
Expand Down
7 changes: 7 additions & 0 deletions packages/components-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swisspost/design-system-components-angular

## 1.0.0-beta.1

### Patch Changes

- Updated dependencies [[`6a719e2`](https://github.com/swisspost/design-system/commit/6a719e2eaf7409e0700f4e609303845086fe6904), [`7379fe8`](https://github.com/swisspost/design-system/commit/7379fe8e9a8dd4461539812524eeca631a827128)]:
- @swisspost/design-system-styles@5.0.0-beta.2

## 1.0.0-beta.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 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",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand All @@ -21,7 +21,7 @@
"@angular/router": "14.2.4",
"@ng-bootstrap/ng-bootstrap": "12.1.2",
"@popperjs/core": "2.11.6",
"@swisspost/design-system-styles": "workspace:5.0.0-beta.1",
"@swisspost/design-system-styles": "workspace:5.0.0-beta.2",
"rxjs": "7.5.7",
"tslib": "2.4.0",
"watch": "1.0.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swisspost/design-system-intranet-header

## 3.0.0-beta.1

### Patch Changes

- Updated dependencies [[`6a719e2`](https://github.com/swisspost/design-system/commit/6a719e2eaf7409e0700f4e609303845086fe6904), [`7379fe8`](https://github.com/swisspost/design-system/commit/7379fe8e9a8dd4461539812524eeca631a827128)]:
- @swisspost/design-system-styles@5.0.0-beta.2

## 3.0.0-beta.0

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-intranet-header",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"description": "Intranet header for internal Swiss Post applications as an Angular component.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -22,7 +22,7 @@
"@angular/core": "^13.2.0 || ^14.0.0"
},
"dependencies": {
"@swisspost/design-system-styles": "workspace:5.0.0-beta.1",
"@swisspost/design-system-styles": "workspace:5.0.0-beta.2",
"tslib": "2.4.0"
}
}
8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @swisspost/design-system-components

## 1.0.0-beta.1

### Patch Changes

- Updated dependencies [[`6a719e2`](https://github.com/swisspost/design-system/commit/6a719e2eaf7409e0700f4e609303845086fe6904), [`7379fe8`](https://github.com/swisspost/design-system/commit/7379fe8e9a8dd4461539812524eeca631a827128)]:
- @swisspost/design-system-styles@5.0.0-beta.2
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": "1.0.0-alpha.0",
"version": "1.0.0-beta.1",
"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": {
"@stencil/core": "^2.13.0",
"@stencil/sass": "^1.5.2",
"@swisspost/design-system-styles": "workspace:5.0.0-beta.1",
"@swisspost/design-system-styles": "workspace:5.0.0-beta.2",
"sass": "^1.49.7"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @swisspost/design-system-demo

## 5.0.0-beta.1

### Patch Changes

- [#548](https://github.com/swisspost/design-system/pull/548) [`8335777`](https://github.com/swisspost/design-system/commit/83357774ba367b5c203d20be641feb0c0ceed878) Thanks [@gfellerph](https://github.com/gfellerph)! - Add ng update command for the styles to the migration documentation

- Updated dependencies [[`6a719e2`](https://github.com/swisspost/design-system/commit/6a719e2eaf7409e0700f4e609303845086fe6904), [`7379fe8`](https://github.com/swisspost/design-system/commit/7379fe8e9a8dd4461539812524eeca631a827128)]:
- @swisspost/design-system-styles@5.0.0-beta.2
- @swisspost/design-system-components@1.0.0-beta.1
- @swisspost/design-system-intranet-header@3.0.0-beta.1

## 5.0.0-beta.0

### Major 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": "5.0.0-beta.0",
"version": "5.0.0-beta.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 @@ -24,9 +24,9 @@
"@ng-bootstrap/ng-bootstrap": "12.1.2",
"@popperjs/core": "2.11.6",
"@swimlane/ngx-datatable": "20.0.0",
"@swisspost/design-system-components": "workspace:1.0.0-alpha.0",
"@swisspost/design-system-intranet-header": "workspace:3.0.0-beta.0",
"@swisspost/design-system-styles": "workspace:5.0.0-beta.1",
"@swisspost/design-system-components": "workspace:1.0.0-beta.1",
"@swisspost/design-system-intranet-header": "workspace:3.0.0-beta.1",
"@swisspost/design-system-styles": "workspace:5.0.0-beta.2",
"bootstrap": "5.1.3",
"core-js": "3.25.4",
"highlight.js": "11.6.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @swisspost/design-system-styles

## 5.0.0-beta.2

### Minor Changes

- [#538](https://github.com/swisspost/design-system/pull/538) [`7379fe8`](https://github.com/swisspost/design-system/commit/7379fe8e9a8dd4461539812524eeca631a827128) Thanks [@oliverschuerch](https://github.com/oliverschuerch)! - Add Angular migration schematics that will be executed on `ng update`

### Patch Changes

- [#560](https://github.com/swisspost/design-system/pull/560) [`6a719e2`](https://github.com/swisspost/design-system/commit/6a719e2eaf7409e0700f4e609303845086fe6904) Thanks [@alizedebray](https://github.com/alizedebray)! - Added story for the form control styles

## 5.0.0-beta.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swisspost/design-system-styles",
"version": "5.0.0-beta.1",
"version": "5.0.0-beta.2",
"description": "Design System Styles for the Swiss Post web platform.",
"author": "Swiss Post <[email protected]>",
"license": "Apache-2.0",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 937cc9f

Please sign in to comment.