Skip to content

Commit

Permalink
v8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
4lejandrito committed Nov 11, 2023
1 parent d8321b6 commit 4413aeb
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "8.2.0-alpha.1",
"version": "8.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/creepyface-custom-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "creepyface-custom-element",
"version": "8.2.0-alpha.1",
"version": "8.2.0",
"main": "dist/index.js",
"author": "Alejandro Tardín <alejandro@tardin.com>",
"homepage": "https://creepyface.io",
Expand All @@ -20,7 +20,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"creepyface": "^8.2.0-alpha.1"
"creepyface": "^8.2.0"
},
"devDependencies": {
"@babel/core": "^7.18.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/creepyface-dance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "creepyface-dance",
"version": "8.2.0-alpha.1",
"version": "8.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Alejandro Tardín <alejandro@tardin.com>",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/lodash.flatten": "^4.4.7",
"@types/lodash.range": "^3.2.7",
"creepyface": "^8.2.0-alpha.1",
"creepyface": "^8.2.0",
"lodash.flatten": "^4.4.0",
"lodash.range": "^3.2.0",
"rollup": "^2.79.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/creepyface-firefly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "creepyface-firefly",
"version": "8.2.0-alpha.1",
"version": "8.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Alejandro Tardín <alejandro@tardin.com>",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"creepyface": "^8.2.0-alpha.1",
"creepyface": "^8.2.0",
"framesync": "^6.1.2",
"rollup": "^2.79.0",
"rollup-plugin-uglify": "^6.0.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/creepyface-site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "creepyface-site",
"private": true,
"version": "8.2.0-alpha.1",
"version": "8.2.0",
"author": "Alejandro Tardín <alejandro@tardin.com>",
"homepage": "https://creepyface.io",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"canvas": "^2.9.3",
"classnames": "^2.3.1",
"clipbrd": "^1.0.2",
"creepyface": "^8.2.0-alpha.1",
"creepyface-dance": "^8.2.0-alpha.1",
"creepyface-firefly": "^8.2.0-alpha.1",
"creepyface": "^8.2.0",
"creepyface-dance": "^8.2.0",
"creepyface-firefly": "^8.2.0",
"dataurl-to-blob": "^0.0.1",
"del": "^7.0.0",
"eslint-config-next": "^12.2.5",
Expand All @@ -49,7 +49,7 @@
"object-hash": "^3.0.0",
"prisma": "^4.3.1",
"react": "18.2.0",
"react-creepyface": "^8.2.0-alpha.1",
"react-creepyface": "^8.2.0",
"react-dom": "18.2.0",
"react-modal": "3.15.1",
"react-redux": "8.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/creepyface-tilt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "creepyface-tilt",
"version": "8.2.0-alpha.1",
"version": "8.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Alejandro Tardín <alejandro@tardin.com>",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"creepyface": "^8.2.0-alpha.1",
"creepyface": "^8.2.0",
"rollup": "^2.79.0",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^4.8.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/creepyface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "creepyface",
"version": "8.2.0-alpha.1",
"version": "8.2.0",
"main": "dist/creepyface.umd.js",
"types": "dist/creepyface.d.ts",
"author": "Alejandro Tardín <alejandro@tardin.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-creepyface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-creepyface",
"version": "8.2.0-alpha.1",
"version": "8.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Alejandro Tardín <alejandro@tardin.com>",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@types/events": "^3.0.0",
"@types/react": "^18.0.18",
"babel-loader": "^8.2.5",
"creepyface": "^8.2.0-alpha.1",
"creepyface": "^8.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^4.8.4"
Expand Down

0 comments on commit 4413aeb

Please sign in to comment.