-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 7.2.1
- Loading branch information
Showing
6 changed files
with
33 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,8 +45,13 @@ jobs: | |
git config user.name ionitron | ||
git config user.email [email protected] | ||
shell: bash | ||
# This ensures the local version of Lerna is installed | ||
# and that we do not use the global Lerna version | ||
- name: Install root dependencies | ||
run: npm ci | ||
shell: bash | ||
- name: Create GitHub Release | ||
run: lerna version ${{ inputs.version }} --yes --force-publish='*' --conventional-commits --create-release github | ||
run: npx lerna version ${{ inputs.version }} --yes --force-publish='*' --conventional-commits --create-release github | ||
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
shell: bash | ||
|
@@ -55,7 +60,7 @@ jobs: | |
# so we do that here. | ||
- name: Bump Package Lock | ||
run: | | ||
lerna exec "npm install --package-lock-only --legacy-peer-deps" | ||
npx lerna exec "npm install --package-lock-only --legacy-peer-deps" | ||
git add . | ||
git commit -m "chore(): update package lock files" | ||
git push | ||
|
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 |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": [ | ||
"./" | ||
], | ||
"version": "7.2.0" | ||
"version": "7.2.1" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -10,7 +10,6 @@ | |
|
||
box-sizing: content-box !important; | ||
|
||
font-size: 1rem; | ||
} | ||
|
||
:host .ionicon { | ||
|