Skip to content

Commit

Permalink
chore(main): release 1.13.0 (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
graasper authored Jan 10, 2025
1 parent 4e8ef71 commit 22fd338
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.13.0](https://github.com/graasp/graasp-library/compare/v1.12.0...v1.13.0) (2025-01-08)


### Features

* add storybook and collapsible text ([#732](https://github.com/graasp/graasp-library/issues/732)) ([64916c7](https://github.com/graasp/graasp-library/commit/64916c7f9e0e5f1fa297883eb7118551697a37ab))


### Bug Fixes

* fix broken text ([#733](https://github.com/graasp/graasp-library/issues/733)) ([4e8ef71](https://github.com/graasp/graasp-library/commit/4e8ef7170ff7aa8ae98d35e848d26911e96d54ba))
* use correct id for useMember ([#728](https://github.com/graasp/graasp-library/issues/728)) ([1e30fae](https://github.com/graasp/graasp-library/commit/1e30faea972141e6be49c2470d59b7bfe5575397))

## [1.12.0](https://github.com/graasp/graasp-library/compare/v1.11.0...v1.12.0) (2024-12-11)


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.12.0",
"version": "1.13.0",
"license": "AGPL-3.0-only",
"scripts": {
"start": "next dev -p 3005",
Expand Down

0 comments on commit 22fd338

Please sign in to comment.