From ce080c6f5e83d3341a8d1faeae8da88ae743b0a1 Mon Sep 17 00:00:00 2001 From: FMS-Cat Date: Mon, 9 Nov 2020 22:44:44 +0900 Subject: [PATCH] v3.0.1 --- lerna.json | 2 +- packages/automaton-fxs/package.json | 4 ++-- packages/automaton-with-gui/package.json | 4 ++-- packages/automaton/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lerna.json b/lerna.json index 7ee73210..2fd0a31e 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages": [ "packages/*" ], - "version": "3.0.0" + "version": "3.0.1" } diff --git a/packages/automaton-fxs/package.json b/packages/automaton-fxs/package.json index 502a6ad8..a4edf3ee 100644 --- a/packages/automaton-fxs/package.json +++ b/packages/automaton-fxs/package.json @@ -1,6 +1,6 @@ { "name": "@fms-cat/automaton-fxs", - "version": "3.0.0", + "version": "3.0.1", "description": "Bunch of automaton fxs", "repository": "https://github.com/FMS-Cat/automaton", "author": "FMS-Cat", @@ -48,6 +48,6 @@ "/README.md" ], "dependencies": { - "@fms-cat/automaton": "^3.0.0" + "@fms-cat/automaton": "^3.0.1" } } diff --git a/packages/automaton-with-gui/package.json b/packages/automaton-with-gui/package.json index 0bc45fcf..8157ef83 100644 --- a/packages/automaton-with-gui/package.json +++ b/packages/automaton-with-gui/package.json @@ -1,6 +1,6 @@ { "name": "@fms-cat/automaton-with-gui", - "version": "3.0.0", + "version": "3.0.1", "description": "Animation engine for creative coding, with GUI!", "repository": "https://github.com/FMS-Cat/automaton", "author": "FMS-Cat", @@ -49,7 +49,7 @@ "/README.md" ], "dependencies": { - "@fms-cat/automaton": "^3.0.0" + "@fms-cat/automaton": "^3.0.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^16.0.0", diff --git a/packages/automaton/package.json b/packages/automaton/package.json index f3067bdc..62cd274b 100644 --- a/packages/automaton/package.json +++ b/packages/automaton/package.json @@ -1,6 +1,6 @@ { "name": "@fms-cat/automaton", - "version": "3.0.0", + "version": "3.0.1", "description": "Animation engine for creative coding", "repository": "https://github.com/FMS-Cat/automaton", "author": "FMS-Cat",