Skip to content

Commit

Permalink
chore(main): release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 7, 2024
1 parent d7ee571 commit 4920b9f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.1](https://github.com/graasp/graasp-library/compare/v1.7.0...v1.7.1) (2024-05-07)


### Bug Fixes

* **deps:** update dependency @graasp/query-client to v3.4.2 ([#619](https://github.com/graasp/graasp-library/issues/619)) ([c218f98](https://github.com/graasp/graasp-library/commit/c218f983cf31df8c913437a7de4588b9c4ea8c3e))
* **deps:** update dependency @graasp/translations to v1.28.0 ([#600](https://github.com/graasp/graasp-library/issues/600)) ([bf87926](https://github.com/graasp/graasp-library/commit/bf87926a0dc4a46346a5429abff5390765caef33))
* **deps:** update dependency @graasp/ui to v4.17.1 ([#620](https://github.com/graasp/graasp-library/issues/620)) ([78a94a1](https://github.com/graasp/graasp-library/commit/78a94a11b09e756e542f2a0437ff2d02098f6b06))
* **deps:** update dependency @sentry/nextjs to v7.113.0 ([#590](https://github.com/graasp/graasp-library/issues/590)) ([e8861f2](https://github.com/graasp/graasp-library/commit/e8861f241093f2422d8fdc8db4c6b23dd87a4a7c))
* **deps:** update dependency katex to v0.16.10 [security] ([#587](https://github.com/graasp/graasp-library/issues/587)) ([ec61751](https://github.com/graasp/graasp-library/commit/ec617516f56eef8aaee710ab922d75552f100d0d))
* set default for in-depth search to false ([#610](https://github.com/graasp/graasp-library/issues/610)) ([a41709f](https://github.com/graasp/graasp-library/commit/a41709f43dbf4964e76c2f912ae6cfb79c447b0c))

## [1.7.0](https://github.com/graasp/graasp-library/compare/v1.6.0...v1.7.0) (2024-05-01)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graasp-library",
"version": "1.7.0",
"version": "1.7.1",
"license": "AGPL-3.0-only",
"scripts": {
"start": "next dev -p 3005",
Expand Down Expand Up @@ -70,8 +70,8 @@
"uuid": "9.0.1"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@cypress/code-coverage": "3.12.39",
"@types/katex": "^0.16.7",
"@types/lodash.groupby": "4.6.9",
Expand Down

0 comments on commit 4920b9f

Please sign in to comment.