Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#527)
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 Jan 18, 2023
1 parent 2f496bb commit bdfa309
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.

## [0.4.0](https://github.com/graasp/graasp-builder/compare/v0.3.0...v0.4.0) (2023-01-16)


### Features

* add Resizable item setting ([#514](https://github.com/graasp/graasp-builder/issues/514)) ([80795c9](https://github.com/graasp/graasp-builder/commit/80795c9916187cb665f6efe7a7428901779fee9b))


### Bug Fixes

* case-insensitive autocomplete comparison ([#529](https://github.com/graasp/graasp-builder/issues/529)) ([2f496bb](https://github.com/graasp/graasp-builder/commit/2f496bb69a0143256e5ade14941d8cfbd2c36491))
* filtering option in app auto-complete ([80795c9](https://github.com/graasp/graasp-builder/commit/80795c9916187cb665f6efe7a7428901779fee9b))
* show isResizable setting on app item only ([2f496bb](https://github.com/graasp/graasp-builder/commit/2f496bb69a0143256e5ade14941d8cfbd2c36491))


### Tests

* adapt tests to item settings refactor and types ([80795c9](https://github.com/graasp/graasp-builder/commit/80795c9916187cb665f6efe7a7428901779fee9b))

## [0.3.0](https://github.com/graasp/graasp-builder/compare/v0.2.5...v0.3.0) (2023-01-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-builder",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"license": "AGPL-3.0-only",
"dependencies": {
Expand Down

0 comments on commit bdfa309

Please sign in to comment.