From 5204fe224cebaf874037db3dde4eefb421d8304a Mon Sep 17 00:00:00 2001 From: Konstantinos Paparas Date: Mon, 10 Jun 2024 15:37:21 +0200 Subject: [PATCH] chore: release v0.27.1 --- 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 adc10f8..92cbb45 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "0.27.0", + "version": "0.27.1", "private": true, "scripts": { "dev": "vite --open", diff --git a/package.json b/package.json index 4d0abfb..cc35761 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rotki/ui-library-compat", - "version": "0.27.0", + "version": "0.27.1", "packageManager": "pnpm@9.1.0", "description": "A vue 2 backport of the design system and component library for rotki", "type": "module",