Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 3, 2024
1 parent 598f0ac commit b21b4dc
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Changelog


## v0.5.2

[compare changes](https://github.com/Akryum/moquerie/compare/v0.5.1...v0.5.2)

### 🚀 Enhancements

- References modal: auto select first favorite resource ([0eb4dcd](https://github.com/Akryum/moquerie/commit/0eb4dcd))
- Preview references with multiple types ([b07312d](https://github.com/Akryum/moquerie/commit/b07312d))
- Inspect instance in new tab ([46d6065](https://github.com/Akryum/moquerie/commit/46d6065))
- Filter to 'all' by default instead of active only ([598f0ac](https://github.com/Akryum/moquerie/commit/598f0ac))

### 🩹 Fixes

- ResourceTable not refetching correct resource type if changed ([2852b19](https://github.com/Akryum/moquerie/commit/2852b19))

### 📖 Documentation

- Db operations ([5b3d87a](https://github.com/Akryum/moquerie/commit/5b3d87a))
- Note about refs ([902e1b4](https://github.com/Akryum/moquerie/commit/902e1b4))
- Typo ([dc6bd83](https://github.com/Akryum/moquerie/commit/dc6bd83))

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))

## v0.5.1

[compare changes](https://github.com/Akryum/moquerie/compare/v0.5.0...v0.5.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "moquerie-mono-repo",
"type": "module",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"packageManager": "[email protected]",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moquerie/app",
"type": "module",
"version": "0.5.1",
"version": "0.5.2",
"description": "Nuxt app frontend for moquerie",
"author": {
"name": "Guillaume Chau"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moquerie/core",
"type": "module",
"version": "0.5.1",
"version": "0.5.2",
"description": "Create API & backend mocks with ease",
"author": {
"name": "Guillaume Chau"
Expand Down
2 changes: 1 addition & 1 deletion packages/moquerie/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "moquerie",
"type": "module",
"version": "0.5.1",
"version": "0.5.2",
"description": "Create API & backend mocks with ease",
"author": {
"name": "Guillaume Chau"
Expand Down

0 comments on commit b21b4dc

Please sign in to comment.