Skip to content

Commit

Permalink
🔖 Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-m-santos committed Jun 20, 2023
1 parent 6953100 commit dcba97f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

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

#### [v0.6.1](https://github.com/Adyen/lume/compare/v0.6.0...v0.6.1)

- 🐛 Fix padding handling for all band scales [`8b89cfa`](https://github.com/Adyen/lume/commit/8b89cfa574c53a65cbdd56ce3b74457e181d054a)
- 🐛 Fix tooltip styles and components exports [`6953100`](https://github.com/Adyen/lume/commit/695310038a66f4a893e20d3c34534d07c6b1897e)
- 🔖 Release v0.6.0 [`7d24594`](https://github.com/Adyen/lume/commit/7d2459442ada4ae44de45a28f4e626eaddcb3002)

#### [v0.6.0](https://github.com/Adyen/lume/compare/v0.5.3...v0.6.0)

> 20 June 2023
- ✨ Add granular tooltip elements & slot support [`ee46749`](https://github.com/Adyen/lume/commit/ee46749dddca6391de55f49374b2a3cbee1c6dd7)
- ✨ Introduce hoveredIndex/Element props [`4d227ff`](https://github.com/Adyen/lume/commit/4d227ffb1cdbeeec7db0ec41d6407403d1ddc86d)
- 📝 Update documentation to reflect hover props [`26b958a`](https://github.com/Adyen/lume/commit/26b958a0fc8dfb0dba556c854eb02f073407327b)
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": "0.6.0",
"version": "0.6.1",
"description": "Lume is a component library for visual representations of data, built for Vue with D3.",
"type": "module",
"workspaces": [
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": "0.6.0",
"version": "0.6.1",
"description": "",
"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": "0.6.0",
"version": "0.6.1",
"description": "",
"type": "module",
"module": "dist/index.js",
Expand Down

0 comments on commit dcba97f

Please sign in to comment.