From 0d6ef2819773572907b5a9c0e5d224513bb79218 Mon Sep 17 00:00:00 2001 From: 0b5vr <0b5vr@0b5vr.com> Date: Sat, 4 Sep 2021 17:27:53 +0900 Subject: [PATCH] v4.2.1 --- lerna.json | 2 +- packages/automaton-fxs-v2compat/package.json | 4 ++-- packages/automaton-fxs/package.json | 4 ++-- packages/automaton-with-gui/package.json | 4 ++-- packages/automaton/package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lerna.json b/lerna.json index b16b474..696d2af 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages": [ "packages/*" ], - "version": "4.2.0" + "version": "4.2.1" } diff --git a/packages/automaton-fxs-v2compat/package.json b/packages/automaton-fxs-v2compat/package.json index 2617faf..9db900e 100644 --- a/packages/automaton-fxs-v2compat/package.json +++ b/packages/automaton-fxs-v2compat/package.json @@ -1,6 +1,6 @@ { "name": "@0b5vr/automaton-fxs-v2compat", - "version": "4.2.0", + "version": "4.2.1", "description": "Bunch of automaton fxs", "repository": "https://github.com/0b5vr/automaton", "author": "0b5vr", @@ -48,6 +48,6 @@ "/README.md" ], "dependencies": { - "@0b5vr/automaton": "^4.2.0" + "@0b5vr/automaton": "4.2.1" } } diff --git a/packages/automaton-fxs/package.json b/packages/automaton-fxs/package.json index 6b2aa7a..ffd6224 100644 --- a/packages/automaton-fxs/package.json +++ b/packages/automaton-fxs/package.json @@ -1,6 +1,6 @@ { "name": "@0b5vr/automaton-fxs", - "version": "4.2.0", + "version": "4.2.1", "description": "Bunch of automaton fxs", "repository": "https://github.com/0b5vr/automaton", "author": "0b5vr", @@ -49,6 +49,6 @@ "/README.md" ], "dependencies": { - "@0b5vr/automaton": "^4.2.0" + "@0b5vr/automaton": "4.2.1" } } diff --git a/packages/automaton-with-gui/package.json b/packages/automaton-with-gui/package.json index 0547db1..9d366b8 100644 --- a/packages/automaton-with-gui/package.json +++ b/packages/automaton-with-gui/package.json @@ -1,6 +1,6 @@ { "name": "@0b5vr/automaton-with-gui", - "version": "4.2.0", + "version": "4.2.1", "description": "Animation engine for creative coding, with GUI!", "repository": "https://github.com/0b5vr/automaton", "author": "0b5vr", @@ -51,7 +51,7 @@ "/README.md" ], "dependencies": { - "@0b5vr/automaton": "^4.2.0" + "@0b5vr/automaton": "4.2.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^16.0.0", diff --git a/packages/automaton/package.json b/packages/automaton/package.json index ef4644d..432d869 100644 --- a/packages/automaton/package.json +++ b/packages/automaton/package.json @@ -1,6 +1,6 @@ { "name": "@0b5vr/automaton", - "version": "4.2.0", + "version": "4.2.1", "description": "Animation engine for creative coding", "repository": "https://github.com/0b5vr/automaton", "author": "0b5vr",