Skip to content

Commit

Permalink
v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0b5vr committed Sep 4, 2021
1 parent 2655039 commit 0d6ef28
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"
"version": "4.2.1"
}
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": "@0b5vr/automaton-fxs-v2compat",
"version": "4.2.0",
"version": "4.2.1",
"description": "Bunch of automaton fxs",
"repository": "https://github.com/0b5vr/automaton",
"author": "0b5vr",
Expand Down Expand Up @@ -48,6 +48,6 @@
"/README.md"
],
"dependencies": {
"@0b5vr/automaton": "^4.2.0"
"@0b5vr/automaton": "4.2.1"
}
}
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": "@0b5vr/automaton-fxs",
"version": "4.2.0",
"version": "4.2.1",
"description": "Bunch of automaton fxs",
"repository": "https://github.com/0b5vr/automaton",
"author": "0b5vr",
Expand Down Expand Up @@ -49,6 +49,6 @@
"/README.md"
],
"dependencies": {
"@0b5vr/automaton": "^4.2.0"
"@0b5vr/automaton": "4.2.1"
}
}
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": "@0b5vr/automaton-with-gui",
"version": "4.2.0",
"version": "4.2.1",
"description": "Animation engine for creative coding, with GUI!",
"repository": "https://github.com/0b5vr/automaton",
"author": "0b5vr",
Expand Down Expand Up @@ -51,7 +51,7 @@
"/README.md"
],
"dependencies": {
"@0b5vr/automaton": "^4.2.0"
"@0b5vr/automaton": "4.2.1"
},
"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": "@0b5vr/automaton",
"version": "4.2.0",
"version": "4.2.1",
"description": "Animation engine for creative coding",
"repository": "https://github.com/0b5vr/automaton",
"author": "0b5vr",
Expand Down

0 comments on commit 0d6ef28

Please sign in to comment.