Skip to content

Commit

Permalink
🔖 Release v1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-m-santos committed Jun 20, 2024
1 parent b9818ca commit 2b5232a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

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

#### [1.10.2](https://github.com/Adyen/lume/compare/1.10.1...1.10.2)

- 🐛 Horizontal bar charts without minimum size not calculating height on initial render [`b9818ca`](https://github.com/Adyen/lume/commit/b9818cab1f76e721d5f6835934f264568e0ff878)

#### [1.10.1](https://github.com/Adyen/lume/compare/1.10.0...1.10.1)

> 24 May 2024
- ⬆️ Update dependency sass to v1.76.0 [`214cd83`](https://github.com/Adyen/lume/commit/214cd83c338a1d3de61679a24cd1734723fa3e14)
- 📝 Update bar-sparkline playground example [`38e4fb9`](https://github.com/Adyen/lume/commit/38e4fb93af07aa89b3210a449c19043b636d031d)
- 🐛 Convert bar transform-origin to rem [`810ffb3`](https://github.com/Adyen/lume/commit/810ffb3e365ec2b4918ae63c2944b7f830b75827)
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.10.1",
"version": "1.10.2",
"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.10.1",
"version": "1.10.2",
"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.10.1",
"version": "1.10.2",
"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 2b5232a

Please sign in to comment.