From 29bfad1cc0743145554d957fd6d58b13a4ced876 Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Mon, 26 Jul 2021 11:59:46 +0200 Subject: [PATCH] bump react and vue package versions --- react/package.json | 2 +- vue/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/react/package.json b/react/package.json index 3ae7c0c08..338790b58 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@heroicons/react", - "version": "1.0.2", + "version": "1.0.3", "description": "", "keywords": [], "homepage": "https://github.com/tailwindlabs/heroicons#readme", diff --git a/vue/package.json b/vue/package.json index 4b239d230..922c39319 100644 --- a/vue/package.json +++ b/vue/package.json @@ -1,6 +1,6 @@ { "name": "@heroicons/vue", - "version": "1.0.2", + "version": "1.0.3", "description": "", "keywords": [], "homepage": "https://github.com/tailwindlabs/heroicons#readme",