Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
chore(main): release 2.8.0 (#562)
Browse files Browse the repository at this point in the history
* chore(main): release 2.8.0

* refactor: update yarn lock

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kim Lan Phan Hoang <pyphilia@gmail.com>
Co-authored-by: kim <kim.phanhoang@epfl.ch>
  • Loading branch information
3 people authored Mar 19, 2024
1 parent 88f7f41 commit b52a15c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.8.0](https://github.com/graasp/graasp-player/compare/v2.7.0...v2.8.0) (2024-03-15)


### Features

* allow fullscreen mode ([#560](https://github.com/graasp/graasp-player/issues/560)) ([fd230cc](https://github.com/graasp/graasp-player/commit/fd230cc44084aaf69dbe8a8db7e4fbed720709e4))


### Bug Fixes

* **arabic:** update translations ([#561](https://github.com/graasp/graasp-player/issues/561)) ([e702f3b](https://github.com/graasp/graasp-player/commit/e702f3bce25f4eafb8e98989174ff2422e62e631))
* **deps:** update dependency @graasp/translations to v1.25.3 ([#563](https://github.com/graasp/graasp-player/issues/563)) ([27c75ec](https://github.com/graasp/graasp-player/commit/27c75eca2d8446e2a3de02cb8095925266a0a51b))
* **deps:** update dependency @sentry/react to v7.107.0 ([#555](https://github.com/graasp/graasp-player/issues/555)) ([ded05b3](https://github.com/graasp/graasp-player/commit/ded05b3b8bf4bec0f6cc8068f6e1a7c6f293d988))
* **deps:** update dependency i18next to v23.10.1 ([#554](https://github.com/graasp/graasp-player/issues/554)) ([355bb20](https://github.com/graasp/graasp-player/commit/355bb2085f01cb4135f0c6589581a925d33347eb))
* **deps:** update dependency react-i18next to v14.1.0 ([#552](https://github.com/graasp/graasp-player/issues/552)) ([47abebb](https://github.com/graasp/graasp-player/commit/47abebb9327a6468460dd2bbd22549bb5dcd41ca))
* **deps:** update react-router monorepo to v6.22.3 ([#553](https://github.com/graasp/graasp-player/issues/553)) ([5f385b1](https://github.com/graasp/graasp-player/commit/5f385b1c02f953db82c9132c0166670d4549925f))

## [2.7.0](https://github.com/graasp/graasp-player/compare/v2.6.0...v2.7.0) (2024-03-12)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graasp-player",
"version": "2.7.0",
"version": "2.8.0",
"private": true,
"author": "Graasp",
"contributors": [
Expand Down Expand Up @@ -55,7 +55,7 @@
"react-dom": "18.2.0",
"react-fullscreen-crossbrowser": "1.1.3",
"react-ga4": "2.1.0",
"react-i18next": "14.1.0",
"react-i18next": "14.0.5",
"react-intersection-observer": "9.8.1",
"react-quill": "2.0.0",
"react-router": "6.22.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6452,7 +6452,7 @@ __metadata:
react-dom: "npm:18.2.0"
react-fullscreen-crossbrowser: "npm:1.1.3"
react-ga4: "npm:2.1.0"
react-i18next: "npm:14.1.0"
react-i18next: "npm:14.0.5"
react-intersection-observer: "npm:9.8.1"
react-quill: "npm:2.0.0"
react-router: "npm:6.22.3"
Expand Down Expand Up @@ -9847,9 +9847,9 @@ __metadata:
languageName: node
linkType: hard

"react-i18next@npm:14.1.0":
version: 14.1.0
resolution: "react-i18next@npm:14.1.0"
"react-i18next@npm:14.0.5":
version: 14.0.5
resolution: "react-i18next@npm:14.0.5"
dependencies:
"@babel/runtime": "npm:^7.23.9"
html-parse-stringify: "npm:^3.0.1"
Expand All @@ -9861,7 +9861,7 @@ __metadata:
optional: true
react-native:
optional: true
checksum: 10/47b050ff3d8e43e8b56ca6b57f67c3feaecdb629b47eeb3923b4f43312b89af3e9373e93ada72420ad3199fc340605929512134eefcb55844f0eaa6bc0785613
checksum: 10/4c91d4b889ab1ab05d7cda050890f7f41c4a73dadfef4778770a53b0d2f98e9d80f04da5086790706349d8a80cf09eec0c539fc1020a7c6fead562511dd2a2cf
languageName: node
linkType: hard

Expand Down

0 comments on commit b52a15c

Please sign in to comment.