Skip to content

Commit 044c1e4

Browse files
authored
Merge pull request #1863 from vishal423/release-1.1
Prepare release 1.1.0
2 parents b408ab1 + d937900 commit 044c1e4

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

.github/workflows/sample-svelte-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
git config user.name "Vishal Mahajan"
3939
git config user.email [email protected]
4040
git add .
41-
git commit -m "Generated by JHipster v7.9.3 and Svelte blueprint v1.0.0"
41+
git commit -m "Generated by JHipster v7.9.4 and Svelte blueprint v1.1.0"
4242
git push

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
> All notable changes to the "generator-jhipster-svelte" project will be documented in this file.
44
5+
## [1.1.0] - 2023-10-1
6+
7+
### Fixed
8+
9+
- ✅ Fixed build step to correctly copy the Swagger UI files [#1823](https://github.com/jhipster/generator-jhipster-svelte/pull/1823)
10+
11+
### Changed
12+
13+
- ✅ Replaced `eslint-plugin-svelte3` dependency with `eslint-plugin-svelte` [#1824](https://github.com/jhipster/generator-jhipster-svelte/pull/1824)
14+
- ✅ Upgraded `Svelte/Kit`, `Eslint`, `Cypress`, `Testing Library`, `Jest` and other third party dependencies [#1861](https://github.com/jhipster/generator-jhipster-svelte/pull/1861)
15+
516
## [1.0.0] - 2023-4-23
617

718
### BREAKING CHANGES

Dockerfile-release

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

56-
RUN npm install -g --no-audit --quiet generator-jhipster-svelte@1.0.0
56+
RUN npm install -g --no-audit --quiet generator-jhipster-svelte@1.1.0
5757

5858
WORKDIR $APP_PATH
5959

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": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A svelte.js blueprint to generate cybernetically enhanced web applications.",
55
"keywords": [
66
"yeoman-generator",

0 commit comments

Comments
 (0)