Skip to content

Commit 02d9612

Browse files
basetenAlex Prokop
and
Alex Prokop
authored
fix borked versions (#397)
Co-authored-by: Alex Prokop <[email protected]>
1 parent 17b6b62 commit 02d9612

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0-alpha.2"
4+
"version": "7.0.0"
55
}

packages/animated/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixi/react-animated",
3-
"version": "7.0.0-alpha.2",
3+
"version": "7.0.0",
44
"description": "Animate your @pixi/react components with react-spring",
55
"repository": {
66
"type": "git",

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.0-alpha.2",
3+
"version": "7.0.0",
44
"description": "Write PixiJS applications using React declarative style.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)