From faef8d257a187d7e52535319241a3706bf65e986 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Wed, 2 Oct 2024 23:57:55 +0200 Subject: [PATCH] v bump input; --- apps/sandbox/package.json | 2 +- package-lock.json | 6 +++--- packages/input/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/sandbox/package.json b/apps/sandbox/package.json index 5c200ac..5933615 100644 --- a/apps/sandbox/package.json +++ b/apps/sandbox/package.json @@ -28,7 +28,7 @@ "@codemirror/search": "^6.0.0", "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0", - "@content-ui/input": "0.0.6", + "@content-ui/input": "0.0.7", "@content-ui/md": "0.0.8", "@content-ui/md-mui": "0.0.12", "@content-ui/react": "0.0.11", diff --git a/package-lock.json b/package-lock.json index fb103b5..a11c26e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -135,7 +135,7 @@ "@codemirror/search": "^6.0.0", "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0", - "@content-ui/input": "0.0.6", + "@content-ui/input": "0.0.7", "@content-ui/md": "0.0.8", "@content-ui/md-mui": "0.0.12", "@content-ui/react": "0.0.11", @@ -20779,7 +20779,7 @@ }, "packages/input": { "name": "@content-ui/input", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "devDependencies": { "@codemirror/state": "^6.0.0", @@ -26317,7 +26317,7 @@ "@codemirror/search": "^6.0.0", "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0", - "@content-ui/input": "0.0.6", + "@content-ui/input": "0.0.7", "@content-ui/md": "0.0.8", "@content-ui/md-mui": "0.0.12", "@content-ui/react": "0.0.11", diff --git a/packages/input/package.json b/packages/input/package.json index 52979e3..aac21a5 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@content-ui/input", - "version": "0.0.6", + "version": "0.0.7", "description": "", "author": { "name": "bemit",