Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FMS-Cat committed Dec 14, 2020
1 parent 17e19c1 commit dae217a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "4.0.3"
"version": "4.1.0"
}
4 changes: 2 additions & 2 deletions packages/automaton-fxs-v2compat/package.json
@@ -1,6 +1,6 @@
{
"name": "@fms-cat/automaton-fxs-v2compat",
"version": "4.0.1",
"version": "4.1.0",
"description": "Bunch of automaton fxs",
"repository": "https://github.com/FMS-Cat/automaton",
"author": "FMS-Cat",
Expand Down Expand Up @@ -47,6 +47,6 @@
"/README.md"
],
"dependencies": {
"@fms-cat/automaton": "^4.0.0"
"@fms-cat/automaton": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/automaton-fxs/package.json
@@ -1,6 +1,6 @@
{
"name": "@fms-cat/automaton-fxs",
"version": "4.0.1",
"version": "4.1.0",
"description": "Bunch of automaton fxs",
"repository": "https://github.com/FMS-Cat/automaton",
"author": "FMS-Cat",
Expand Down Expand Up @@ -48,6 +48,6 @@
"/README.md"
],
"dependencies": {
"@fms-cat/automaton": "^4.0.0"
"@fms-cat/automaton": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/automaton-with-gui/package.json
@@ -1,6 +1,6 @@
{
"name": "@fms-cat/automaton-with-gui",
"version": "4.0.3",
"version": "4.1.0",
"description": "Animation engine for creative coding, with GUI!",
"repository": "https://github.com/FMS-Cat/automaton",
"author": "FMS-Cat",
Expand Down Expand Up @@ -49,7 +49,7 @@
"/README.md"
],
"dependencies": {
"@fms-cat/automaton": "^4.0.0"
"@fms-cat/automaton": "^4.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/automaton/package.json
@@ -1,6 +1,6 @@
{
"name": "@fms-cat/automaton",
"version": "4.0.0",
"version": "4.1.0",
"description": "Animation engine for creative coding",
"repository": "https://github.com/FMS-Cat/automaton",
"author": "FMS-Cat",
Expand Down

0 comments on commit dae217a

Please sign in to comment.