From 97973fed77f768a38aaa4288e048121a739db5f6 Mon Sep 17 00:00:00 2001 From: Konstantinos Paparas Date: Thu, 11 Jul 2024 14:17:46 +0200 Subject: [PATCH] chore: release v1.0.9 --- example/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index adf2361..c07425d 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.0.8", + "version": "1.0.9", "private": true, "scripts": { "dev": "vite --open", diff --git a/package.json b/package.json index 81155c1..783a931 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rotki/ui-library-compat", - "version": "1.0.8", + "version": "1.0.9", "packageManager": "pnpm@9.1.0", "description": "A vue 2 backport of the design system and component library for rotki", "type": "module",