Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 13, 2024
1 parent 6441242 commit d2ea266
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# Changelog

## 1.0.0 (2024-03-13)


### Features

* use text area as input field ([0ed2374](https://github.com/graasp/graasp-app-long-answer/commit/0ed23742fef74c426dbe4a8d00906fa09aa81d47))


### Bug Fixes

* **deps:** update dependency @emotion/react to v11.11.3 ([#5](https://github.com/graasp/graasp-app-long-answer/issues/5)) ([cf82db8](https://github.com/graasp/graasp-app-long-answer/commit/cf82db8467d0343d2ace153ee01fe2eb09b62ee4))
* **deps:** update dependency @types/node to v20.10.8 ([#7](https://github.com/graasp/graasp-app-long-answer/issues/7)) ([b6ac4f3](https://github.com/graasp/graasp-app-long-answer/commit/b6ac4f382d978e4e3df7105512ef819d6f2280da))
* **deps:** update dependency cache ([bb9ae9d](https://github.com/graasp/graasp-app-long-answer/commit/bb9ae9dfec52c9cf2ab673e58d311a3bb176ef81))
* **deps:** update dependency i18next to v23.7.20 ([#8](https://github.com/graasp/graasp-app-long-answer/issues/8)) ([3ae7c15](https://github.com/graasp/graasp-app-long-answer/commit/3ae7c1568c5031570880f53df5234c4d4850e05e))
* **deps:** update lockfile ([0e06765](https://github.com/graasp/graasp-app-long-answer/commit/0e0676556b623e428cd070b4727e536e65f0d7f6))
* **deps:** update mui (non-major) ([114cd3d](https://github.com/graasp/graasp-app-long-answer/commit/114cd3d3aae63edc3c22d4b24f62fbb919240210))
* **deps:** update react monorepo ([d699203](https://github.com/graasp/graasp-app-long-answer/commit/d699203fe0344313f89639fe508e25f45a040380))
* disable save on anonymous not read ([302f4ea](https://github.com/graasp/graasp-app-long-answer/commit/302f4ea82a6e630ca94c96b74d7183f29459d976))
* fix issues present in short answer app ([#23](https://github.com/graasp/graasp-app-long-answer/issues/23)) ([6441242](https://github.com/graasp/graasp-app-long-answer/commit/6441242febac53cfad75dce5c3d3580a1f69fd7e)), closes [#22](https://github.com/graasp/graasp-app-long-answer/issues/22)

## Changelog
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graasp-app-long-answer",
"version": "0.1.0",
"version": "1.0.0",
"license": "AGPL-3.0-only",
"author": "Graasp",
"contributors": [
Expand Down

0 comments on commit d2ea266

Please sign in to comment.