Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
v7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Mar 17, 2023
1 parent 51c1ae2 commit 2fdf97d
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion dist/pixi-texture-allocator.iife.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/pixi-texture-allocator.iife.js.map

Large diffs are not rendered by default.

180 changes: 90 additions & 90 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapideditor/pixi-texture-allocator",
"version": "7.2.0",
"version": "7.2.1",
"author": "Ben Clark <[email protected]",
"description": "Pixi.js texture allocator",
"repository": "github:rapideditor/texture-allocator",
Expand All @@ -24,12 +24,12 @@
"require": "./dist/pixi-texture-allocator.cjs"
},
"dependencies": {
"@pixi/constants": "7.2.0",
"@pixi/core": "7.2.0",
"@pixi/math": "7.2.0"
"@pixi/constants": "7.2.1",
"@pixi/core": "7.2.1",
"@pixi/math": "7.2.1"
},
"devDependencies": {
"esbuild": "^0.17.11",
"esbuild": "^0.17.12",
"npm-run-all": "^4.1.5",
"shx": "^0.3.4",
"typescript": "^4.9.5"
Expand Down

0 comments on commit 2fdf97d

Please sign in to comment.