From 853d46ba334fe0c6a167a9a4e106916d7f1555d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:33:40 +0200 Subject: [PATCH] chore(main): release 1.6.0 (#92) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b070812..33b1d5c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.6.0](https://github.com/graasp/graasp-map/compare/v1.5.0...v1.6.0) (2024-04-05) + + +### Features + +* update map for mobile screens ([#100](https://github.com/graasp/graasp-map/issues/100)) ([6e8f5a1](https://github.com/graasp/graasp-map/commit/6e8f5a1c99b90cdf9a79721c68b0b4f5ab652e16)) + + +### Bug Fixes + +* **deps:** update dependency @emotion/styled to v11.11.5 ([546ebb6](https://github.com/graasp/graasp-map/commit/546ebb6380a65fa01453a6d4f06b6b55d03087bb)) +* **deps:** update dependency react-toastify to v10.0.5 ([96277bf](https://github.com/graasp/graasp-map/commit/96277bf669b2e0c31c01aa53329b4c44ead449e8)) +* **deps:** update mui (non-major) ([90366c4](https://github.com/graasp/graasp-map/commit/90366c40a17dcc99fc3d1c03f4801b295472182e)) + ## [1.5.0](https://github.com/graasp/graasp-map/compare/v1.4.0...v1.5.0) (2024-03-25) diff --git a/package.json b/package.json index d982fab30..0f91dd62d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graasp/map", - "version": "1.5.0", + "version": "1.6.0", "license": "AGPL-3.0-only", "repository": "git@github.com:graasp/graasp-map.git", "author": "Graasp",