Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FMS-Cat committed Nov 19, 2020
1 parent ac1680e commit 1d534dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "3.1.0"
"version": "4.0.0"
}
4 changes: 2 additions & 2 deletions packages/automaton-fxs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fms-cat/automaton-fxs",
"version": "3.1.0",
"version": "4.0.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": "^3.1.0"
"@fms-cat/automaton": "^4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/automaton-with-gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fms-cat/automaton-with-gui",
"version": "3.1.0",
"version": "4.0.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": "^3.1.0"
"@fms-cat/automaton": "^4.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/automaton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fms-cat/automaton",
"version": "3.1.0",
"version": "4.0.0",
"description": "Animation engine for creative coding",
"repository": "https://github.com/FMS-Cat/automaton",
"author": "FMS-Cat",
Expand Down

0 comments on commit 1d534dc

Please sign in to comment.