Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ShukantPal committed Apr 6, 2021
1 parent 298bb17 commit 43f84d0
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
12 changes: 12 additions & 0 deletions packages/batch-renderer/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "pixi-batch-renderer",
"entries": [
{
"version": "2.5.3",
"tag": "pixi-batch-renderer_v2.5.3",
"date": "Tue, 06 Apr 2021 13:59:04 GMT",
"comments": {
"patch": [
{
"comment": "Fix texture-lookup attribute not being filled correctly for multi-texture geometres (i.e. texturesPerObject > 1)"
}
]
}
},
{
"version": "2.5.1",
"tag": "pixi-batch-renderer_v2.5.1",
Expand Down
9 changes: 8 additions & 1 deletion packages/batch-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - pixi-batch-renderer

This log was last generated on Sun, 28 Mar 2021 19:51:30 GMT and should not be manually modified.
This log was last generated on Tue, 06 Apr 2021 13:59:04 GMT and should not be manually modified.

## 2.5.3
Tue, 06 Apr 2021 13:59:04 GMT

### Patches

- Fix texture-lookup attribute not being filled correctly for multi-texture geometres (i.e. texturesPerObject > 1)

## 2.5.1
Sun, 28 Mar 2021 19:51:30 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/batch-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixi-batch-renderer",
"version": "2.5.2",
"version": "2.5.3",
"description": "Batch rendering library for PixiJS applications",
"main": "lib/pixi-batch-renderer.js",
"module": "lib/pixi-batch-renderer.es.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/diffy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"peerDependencies": {
"pixi-batch-renderer": "~2.5.1",
"pixi-batch-renderer": "~2.5.3",
"@pixi/utils": "^6.0.0",
"@pixi/core": "^6.0.0",
"@pixi-essentials/object-pool": "^0.1.0"
Expand All @@ -55,6 +55,6 @@
"@pixi-essentials/object-pool": "^0.1.0",
"rollup": "~2.26.7",
"@pixi-build-tools/rollup-configurator": "~1.0.4",
"pixi-batch-renderer": "~2.5.1"
"pixi-batch-renderer": "~2.5.3"
}
}

0 comments on commit 43f84d0

Please sign in to comment.