Skip to content

Commit 8519cba

Browse files
author
FMS-Cat
committed
v3.0.0-beta9
1 parent 142664c commit 8519cba

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "0.0.1"
8-
}
7+
"version": "3.0.0-beta9"
8+
}

packages/automaton-fxs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fms-cat/automaton-fxs",
3-
"version": "3.0.0-beta7",
3+
"version": "3.0.0-beta9",
44
"description": "Bunch of automaton fxs",
55
"repository": "https://github.com/FMS-Cat/automaton",
66
"author": "FMS-Cat",
@@ -48,6 +48,6 @@
4848
"/README.md"
4949
],
5050
"dependencies": {
51-
"@fms-cat/automaton": "^3.0.0-beta8"
51+
"@fms-cat/automaton": "^3.0.0-beta9"
5252
}
5353
}

packages/automaton-with-gui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fms-cat/automaton-with-gui",
3-
"version": "3.0.0-beta5",
3+
"version": "3.0.0-beta9",
44
"description": "Animation engine for creative coding, with GUI!",
55
"repository": "https://github.com/FMS-Cat/automaton",
66
"author": "FMS-Cat",
@@ -49,7 +49,7 @@
4949
"/README.md"
5050
],
5151
"dependencies": {
52-
"@fms-cat/automaton": "^3.0.0-beta7"
52+
"@fms-cat/automaton": "^3.0.0-beta9"
5353
},
5454
"devDependencies": {
5555
"@rollup/plugin-commonjs": "^16.0.0",

packages/automaton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fms-cat/automaton",
3-
"version": "3.0.0-beta8",
3+
"version": "3.0.0-beta9",
44
"description": "Animation engine for creative coding",
55
"repository": "https://github.com/FMS-Cat/automaton",
66
"author": "FMS-Cat",

0 commit comments

Comments
 (0)