Skip to content

Commit

Permalink
Merge pull request #1863 from vishal423/release-1.1
Browse files Browse the repository at this point in the history
Prepare release 1.1.0
  • Loading branch information
vishal423 authored Oct 1, 2023
2 parents b408ab1 + d937900 commit 044c1e4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sample-svelte-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
git config user.name "Vishal Mahajan"
git config user.email vishal423@gmail.com
git add .
git commit -m "Generated by JHipster v7.9.3 and Svelte blueprint v1.0.0"
git commit -m "Generated by JHipster v7.9.4 and Svelte blueprint v1.1.0"
git push
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

> All notable changes to the "generator-jhipster-svelte" project will be documented in this file.
## [1.1.0] - 2023-10-1

### Fixed

- ✅ Fixed build step to correctly copy the Swagger UI files [#1823](https://github.com/jhipster/generator-jhipster-svelte/pull/1823)

### Changed

- ✅ Replaced `eslint-plugin-svelte3` dependency with `eslint-plugin-svelte` [#1824](https://github.com/jhipster/generator-jhipster-svelte/pull/1824)
- ✅ Upgraded `Svelte/Kit`, `Eslint`, `Cypress`, `Testing Library`, `Jest` and other third party dependencies [#1861](https://github.com/jhipster/generator-jhipster-svelte/pull/1861)

## [1.0.0] - 2023-4-23

### BREAKING CHANGES
Expand Down
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 generator-jhipster-svelte@1.0.0
RUN npm install -g --no-audit --quiet generator-jhipster-svelte@1.1.0

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

0 comments on commit 044c1e4

Please sign in to comment.