Skip to content

Commit

Permalink
Bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michalochman committed Jul 19, 2022
1 parent e4fa573 commit de9fff6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions examples/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 examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-pixi-fiber": "1.0.0-beta.16",
"react-pixi-fiber": "1.0.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"stats.js": "^0.17.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9353,10 +9353,10 @@ react-is@^17.0.1:
resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

[email protected]-beta.16:
version "1.0.0-beta.16"
resolved "https://registry.yarnpkg.com/react-pixi-fiber/-/react-pixi-fiber-1.0.0-beta.16.tgz#8801c4d54f29882af16ab4fb839c4a89042dd78e"
integrity sha512-blZCo0WjdEpc2pGHkTs5GErJeNe368IRiXCqhNwKNT5QCOJGVyoWfzRoJ8MZ/3sTEqf4JkH4TlG9kJ2I413SOg==
[email protected]:
version "1.0.0"
resolved "https://registry.yarnpkg.com/react-pixi-fiber/-/react-pixi-fiber-1.0.0.tgz#9f00c39dd7b883cb2516405fc488c38582b011a7"
integrity sha512-b9QmgS04t2u/s/Y79aJYAEGVJ/00YGGNBbmscO2CVDuRSfJsKkl8gIEi5j44gjTjmnBZAj7hFTc+Zb/pwtl1Dw==
dependencies:
fbjs "^3.0.0"
react-reconciler "^0.26.2"
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pixi-fiber",
"version": "1.0.0-beta.16",
"version": "1.0.0",
"description": "React Fiber renderer for PixiJS",
"main": "index.js",
"umd:main": "index.umd.js",
Expand Down

0 comments on commit de9fff6

Please sign in to comment.