Skip to content

Commit

Permalink
v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Sep 1, 2023
1 parent 97b0e95 commit b488a8d
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.1.0"
"version": "7.1.1"
}
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.1.0",
"version": "7.1.1",
"description": "Animate your @pixi/react components with react-spring",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"sideEffects": false,
"dependencies": {
"@pixi/react": "^7.1.0"
"@pixi/react": "^7.1.1"
},
"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.1.0",
"version": "7.1.1",
"description": "Write PixiJS applications using React declarative style.",
"repository": {
"type": "git",
Expand Down

0 comments on commit b488a8d

Please sign in to comment.