Skip to content

Commit

Permalink
Bump transformer to 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ShukantPal committed Jul 30, 2021
1 parent 2cf0026 commit c22a64e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
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.2"
"@pixi-essentials/transformer": "^2.5.3"
},
"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.3",
"tag": "@pixi-essentials/transformer_v2.5.3",
"date": "Fri, 30 Jul 2021 18:00:26 GMT",
"comments": {
"patch": [
{
"comment": "Support for passing the stage for listening to pointermove events. This is useful when you're using the new EventSystem or moveWhenInside optimization with the interaction manager."
}
]
}
},
{
"version": "2.5.2",
"tag": "@pixi-essentials/transformer_v2.5.2",
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, 18 Jul 2021 02:26:58 GMT and should not be manually modified.
This log was last generated on Fri, 30 Jul 2021 18:00:26 GMT and should not be manually modified.

## 2.5.3
Fri, 30 Jul 2021 18:00:26 GMT

### Patches

- Support for passing the stage for listening to pointermove events. This is useful when you're using the new EventSystem or moveWhenInside optimization with the interaction manager.

## 2.5.2
Sun, 18 Jul 2021 02:26:58 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.2",
"version": "2.5.3",
"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 c22a64e

Please sign in to comment.