From c7673f57cd724b3d015fbd93460f716f202dc98e Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Mon, 21 Feb 2022 15:02:08 +0200 Subject: [PATCH] dump v1.6.3. --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9a76ef1..03f5da752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to Bigcapital server-side will be in this file. +## [1.6.3] - 21-02-2022 + +### Fixed + - `BIG-337` Display billing page once the organization subscription is inactive. + +## [1.6.2] - 19-02-2022 + +### Fixed + - fix syled components dependency with imported as default components. + +## [1.6.0] - 18-02-2022 + +### Added +- Balance sheet comparison of previous period (PP). +- Balance sheet comparison of previous year (PY). +- Balance sheet percentage analysis columns and rows basis. +- Profit & loss sheet comparison of preivous period (PP). +- Profit & loss sheet comparison of previous year (PY). +- Profit & loss sheet percentage analysis columns, rows, income and expenses basis. + ## [1.5.8] - 13-01-2022 ### Added diff --git a/package.json b/package.json index 77cf277f3..76def75d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigcapital-client", - "version": "1.5.8", + "version": "1.6.3", "private": true, "dependencies": { "@babel/core": "7.8.4",