Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FMS-Cat committed Apr 20, 2021
1 parent 645cf35 commit a9b8239
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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": "4.2.0-beta.0"
"version": "4.2.0"
}
4 changes: 2 additions & 2 deletions packages/automaton-fxs-v2compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fms-cat/automaton-fxs-v2compat",
"version": "4.2.0-beta.0",
"version": "4.2.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.2.0-beta.0"
"@fms-cat/automaton": "^4.2.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": "4.2.0-beta.0",
"version": "4.2.0",
"description": "Bunch of automaton fxs",
"repository": "https://github.com/FMS-Cat/automaton",
"author": "FMS-Cat",
Expand Down Expand Up @@ -49,6 +49,6 @@
"/README.md"
],
"dependencies": {
"@fms-cat/automaton": "^4.2.0-beta.0"
"@fms-cat/automaton": "^4.2.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": "4.2.0-beta.0",
"version": "4.2.0",
"description": "Animation engine for creative coding, with GUI!",
"repository": "https://github.com/FMS-Cat/automaton",
"author": "FMS-Cat",
Expand Down Expand Up @@ -51,7 +51,7 @@
"/README.md"
],
"dependencies": {
"@fms-cat/automaton": "^4.2.0-beta.0"
"@fms-cat/automaton": "^4.2.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": "4.2.0-beta.0",
"version": "4.2.0",
"description": "Animation engine for creative coding",
"repository": "https://github.com/FMS-Cat/automaton",
"author": "FMS-Cat",
Expand Down

0 comments on commit a9b8239

Please sign in to comment.