Skip to content

Commit 1d534dc

Browse files
author
FMS-Cat
committed
v4.0.0
1 parent ac1680e commit 1d534dc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "3.1.0"
7+
"version": "4.0.0"
88
}

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.1.0",
3+
"version": "4.0.0",
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.1.0"
51+
"@fms-cat/automaton": "^4.0.0"
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.1.0",
3+
"version": "4.0.0",
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.1.0"
52+
"@fms-cat/automaton": "^4.0.0"
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.1.0",
3+
"version": "4.0.0",
44
"description": "Animation engine for creative coding",
55
"repository": "https://github.com/FMS-Cat/automaton",
66
"author": "FMS-Cat",

0 commit comments

Comments
 (0)