Skip to content

Commit 0ddefe8

Browse files
committed
v8.2.1
1 parent c6c4bc0 commit 0ddefe8

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"command": {

packages/creepyface-custom-element/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "creepyface-custom-element",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"main": "dist/index.js",
55
"author": "Alejandro Tardín <[email protected]>",
66
"homepage": "https://creepyface.io",
@@ -20,7 +20,7 @@
2020
"prepublishOnly": "yarn build"
2121
},
2222
"dependencies": {
23-
"creepyface": "^8.2.0"
23+
"creepyface": "^8.2.1"
2424
},
2525
"devDependencies": {
2626
"@babel/core": "^7.18.13",

packages/creepyface-dance/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "creepyface-dance",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Alejandro Tardín <[email protected]>",
@@ -36,7 +36,7 @@
3636
"@rollup/plugin-node-resolve": "^13.3.0",
3737
"@types/lodash.flatten": "^4.4.7",
3838
"@types/lodash.range": "^3.2.7",
39-
"creepyface": "^8.2.0",
39+
"creepyface": "^8.2.1",
4040
"lodash.flatten": "^4.4.0",
4141
"lodash.range": "^3.2.0",
4242
"rollup": "^2.79.0",

packages/creepyface-firefly/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "creepyface-firefly",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Alejandro Tardín <[email protected]>",
@@ -33,7 +33,7 @@
3333
"@rollup/plugin-babel": "^5.3.1",
3434
"@rollup/plugin-commonjs": "^22.0.2",
3535
"@rollup/plugin-node-resolve": "^13.3.0",
36-
"creepyface": "^8.2.0",
36+
"creepyface": "^8.2.1",
3737
"framesync": "^6.1.2",
3838
"rollup": "^2.79.0",
3939
"rollup-plugin-uglify": "^6.0.4",

packages/creepyface-site/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "creepyface-site",
33
"private": true,
4-
"version": "8.2.0",
4+
"version": "8.2.1",
55
"author": "Alejandro Tardín <[email protected]>",
66
"homepage": "https://creepyface.io",
77
"license": "MIT",
@@ -21,9 +21,9 @@
2121
"canvas": "^2.9.3",
2222
"classnames": "^2.3.1",
2323
"clipbrd": "^1.0.2",
24-
"creepyface": "^8.2.0",
25-
"creepyface-dance": "^8.2.0",
26-
"creepyface-firefly": "^8.2.0",
24+
"creepyface": "^8.2.1",
25+
"creepyface-dance": "^8.2.1",
26+
"creepyface-firefly": "^8.2.1",
2727
"dataurl-to-blob": "^0.0.1",
2828
"del": "^7.0.0",
2929
"eslint-config-next": "^12.2.5",
@@ -49,7 +49,7 @@
4949
"object-hash": "^3.0.0",
5050
"prisma": "^4.3.1",
5151
"react": "18.2.0",
52-
"react-creepyface": "^8.2.0",
52+
"react-creepyface": "^8.2.1",
5353
"react-dom": "18.2.0",
5454
"react-modal": "3.15.1",
5555
"react-redux": "8.0.2",

packages/creepyface-tilt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "creepyface-tilt",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Alejandro Tardín <[email protected]>",
@@ -36,7 +36,7 @@
3636
"@rollup/plugin-babel": "^5.3.1",
3737
"@rollup/plugin-commonjs": "^22.0.2",
3838
"@rollup/plugin-node-resolve": "^13.3.0",
39-
"creepyface": "^8.2.0",
39+
"creepyface": "^8.2.1",
4040
"rollup": "^2.79.0",
4141
"rollup-plugin-uglify": "^6.0.4",
4242
"typescript": "^4.8.4"

packages/creepyface/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "creepyface",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"main": "dist/creepyface.umd.js",
55
"types": "dist/creepyface.d.ts",
66
"author": "Alejandro Tardín <[email protected]>",

packages/react-creepyface/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-creepyface",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Alejandro Tardín <[email protected]>",
@@ -33,7 +33,7 @@
3333
"@types/events": "^3.0.0",
3434
"@types/react": "^18.0.18",
3535
"babel-loader": "^8.2.5",
36-
"creepyface": "^8.2.0",
36+
"creepyface": "^8.2.1",
3737
"react": "18.2.0",
3838
"react-dom": "18.2.0",
3939
"typescript": "^4.8.4"

0 commit comments

Comments
 (0)