Skip to content

Commit

Permalink
🔖 Release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-m-santos committed Jul 13, 2023
1 parent 58fc466 commit 252342a
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.7.1](https://github.com/Adyen/lume/compare/v0.7.0...v0.7.1)

- 🔖 Release v0.7.0 [`a8d1193`](https://github.com/Adyen/lume/commit/a8d11934a85f8c6f7fef91d8fb0452b70adb6487)
- 🐛 Add formatted value to Alluvial node slot [`f164c8b`](https://github.com/Adyen/lume/commit/f164c8b996cc07e61adca28800bfbbe9a49e316b)
- 🐛 Change <tex>t tag to <g> to allow better customization [`57783a5`](https://github.com/Adyen/lume/commit/57783a5bcad448907db3ab4a65d1259926750bbd)

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

> 13 July 2023
- ✨ Add support for Alluvial gradient; Add focused state [`b5216da`](https://github.com/Adyen/lume/commit/b5216da755e118e72350f74ef91a5d75049ce7e4)
- ✨ Include node text slots in Alluvial [`1747e71`](https://github.com/Adyen/lume/commit/1747e7180b27ccdecfc461e2284ad5ff9832af8d)
- ✨ Allow for custom curve functions in Alluvial links [`3cc5de1`](https://github.com/Adyen/lume/commit/3cc5de16a3412ff9d7717415f6376a5a2546c8c1)
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.7.0",
"version": "0.7.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.7.0",
"version": "0.7.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.7.0",
"version": "0.7.1",
"description": "",
"type": "module",
"module": "dist/index.js",
Expand Down

0 comments on commit 252342a

Please sign in to comment.