From 6dbe05755ac291cd683e29aa45bcfc0f3243f5ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:33:34 +0000 Subject: [PATCH] chore(master): release 2.0.0 (#691) --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3352c57cd..695a72adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.0.0](https://github.com/MTES-MCT/ecobalyse/compare/v1.3.2...v2.0.0) (2024-07-30) + + +### ⚠ BREAKING CHANGES + +* **textile,api,ui,data:** update durability index computation ([#673](https://github.com/MTES-MCT/ecobalyse/issues/673)) + +### Features + +* Brightway explorer download buttons ([#688](https://github.com/MTES-MCT/ecobalyse/issues/688)) ([d4cf712](https://github.com/MTES-MCT/ecobalyse/commit/d4cf712e52438c8b61abe362779a15daebfc3e24)) +* download and upload buttons above the list of activities ([#689](https://github.com/MTES-MCT/ecobalyse/issues/689)) ([d27fa51](https://github.com/MTES-MCT/ecobalyse/commit/d27fa51c415f7af14d60cae8e7d1c7c459464553)) +* **textile,api,ui,data:** update durability index computation ([#673](https://github.com/MTES-MCT/ecobalyse/issues/673)) ([a915613](https://github.com/MTES-MCT/ecobalyse/commit/a915613cbb3d600775f5001023e0e5e61dbb467b)) + + +### Bug Fixes + +* **food:** correct default origin for ingredients ([#683](https://github.com/MTES-MCT/ecobalyse/issues/683)) ([8b1ce73](https://github.com/MTES-MCT/ecobalyse/commit/8b1ce7363c280d1fc298bcd3aee644f1b6f4ea42)) +* update pull examples data ([#690](https://github.com/MTES-MCT/ecobalyse/issues/690)) ([bfbef62](https://github.com/MTES-MCT/ecobalyse/commit/bfbef62fa63a36119c9930678ed766a317c0ee2a)) + ## [1.3.2](https://github.com/MTES-MCT/ecobalyse/compare/v1.3.1...v1.3.2) (2024-07-23) diff --git a/package-lock.json b/package-lock.json index 28768a6ca..e44f8d71b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecobalyse", - "version": "1.3.2", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecobalyse", - "version": "1.3.2", + "version": "2.0.0", "license": "MIT", "dependencies": { "@parcel/transformer-elm": "^2.12.0", diff --git a/package.json b/package.json index 7c7dc696a..68d322cd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecobalyse", - "version": "1.3.2", + "version": "2.0.0", "description": "Accélérer l'affichage environnemental de la filière textile française", "author": "Ecobalyse ", "license": "MIT",