Skip to content

Commit

Permalink
chore(main): release 1.9.0 (#41)
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 Dec 30, 2022
1 parent 81012e0 commit 1442204
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.9.0](https://github.com/arkews/joshub/compare/v1.8.0...v1.9.0) (2022-12-30)


### Features

* **employees:** add new ui to edit form ([ece967d](https://github.com/arkews/joshub/commit/ece967d9572a2c8276b192233290e3d4be5246fe))
* **products:** add api endpoint for search products by name ([9a5fc3b](https://github.com/arkews/joshub/commit/9a5fc3be45e5ec58c9c62a0e909f673eb587c622))
* **products:** add new ui on edit form ([24a6cdd](https://github.com/arkews/joshub/commit/24a6cdd9e5eddea79be4683e5b031b2fb55ee1ae))
* re-design product field ([f11b825](https://github.com/arkews/joshub/commit/f11b825d72c89f3c5dc023f4510b81cc4d13e322))
* re-design quantity field ([0bb8058](https://github.com/arkews/joshub/commit/0bb80587e441e981635d10f8d312a7c4907b66be))
* **transactions:** re-design add transaction details forms ([aff80a1](https://github.com/arkews/joshub/commit/aff80a1d25494853cb536b320027ab6c0fab3a7e))

## [1.8.0](https://github.com/arkews/joshub/compare/v1.7.0...v1.8.0) (2022-12-29)

### Features
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": "joshub",
"version": "1.8.0",
"version": "1.9.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

1 comment on commit 1442204

@vercel
Copy link

@vercel vercel bot commented on 1442204 Dec 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

joshub – ./

joshub-git-main-arkews.vercel.app
joshub.vercel.app
joshub-arkews.vercel.app

Please sign in to comment.