Skip to content

Commit

Permalink
🔖 Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-m-santos committed Sep 8, 2023
1 parent 91524ad commit 663c4f9
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.10.0](https://github.com/Adyen/lume/compare/v0.9.1...v0.10.0)

- ⬆️ Update dependency prettier to v2.8.8 [`dbf2de8`](https://github.com/Adyen/lume/commit/dbf2de8ae6409e31e780f9c92c50213812dd6ccb)
- ⬆️ Upgrade package versions & fix them [`f0d5037`](https://github.com/Adyen/lume/commit/f0d5037633dd82ccdb9b146722e2662f5cb718d4)
- ⬆️ Update storybook monorepo to v7.3.0 [`f405c71`](https://github.com/Adyen/lume/commit/f405c71dda96c45f17771be3571f7c517e329c1e)

#### [v0.9.1](https://github.com/Adyen/lume/compare/v0.9.0...v0.9.1)

> 31 August 2023
- ♻️ Refactor Bar chart stories; Fix related issues [`7bc63f8`](https://github.com/Adyen/lume/commit/7bc63f8e8a22dceeb7911aac66498e7d505e8546)
- ♻️ Refactor all other stories to CSF3 [`08b1196`](https://github.com/Adyen/lume/commit/08b1196d55ea7ce68fe639cbce74efe57ec0edec)
- 🎨 Improve Alluvial link ID code [`1ad631d`](https://github.com/Adyen/lume/commit/1ad631dfe589ea1114ac1e9de0c91b3917e7c081)
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.9.1",
"version": "0.10.0",
"description": "Lume is a component library for visual representations of data, built for Vue with 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": "0.9.1",
"version": "0.10.0",
"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.9.1",
"version": "0.10.0",
"description": "",
"type": "module",
"module": "dist/index.js",
Expand Down

0 comments on commit 663c4f9

Please sign in to comment.