Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Oct 9, 2023
1 parent 0a56dee commit 6546f28
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,56 @@
# Changelog


## v0.3.0

[compare changes](https://github.com/esp-admin/app/compare/v0.2.14...v0.3.0)

### 🚀 Enhancements

- Create sql prisma schema ([6c255b2](https://github.com/esp-admin/app/commit/6c255b2))

### 🔥 Performance

- Remove userId from object upload path ([5940598](https://github.com/esp-admin/app/commit/5940598))
- Remove Bugsnag ([af9126e](https://github.com/esp-admin/app/commit/af9126e))
- Remove vite pwa ([84baa2d](https://github.com/esp-admin/app/commit/84baa2d))
- Serve logos from public instead of assets ([0a56dee](https://github.com/esp-admin/app/commit/0a56dee))

### 🩹 Fixes

- Throw error on unfound unique entity ([14d4698](https://github.com/esp-admin/app/commit/14d4698))
- Set status code to 404 of unfound resource ([f149c66](https://github.com/esp-admin/app/commit/f149c66))
- **report:** Fix server-side optional inputs ([6aa6d61](https://github.com/esp-admin/app/commit/6aa6d61))

### 💅 Refactors

- Move regexs to utils ([d52cbdd](https://github.com/esp-admin/app/commit/d52cbdd))
- Replace JSON.parse with destr ([ebc2ad6](https://github.com/esp-admin/app/commit/ebc2ad6))

### 📦 Build

- Add prisma generate command ([4994f6e](https://github.com/esp-admin/app/commit/4994f6e))

### 🏡 Chore

- ⚠️ Change ids validation regex ([7749e4f](https://github.com/esp-admin/app/commit/7749e4f))
- Update mongodb schema to insure compatibility with sql schema ([1bdad00](https://github.com/esp-admin/app/commit/1bdad00))
- Add prisma npm scripts ([1fdce0a](https://github.com/esp-admin/app/commit/1fdce0a))
- Add prisma migrations folder to gitignore ([50b8f28](https://github.com/esp-admin/app/commit/50b8f28))
- Replace logo path on email templates ([8052940](https://github.com/esp-admin/app/commit/8052940))
- Delete prisma/migrations directory ([2ea7545](https://github.com/esp-admin/app/commit/2ea7545))
- **design:** Update ERD ([d00d475](https://github.com/esp-admin/app/commit/d00d475))
- Load db url from env on sql schema ([3e01ed0](https://github.com/esp-admin/app/commit/3e01ed0))

#### ⚠️ Breaking Changes

- ⚠️ Change ids validation regex ([7749e4f](https://github.com/esp-admin/app/commit/7749e4f))

### ❤️ Contributors

- Becem-gharbi <[email protected]>
- Becem <[email protected]>

## v0.2.14

[compare changes](https://github.com/esp-admin/app/compare/v0.2.13...v0.2.14)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esp-admin",
"version": "0.2.14",
"version": "0.3.0",
"private": true,
"description": "Remote management for ESP microcontrollers",
"homepage": "https://esp-admin.bg.tn",
Expand Down Expand Up @@ -52,4 +52,4 @@
"ua-parser-js": "^1.0.36",
"zod": "^3.22.4"
}
}
}

0 comments on commit 6546f28

Please sign in to comment.