-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
151 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'@swisspost/design-system-styles-migrations': patch | ||
'@swisspost/design-system-migrations': patch | ||
--- | ||
|
||
Added README.md and LICENSE to the published package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Temporary beta action | ||
|
||
on: workflow_dispatch | ||
|
||
jobs: | ||
release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repo | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: '16' | ||
|
||
- uses: pnpm/[email protected] | ||
with: | ||
version: 7.9.0 | ||
|
||
- name: Install dependencies | ||
run: pnpm install | ||
|
||
- name: Run change | ||
run: | | ||
pnpm changeset pre enter beta | ||
pnpm changeset version | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Philipp Gfeller" | ||
git add -A | ||
git commit -m "chore: enter beta" | ||
git push | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
packages/components-angular/projects/intranet-header/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@swisspost/design-system-intranet-header", | ||
"version": "3.0.0-alpha.4", | ||
"version": "3.0.0-beta.0", | ||
"description": "Intranet header for internal Swiss Post applications as an Angular component.", | ||
"author": "Swiss Post <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -21,7 +21,7 @@ | |
"@angular/core": "^13.2.0 || ^14.0.0" | ||
}, | ||
"dependencies": { | ||
"@swisspost/design-system-styles": "^5.0.0-alpha.7", | ||
"@swisspost/design-system-styles": "^5.0.0-beta.0", | ||
"tslib": "2.4.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@swisspost/design-system-demo", | ||
"version": "5.0.0-alpha.5", | ||
"version": "5.0.0-beta.0", | ||
"description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.", | ||
"author": "Swiss Post <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -28,8 +28,8 @@ | |
"@ng-bootstrap/ng-bootstrap": "12.1.2", | ||
"@popperjs/core": "2.11.6", | ||
"@swimlane/ngx-datatable": "20.0.0", | ||
"@swisspost/design-system-intranet-header": "^3.0.0-alpha.4", | ||
"@swisspost/design-system-styles": "^5.0.0-alpha.7", | ||
"@swisspost/design-system-intranet-header": "^3.0.0-beta.0", | ||
"@swisspost/design-system-styles": "^5.0.0-beta.0", | ||
"bootstrap": "5.1.3", | ||
"core-js": "3.25.0", | ||
"highlight.js": "11.6.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# @swisspost/design-system-styles-migrations | ||
# @swisspost/design-system-migrations | ||
|
||
## 1.0.0-alpha.3 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@swisspost/design-system-styles", | ||
"version": "5.0.0-alpha.7", | ||
"version": "5.0.0-beta.0", | ||
"description": "Design System Styles for the Swiss Post web platform.", | ||
"author": "Swiss Post <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.