Skip to content

Commit

Permalink
v7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
4lejandrito committed Feb 19, 2020
1 parent 96ee568 commit 2f07a12
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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": "7.2.1",
"version": "7.2.2",
"command": {
"publish": {
"graphType": "all"
Expand Down
2 changes: 1 addition & 1 deletion packages/creepyface-firefly/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.1.2",
"version": "7.2.2",
"files": [
"dist"
],
Expand All @@ -26,7 +26,7 @@
"@babel/preset-typescript": "^7.7.4",
"@rollup/plugin-node-resolve": "^6.0.0",
"@types/raf": "^3.4.0",
"creepyface": "^7.1.2",
"creepyface": "^7.2.2",
"present": "^1.0.0",
"raf": "^3.4.1",
"rollup": "^1.27.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/creepyface/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.2.1",
"version": "7.2.2",
"keywords": [
"face",
"look",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-creepyface/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.1.2",
"version": "7.2.2",
"scripts": {
"start": "start-storybook -p 6006",
"build": "rm -rf dist && tsc",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/react": "^16.9.19",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"creepyface": "^7.1.6",
"creepyface": "^7.2.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"typescript": "^3.7.5"
Expand Down

0 comments on commit 2f07a12

Please sign in to comment.