Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.87
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jul 27, 2023
1 parent 701085e commit f64b10b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.0.0-beta.87](https://github.com/ecomplus/admin/compare/v1.0.0-beta.86...v1.0.0-beta.87) (2023-07-27)


### Bug Fixes

* new cart/order item with quantity 1 if stock greater than 100 ([701085e](https://github.com/ecomplus/admin/commit/701085e49552a520bb15340751cf2d52cf9a3969))
* update `callApi` methods to handle v2 base URI by session ([060e5ad](https://github.com/ecomplus/admin/commit/060e5ad6194842b5ab3965a794a69b2f92ad9589))

## [1.0.0-beta.86](https://github.com/ecomplus/admin/compare/v1.0.0-beta.85...v1.0.0-beta.86) (2023-07-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/admin",
"version": "1.0.0-beta.86",
"version": "1.0.0-beta.87",
"description": "E-Com Plus Admin dashboard PWA",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit f64b10b

Please sign in to comment.