Skip to content

Commit 663c4f9

Browse files
committed
🔖 Release v0.10.0
1 parent 91524ad commit 663c4f9

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22

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

5+
#### [v0.10.0](https://github.com/Adyen/lume/compare/v0.9.1...v0.10.0)
6+
7+
- ⬆️ Update dependency prettier to v2.8.8 [`dbf2de8`](https://github.com/Adyen/lume/commit/dbf2de8ae6409e31e780f9c92c50213812dd6ccb)
8+
- ⬆️ Upgrade package versions & fix them [`f0d5037`](https://github.com/Adyen/lume/commit/f0d5037633dd82ccdb9b146722e2662f5cb718d4)
9+
- ⬆️ Update storybook monorepo to v7.3.0 [`f405c71`](https://github.com/Adyen/lume/commit/f405c71dda96c45f17771be3571f7c517e329c1e)
10+
511
#### [v0.9.1](https://github.com/Adyen/lume/compare/v0.9.0...v0.9.1)
612

13+
> 31 August 2023
14+
715
- ♻️ Refactor Bar chart stories; Fix related issues [`7bc63f8`](https://github.com/Adyen/lume/commit/7bc63f8e8a22dceeb7911aac66498e7d505e8546)
816
- ♻️ Refactor all other stories to CSF3 [`08b1196`](https://github.com/Adyen/lume/commit/08b1196d55ea7ce68fe639cbce74efe57ec0edec)
917
- 🎨 Improve Alluvial link ID code [`1ad631d`](https://github.com/Adyen/lume/commit/1ad631dfe589ea1114ac1e9de0c91b3917e7c081)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adyen/lume",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "Lume is a component library for visual representations of data, built for Vue with D3.",
55
"type": "module",
66
"license": "MIT",

packages/vue2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adyen/lume",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "",
55
"type": "module",
66
"module": "dist/index.js",

packages/vue3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adyen/lume-vue3",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "",
55
"type": "module",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)