From 683e3afed8cf31ed2261314d3970b034e528abc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:01:28 +0100 Subject: [PATCH] chore(main): release 2.9.4 (#1069) 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 05ede8081..8c573abca 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. +## [2.9.4](https://github.com/graasp/graasp-builder/compare/v2.9.3...v2.9.4) (2024-03-07) + + +### Bug Fixes + +* invert colors for mobile platform switch ([#1066](https://github.com/graasp/graasp-builder/issues/1066)) ([dcfd9da](https://github.com/graasp/graasp-builder/commit/dcfd9da57c1934adee35212268ae3cf806d13127)) + ## [2.9.3](https://github.com/graasp/graasp-builder/compare/v2.9.2...v2.9.3) (2024-03-06) diff --git a/package.json b/package.json index ae8ee9d8a..c4b0e8f54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "2.9.3", + "version": "2.9.4", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",