From bafd95f76b091dc0659a2e22dde185794ef660e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Fri, 9 Sep 2022 11:21:30 +0200 Subject: [PATCH] chore(main): release 0.6.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c317e279..462dcd77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.6.0](https://github.com/BLSQ/openhexa-frontend/compare/0.5.3...0.6.0) (2022-09-09) + + +### Features + +* **collections:** User can delete elements from collections directly ([0237e3c](https://github.com/BLSQ/openhexa-frontend/commit/0237e3c5a40a722869f0aee6f6d995e7d134b779)) +* **Collection:** User can add & remove elements from collection's page ([47dd5e8](https://github.com/BLSQ/openhexa-frontend/commit/47dd5e816bbb8b99263627ba9d748fce7cd69aa2)) +* **Search:** Implement a basic quick search component ([22a881a](https://github.com/BLSQ/openhexa-frontend/commit/22a881ae15311599eaafa040f933630a948b2933)) + ## [0.5.3](https://github.com/BLSQ/openhexa-frontend/compare/0.5.2...0.5.3) (2022-09-07) diff --git a/package-lock.json b/package-lock.json index bc065ee7..cfcdbc29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "engines": { "node": ">= 16" }, - "version": "0.5.3" + "version": "0.6.0" }, "node_modules/@adobe/css-tools": { "version": "4.0.1", @@ -36210,5 +36210,5 @@ } } }, - "version": "0.5.3" + "version": "0.6.0" } diff --git a/package.json b/package.json index d8e7aadb..b1f4dee6 100644 --- a/package.json +++ b/package.json @@ -105,5 +105,5 @@ "prettier-plugin-tailwindcss": "^0.1.13", "tailwindcss": "^3.1.8" }, - "version": "0.5.3" + "version": "0.6.0" }