From 63c84ea308e7e546ae54c2f6fddaa01f47d5c0ad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Sep 2021 18:21:05 +0000 Subject: [PATCH] chore(release): 3.0.1 [skip ci] ## [3.0.1](https://github.com/silinternational/ui-components/compare/v3.0.0...v3.0.1) (2021-09-02) ### Bug Fixes * **package.json:** fix git repository url ([93ac824](https://github.com/silinternational/ui-components/commit/93ac824b446f32c110dd66b8dc103bc6cb59ad7a)) * **pencil:** update README & test new environment ([6d5b5f8](https://github.com/silinternational/ui-components/commit/6d5b5f802510954020921ce1f426f6efed7a25a6)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a46ad65a..c731b29c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@silintl/ui-components", - "version": "3.1.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@silintl/ui-components", - "version": "3.1.0", + "version": "3.0.1", "license": "MIT", "devDependencies": { "@roxi/routify": "^2.x", diff --git a/package.json b/package.json index 657f2650..ea96bbe8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@silintl/ui-components", - "version": "3.1.0", + "version": "3.0.1", "description": "Reusable Svelte components for some internal applications", "main": "index.js", "scripts": {