Skip to content

Commit

Permalink
v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Prokop committed Feb 14, 2023
1 parent a3711db commit fde7e6e
Show file tree
Hide file tree
Showing 4 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
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "7.0.1"
"version": "7.0.2"
}
8 changes: 4 additions & 4 deletions 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/animated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/react-animated",
"version": "7.0.1",
"version": "7.0.2",
"description": "Animate your @pixi/react components with react-spring",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"sideEffects": false,
"dependencies": {
"@pixi/react": "^7.0.1"
"@pixi/react": "^7.0.2"
},
"devDependencies": {
"@pixi/app": "^7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/react",
"version": "7.0.1",
"version": "7.0.2",
"description": "Write PixiJS applications using React declarative style.",
"repository": {
"type": "git",
Expand Down

0 comments on commit fde7e6e

Please sign in to comment.