From ebffd1be198b96286402effd751e2a687afa7fd4 Mon Sep 17 00:00:00 2001 From: lukicenturi Date: Wed, 27 Mar 2024 17:31:27 +0700 Subject: [PATCH] chore: release v0.22.7 --- 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 9c6d028..f33be6a 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "0.22.6", + "version": "0.22.7", "private": true, "scripts": { "dev": "vite --open", diff --git a/package.json b/package.json index 0a51772..224c050 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rotki/ui-library-compat", - "version": "0.22.6", + "version": "0.22.7", "packageManager": "pnpm@8.14.0", "description": "A vue 2 backport of the design system and component library for rotki", "type": "module",