Skip to content

Commit

Permalink
Bump transformer to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShukantPal committed Jul 17, 2021
1 parent 8e703d5 commit 8fd2b39
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 14 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/react-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"index.d.ts"
],
"dependencies": {
"@pixi-essentials/transformer": "^2.5.0"
"@pixi-essentials/transformer": "^2.5.1"
},
"peerDependencies": {
"@pixi/display": "^6.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/transformer/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@pixi-essentials/transformer",
"entries": [
{
"version": "2.5.1",
"tag": "@pixi-essentials/transformer_v2.5.1",
"date": "Sat, 17 Jul 2021 20:49:05 GMT",
"comments": {
"patch": [
{
"comment": "Fix issues with cursors and handle hit-testing when using projection transforms"
}
]
}
},
{
"version": "2.5.0",
"tag": "@pixi-essentials/transformer_v2.5.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @pixi-essentials/transformer

This log was last generated on Sun, 11 Jul 2021 20:57:07 GMT and should not be manually modified.
This log was last generated on Sat, 17 Jul 2021 20:49:05 GMT and should not be manually modified.

## 2.5.1
Sat, 17 Jul 2021 20:49:05 GMT

### Patches

- Fix issues with cursors and handle hit-testing when using projection transforms

## 2.5.0
Sun, 11 Jul 2021 20:57:07 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi-essentials/transformer",
"version": "2.5.0",
"version": "2.5.1",
"description": "Interactive display-object to edit the transformation matrices of display-objects",
"main": "lib/transformer.js",
"module": "lib/transformer.es.js",
Expand Down

0 comments on commit 8fd2b39

Please sign in to comment.