Skip to content

Commit

Permalink
chore(main): release 1.7.3 (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
graasper authored Aug 20, 2024
1 parent 98b8f41 commit 7da1501
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

## [1.7.3](https://github.com/graasp/graasp-library/compare/v1.7.2...v1.7.3) (2024-08-20)


### Bug Fixes

* **deps:** update dependency @sentry/nextjs to v8.26.0 ([#666](https://github.com/graasp/graasp-library/issues/666)) ([98b8f41](https://github.com/graasp/graasp-library/commit/98b8f41d0d6e5258f1f3d8b412416d0b460b6a1b))
* **deps:** update dependency i18next to v23.12.1 ([#646](https://github.com/graasp/graasp-library/issues/646)) ([8d29f64](https://github.com/graasp/graasp-library/commit/8d29f640f5ef6b4473148e761e18185dbdbfcfee))
* **deps:** update dependency next to v14.2.5 ([#645](https://github.com/graasp/graasp-library/issues/645)) ([d8bae96](https://github.com/graasp/graasp-library/commit/d8bae9600a6dcba88b45851048d834b02b88d3be))
* **deps:** update dependency react-router-dom to v6.26.1 ([#668](https://github.com/graasp/graasp-library/issues/668)) ([4ae44f8](https://github.com/graasp/graasp-library/commit/4ae44f8b8f2d3504d65faa57f69cd841807e07fe))
* **deps:** update eslint packages ([#644](https://github.com/graasp/graasp-library/issues/644)) ([2f40ca0](https://github.com/graasp/graasp-library/commit/2f40ca049b515f47243dcf4d5adaa210f91bed5f))
* **deps:** update graasp packages ([#659](https://github.com/graasp/graasp-library/issues/659)) ([bf5fe9e](https://github.com/graasp/graasp-library/commit/bf5fe9e7d7eb1c8a80891baa6c544861e460cea1))
* **deps:** update graasp packages (minor) ([#637](https://github.com/graasp/graasp-library/issues/637)) ([40fb958](https://github.com/graasp/graasp-library/commit/40fb958e211754d0ea80fcace23d5f272dbcd6da))
* update dependencies ([#660](https://github.com/graasp/graasp-library/issues/660)) ([f2096e6](https://github.com/graasp/graasp-library/commit/f2096e680206f24e6eeb0db1a3acf4773dc2c74f))
* update deps ([#664](https://github.com/graasp/graasp-library/issues/664)) ([67c8ee9](https://github.com/graasp/graasp-library/commit/67c8ee94ac3087f95d202a8fe6e0860ae802ec87))
* update log group for dev ([559e4f2](https://github.com/graasp/graasp-library/commit/559e4f2f27246de752fc8a71f6d04632d80482f4))

## [1.7.2](https://github.com/graasp/graasp-library/compare/v1.7.1...v1.7.2) (2024-07-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graasp-library",
"version": "1.7.2",
"version": "1.7.3",
"license": "AGPL-3.0-only",
"scripts": {
"start": "next dev -p 3005",
Expand Down

0 comments on commit 7da1501

Please sign in to comment.