Skip to content

Commit

Permalink
🔖 Release v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-m-santos committed Nov 27, 2023
1 parent c35a3d9 commit d19ff54
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [1.6.3](https://github.com/Adyen/lume/compare/1.6.2...1.6.3)

- 🐛 Reverted wrongly checked-in lock file [`0d94181`](https://github.com/Adyen/lume/commit/0d94181eb8ac2a4bf36f676d9e5586796c220715)
- 🐛 Fix add default value to isEmpty inject [`c35a3d9`](https://github.com/Adyen/lume/commit/c35a3d92837c15b87d6d41fd84eb6d41f9d5906e)

#### [1.6.2](https://github.com/Adyen/lume/compare/1.6.1...1.6.2)

> 27 November 2023
- 🐛 Handled missing data in lume charts [`11a4d1a`](https://github.com/Adyen/lume/commit/11a4d1a50f9cdd0140a36b15b4764cf423ae011a)
- ✅ Fixed tests to check for the null bar values. [`52b777b`](https://github.com/Adyen/lume/commit/52b777be0e3b496d9e96ebaa0e2fe1b85681bba4)
- 🔧 Ignore release commits in changelog [`3ca31bb`](https://github.com/Adyen/lume/commit/3ca31bbe1ccf47220ac824903dd68bb82a672972)
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": "@adyen/lume",
"version": "1.6.2",
"version": "1.6.3",
"description": "Lume is a Vue data visualization component library, built with Typescript and D3.",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adyen/lume",
"version": "1.6.2",
"version": "1.6.3",
"description": "Lume is a Vue data visualization component library, built with Typescript and D3.",
"type": "module",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adyen/lume-vue3",
"version": "1.6.2",
"version": "1.6.3",
"description": "Lume is a Vue data visualization component library, built with Typescript and D3.",
"type": "module",
"module": "dist/index.js",
Expand Down

0 comments on commit d19ff54

Please sign in to comment.