From 69ff70f193ba879a28108250e90cf22cf79c7b2d Mon Sep 17 00:00:00 2001 From: bhishp Date: Fri, 8 Sep 2023 10:40:48 +0100 Subject: [PATCH] 3.0.0 --- 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 79b7654..a7cf745 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bbbtech/storybook-formik", - "version": "2.6.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bbbtech/storybook-formik", - "version": "2.6.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "react-json-tree": "^0.18.0" diff --git a/package.json b/package.json index 287d3fa..95ecf7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bbbtech/storybook-formik", - "version": "2.6.0", + "version": "3.0.0", "description": "A storybook addon that allows you to use components in your stories that rely on Formik context and see internal Formik state in a panel.", "repository": { "type": "git",