Skip to content

Commit 8c58f5b

Browse files
committed
Prepare 0.7.1 release
1 parent 347c179 commit 8c58f5b

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ jobs:
8282
git config user.name "JHipster Svelte Bot"
8383
git config user.email [email protected]
8484
git add .
85-
git commit -m "Generated by JHipster v7.5.0 and Svelte blueprint v0.7.0"
85+
git commit -m "Generated by JHipster v7.5.0 and Svelte blueprint v0.7.1"
8686
git push

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
> All notable changes to the "generator-jhipster-svelte" project will be documented in this file.
44
5-
## Current
5+
## [0.7.1] - 2022-01-03
66

77
### Changed
88

99
- ✅ Bump `JHipster` dependency to support `7.5.0` release
10+
- ✅ Bump `Svelte/Kit` dependency to support latest patch release
1011

1112
## [0.7.0] - 2022-01-01
1213

Dockerfile-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN \
5252
&& echo PATH="$NPM_PATH/bin:$PATH" >> "$HOME/.profile" \
5353
&& . "$HOME/.profile"
5454

55-
RUN npm install -g --no-audit --quiet [email protected].0
55+
RUN npm install -g --no-audit --quiet [email protected].1
5656

5757
WORKDIR $APP_PATH
5858

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-jhipster-svelte",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "A svelte.js blueprint to generate cybernetically enhanced web applications.",
55
"keywords": [
66
"yeoman-generator",

0 commit comments

Comments
 (0)