Skip to content

Commit

Permalink
Merge pull request #1374 from vishal423/release
Browse files Browse the repository at this point in the history
Prepare next release v0.10.1
  • Loading branch information
vishal423 authored Sep 11, 2022
2 parents 1da9929 + eccaa6e commit 756bd49
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Dockerfile-release
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-jhipster-svelte",
"version": "0.10.0",
"version": "0.10.1",
"description": "A svelte.js blueprint to generate cybernetically enhanced web applications.",
"keywords": [
"yeoman-generator",
Expand Down

0 comments on commit 756bd49

Please sign in to comment.