From 4a46c00a076330d334d38d523524a5b1a2487082 Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Mon, 3 Jan 2022 19:42:05 +0200 Subject: [PATCH] chore: bump version. --- CHANGELOG.md | 31 ++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d280b5e11..6b0e0d0a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,17 @@ All notable changes to Bigcapital server-side will be in this file. +## [1.5.3] - 03-01-2020 + +### Fixed + +- Localize the global errors. +- Expand account name column on trial balance sheet. + ## [1.5.0] - 20-12-2021 + ### Added + - Add credit note on sales module. - Add vendor credit on purchases module. - Optimize landed costs on purchase invoices. @@ -15,24 +24,29 @@ All notable changes to Bigcapital server-side will be in this file. - Optimize readonly details style of invoice, receipt, estimate, payment receive, purchase invoice, expense, manual journal, inventory adjustment and cashflow transaction. -### Changed +### Changed + - Dashboard meta boot and authenticated user request query. - Optimize Arabic localization. ## [1.4.0] - 11-09-2021 ### Added + - Add SMS notification on sale invoice, receipt, customers payments modules. - Customer quick create in customers list. - Item quick create in items list. ### Changes - change: BIG-171 alerts in global scope and lazy loading. + +change: BIG-171 alerts in global scope and lazy loading. + ### Fixed - fix: BIG-140 - Reordering sell, cost and inventory account on item details. - fix: BIG-144 - Typo adjustment dialog success message. - fix: BIG-148 - Items entries ordered by index. - fix: BIG-132 AR/AP aging summary report filter by none transactions/zero contacts. + +fix: BIG-140 - Reordering sell, cost and inventory account on item details. +fix: BIG-144 - Typo adjustment dialog success message. +fix: BIG-148 - Items entries ordered by index. +fix: BIG-132 AR/AP aging summary report filter by none transactions/zero contacts. ## [1.2.0-RC] - 03-09-2021 @@ -40,6 +54,7 @@ Here we write upgrading notes for brands. It's a team effort to make them as straightforward as possible. ### Added + - Add slidable sub-sidebar to improve user experience instead of sub-menu. - Add Subscription guard to ensure the organization's subscription is active or redirect all routes to subscription billing page. @@ -63,14 +78,16 @@ straightforward as possible. - Inventory adjustment publish action. - Customers and vendors activate and inactivate action. - Add refresh button on dashboard actions bar to all datatables resources. -- Add clickable datatable rows to display each row details. +- Add clickable datatable rows to display each row details. ### Changed + - Optimize style of datatable selection checkbox. - Disable animation in dashboard views tabs. - Optimize Arabic localization. ### Fixed + - fix: disable submit buttons in pereferences pages. - fix: inventory adjustment cost field max/min range to avoid out of range error. - fix: transactions by customers/vendors report localization. diff --git a/package.json b/package.json index 96fb00cde..2fda86adc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigcapital-client", - "version": "1.5.2", + "version": "1.5.3", "private": true, "dependencies": { "@babel/core": "7.8.4",