Skip to content

Commit

Permalink
chore(main): release 0.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome committed Feb 14, 2025
1 parent 9605171 commit 708f2e9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.59.0"
".": "0.59.1"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.59.1](https://github.com/BLSQ/openhexa-frontend/compare/0.59.0...0.59.1) (2025-02-14)


### Bug Fixes

* **deps:** update dependency @apollo/client to v3.13.0 ([#1091](https://github.com/BLSQ/openhexa-frontend/issues/1091)) ([41adcfe](https://github.com/BLSQ/openhexa-frontend/commit/41adcfe7c127f4e0373bd3f83542147e2f890017))
* **deps:** update dependency @mdxeditor/editor to v3.21.5 ([#1086](https://github.com/BLSQ/openhexa-frontend/issues/1086)) ([34e0252](https://github.com/BLSQ/openhexa-frontend/commit/34e0252af2900047b9bb9370f41ba2178d5b8e82))
* **deps:** update dependency @sentry/nextjs to v9 ([#1078](https://github.com/BLSQ/openhexa-frontend/issues/1078)) ([52924ae](https://github.com/BLSQ/openhexa-frontend/commit/52924ae4a90da4f6cedd64b004b10ee5cea3aa6e))
* **deps:** update dependency @sentry/nextjs to v9.0.1 ([#1082](https://github.com/BLSQ/openhexa-frontend/issues/1082)) ([4568163](https://github.com/BLSQ/openhexa-frontend/commit/4568163035fbe5631cc8046299a94b79173ce76c))
* **deps:** update dependency @sentry/nextjs to v9.1.0 ([#1087](https://github.com/BLSQ/openhexa-frontend/issues/1087)) ([731c165](https://github.com/BLSQ/openhexa-frontend/commit/731c165c2abb76d1a8f93f344af78c4f63d4ab3a))
* **deps:** update dependency @tanstack/react-table to v8.21.2 ([#1083](https://github.com/BLSQ/openhexa-frontend/issues/1083)) ([e002bee](https://github.com/BLSQ/openhexa-frontend/commit/e002bee1c3c2a7fa553eeb4b1ab529cd11e270b9))
* **deps:** update dependency @types/node to v22.13.2 ([#1085](https://github.com/BLSQ/openhexa-frontend/issues/1085)) ([fb5106a](https://github.com/BLSQ/openhexa-frontend/commit/fb5106a9d91504476347dca0becd48df939930fb))
* **deps:** update dependency @types/node to v22.13.4 ([#1090](https://github.com/BLSQ/openhexa-frontend/issues/1090)) ([93b23b5](https://github.com/BLSQ/openhexa-frontend/commit/93b23b5f7588ed031a8e62752a44df265d4e7f2d))
* **deps:** update dependency cron-parser to v5 ([#1092](https://github.com/BLSQ/openhexa-frontend/issues/1092)) ([9605171](https://github.com/BLSQ/openhexa-frontend/commit/960517101b4bf06b982a3ae2e2e8dd007f03c555))
* **deps:** update dependency remark-gfm to v4.0.1 ([#1076](https://github.com/BLSQ/openhexa-frontend/issues/1076)) ([ad01b3d](https://github.com/BLSQ/openhexa-frontend/commit/ad01b3dad29681909798ab7089ef414fe7e1a8e4))
* **deps:** update nextjs monorepo to v15.1.7 ([#1081](https://github.com/BLSQ/openhexa-frontend/issues/1081)) ([a4d3ac9](https://github.com/BLSQ/openhexa-frontend/commit/a4d3ac9dd46be3bc39d4b7d2ea99ccd8136f0e93))

## [0.59.0](https://github.com/BLSQ/openhexa-frontend/compare/0.58.2...0.59.0) (2025-02-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@
"prettier-plugin-tailwindcss": "^0.6.10",
"tailwindcss": "^4.0.0"
},
"version": "0.59.0"
"version": "0.59.1"
}

0 comments on commit 708f2e9

Please sign in to comment.