-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1374 from vishal423/release
Prepare next release v0.10.1
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -82,5 +82,5 @@ jobs: | |
git config user.name "Vishal Mahajan" | ||
git config user.email [email protected] | ||
git add . | ||
git commit -m "Generated by JHipster v7.9.3 and Svelte blueprint v0.10.0" | ||
git commit -m "Generated by JHipster v7.9.3 and Svelte blueprint v0.10.1" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ RUN \ | |
&& echo PATH="$NPM_PATH/bin:$PATH" >> "$HOME/.profile" \ | ||
&& . "$HOME/.profile" | ||
|
||
RUN npm install -g --no-audit --quiet [email protected].0 | ||
RUN npm install -g --no-audit --quiet [email protected].1 | ||
|
||
WORKDIR $APP_PATH | ||
|
||
|
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