From 9a04b5de64e396d97ba05e6184d59cfc93072fbf Mon Sep 17 00:00:00 2001 From: Konstantinos Paparas Date: Tue, 19 Nov 2024 14:11:56 +0100 Subject: [PATCH] chore: release v1.7.0 --- 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 235ad8d5..45623a50 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.6.0", + "version": "1.7.0", "private": true, "scripts": { "dev": "vite --open", diff --git a/package.json b/package.json index a120f431..18fb1448 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rotki/ui-library", - "version": "1.6.0", + "version": "1.7.0", "packageManager": "pnpm@9.13.2", "description": "A vue design system and component library for rotki", "type": "module",