Skip to content

Commit

Permalink
[RELEASE] A minor is being released to 5.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-bot committed Jun 21, 2024
1 parent 0dab54d commit 3fcf005
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 12 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# pix-site Changelog

## v5.10.0 (21/06/2024)


### :building_construction: Tech
- [#672](https://github.com/1024pix/pix-site/pull/672) [TECH] : Update redirect to support.
- [#662](https://github.com/1024pix/pix-site/pull/662) [TECH] Utiliser la librairie @nuxt/eslint au lieu de @nuxt/eslint-config.

### :bug: Correction
- [#671](https://github.com/1024pix/pix-site/pull/671) [BUGFIX] Ne pas rappatrier les assets de `images.prismic.io` du tout.
- [#670](https://github.com/1024pix/pix-site/pull/670) [BUGFIX] Ne pas rappatrier les assets de `images.prismic.io` sur Pix Pro.
- [#668](https://github.com/1024pix/pix-site/pull/668) [BUGFIX] Inclure les images dans les builds, deuxième essai.

### :coffee: Autre
- [#667](https://github.com/1024pix/pix-site/pull/667) Revert "[TECH] Utiliser la librairie @nuxt/eslint au lieu de @nuxt/eslint-config".

## v5.9.1 (13/06/2024)


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": "pix-site",
"version": "5.9.1",
"version": "5.10.0",
"description": "Site vitrine de Pix",
"scripts": {
"lint": "eslint .",
Expand Down
4 changes: 2 additions & 2 deletions pix-pro/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 pix-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"vitest": "^1.3.1",
"vue-chartjs": "^5.2.0"
},
"version": "5.9.1"
"version": "5.10.0"
}
4 changes: 2 additions & 2 deletions pix-site/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 pix-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"vitest": "^1.3.1",
"vue-chartjs": "^5.2.0"
},
"version": "5.9.1"
"version": "5.10.0"
}
4 changes: 2 additions & 2 deletions shared/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 shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shared",
"version": "5.9.1",
"version": "5.10.0",
"description": "Pix site main layer",
"directories": {
"test": "tests"
Expand Down

0 comments on commit 3fcf005

Please sign in to comment.