From 6157ac93d012b7009dafcfe7dbf344d6eb82138c Mon Sep 17 00:00:00 2001 From: Konstantinos Paparas Date: Wed, 12 Jun 2024 12:24:09 +0200 Subject: [PATCH] chore: release v1.0.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 857cd4f..08c64a1 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "dev": "vite --open", diff --git a/package.json b/package.json index 3045b5c..cfc250a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rotki/ui-library-compat", - "version": "1.0.0", + "version": "1.0.1", "packageManager": "pnpm@9.1.0", "description": "A vue 2 backport of the design system and component library for rotki", "type": "module",