Skip to content

Commit 406c9b6

Browse files
author
Alex Prokop
committed
v7.0.3
1 parent bb24b5f commit 406c9b6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "7.0.2"
4+
"version": "7.0.3"
55
}

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/animated/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixi/react-animated",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"description": "Animate your @pixi/react components with react-spring",
55
"repository": {
66
"type": "git",
@@ -31,7 +31,7 @@
3131
},
3232
"sideEffects": false,
3333
"dependencies": {
34-
"@pixi/react": "^7.0.2"
34+
"@pixi/react": "^7.0.3"
3535
},
3636
"devDependencies": {
3737
"@pixi/app": "^7.1.1",

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixi/react",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"description": "Write PixiJS applications using React declarative style.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)