From 8d046fef1be3cb3028b6f10143058be9a00c1b00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 20:54:05 +0100 Subject: [PATCH] chore(main): release 0.11.0 (#604) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a6a7c05..f5e1b3d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.11.0](https://github.com/graasp/graasp-builder/compare/v0.10.0...v0.11.0) (2023-03-24) + + +### Features + +* **ui:** show item status with badges in table and cards ([#591](https://github.com/graasp/graasp-builder/issues/591)) ([bde9dd9](https://github.com/graasp/graasp-builder/commit/bde9dd9f3b9cb8250121eeb7902430afb95aa10f)) + ## [0.10.0](https://github.com/graasp/graasp-builder/compare/v0.9.0...v0.10.0) (2023-03-17) diff --git a/package.json b/package.json index 2cd2a15cc..e2a61447e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "0.10.0", + "version": "0.11.0", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",