Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 Release v0.10.0 #299

Merged
merged 1 commit into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading