Skip to content

Commit 0d6ef28

Browse files
committed
v4.2.1
1 parent 2655039 commit 0d6ef28

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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": "4.2.0"
7+
"version": "4.2.1"
88
}

packages/automaton-fxs-v2compat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0b5vr/automaton-fxs-v2compat",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Bunch of automaton fxs",
55
"repository": "https://github.com/0b5vr/automaton",
66
"author": "0b5vr",
@@ -48,6 +48,6 @@
4848
"/README.md"
4949
],
5050
"dependencies": {
51-
"@0b5vr/automaton": "^4.2.0"
51+
"@0b5vr/automaton": "4.2.1"
5252
}
5353
}

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": "@0b5vr/automaton-fxs",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Bunch of automaton fxs",
55
"repository": "https://github.com/0b5vr/automaton",
66
"author": "0b5vr",
@@ -49,6 +49,6 @@
4949
"/README.md"
5050
],
5151
"dependencies": {
52-
"@0b5vr/automaton": "^4.2.0"
52+
"@0b5vr/automaton": "4.2.1"
5353
}
5454
}

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": "@0b5vr/automaton-with-gui",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Animation engine for creative coding, with GUI!",
55
"repository": "https://github.com/0b5vr/automaton",
66
"author": "0b5vr",
@@ -51,7 +51,7 @@
5151
"/README.md"
5252
],
5353
"dependencies": {
54-
"@0b5vr/automaton": "^4.2.0"
54+
"@0b5vr/automaton": "4.2.1"
5555
},
5656
"devDependencies": {
5757
"@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": "@0b5vr/automaton",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Animation engine for creative coding",
55
"repository": "https://github.com/0b5vr/automaton",
66
"author": "0b5vr",

0 commit comments

Comments
 (0)