From b903aa3eb2d577447ac41c80eec0c04fdb8c3e0c Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Thu, 31 Mar 2022 14:07:17 +0200 Subject: [PATCH] dump v1.7.2 version with changelogs. --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab70adcb0..4bb04704e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to Bigcapital server-side will be in this file. +## [1.7.1-rc.2] - 30-03-2022 + +## Added + - `BIG-141` Add inactive status to item drawer details. + - `BIG-278` Add created at date on expense details. + - `BIG-350` Add empty status content of warehouse transfers service. +## Fixed + - `BIG-221` Remove Non-inventory radio choice on item form. + - `BIG-236` Validate estimate expiration date should be equal or bigger than estimate date. + - `BIG-237` Validate invoice due date should be equal or bigger than invoice date. + - `BIG-238` Validate bill due date should be equal or bigger than bill date. + - `BIG-280` Optimize style of multi-select accounts menu. + - `BIG-284` Cashflow statement loading bar. + - `BIG-296` Creating a new child account from accounts list. + - `BIG-301` Navigation bar divider on actions bar hide with permissions control. + - `BIG-304` Adding cash or bank account from cash flow service. + - `BIG-351` Invalid date in the inventory adjustment detail. + - `BIG-352` Fix terms and notes fields on footer of all services. + - `BIG-354` Validate the warehouse transfer quantity should be above zero. + ## [1.7.0-rc.1] - 24-03-2022 ## Added diff --git a/package.json b/package.json index d4a827375..cf7f8a161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigcapital-client", - "version": "1.6.3", + "version": "1.7.1", "private": true, "dependencies": { "@babel/core": "7.8.4",