Skip to content

Commit

Permalink
Bump @pixi-essentials/transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
ShukantPal committed May 21, 2022
1 parent 9835963 commit 70a16f9
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
Expand Up @@ -32,7 +32,7 @@
"index.d.ts"
],
"dependencies": {
"@pixi-essentials/transformer": "^2.5.5"
"@pixi-essentials/transformer": "^2.5.6"
},
"peerDependencies": {
"@pixi/display": "^6.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/transformer/CHANGELOG.json
@@ -1,6 +1,18 @@
{
"name": "@pixi-essentials/transformer",
"entries": [
{
"version": "2.5.6",
"tag": "@pixi-essentials/transformer_v2.5.6",
"date": "Sat, 21 May 2022 23:41:14 GMT",
"comments": {
"patch": [
{
"comment": "Fix transformer handles on mobile"
}
]
}
},
{
"version": "2.5.5",
"tag": "@pixi-essentials/transformer_v2.5.5",
Expand Down
9 changes: 8 additions & 1 deletion packages/transformer/CHANGELOG.md
@@ -1,6 +1,13 @@
# Change Log - @pixi-essentials/transformer

This log was last generated on Tue, 07 Sep 2021 01:18:24 GMT and should not be manually modified.
This log was last generated on Sat, 21 May 2022 23:41:14 GMT and should not be manually modified.

## 2.5.6
Sat, 21 May 2022 23:41:14 GMT

### Patches

- Fix transformer handles on mobile

## 2.5.5
Tue, 07 Sep 2021 01:18:24 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/transformer/package.json
@@ -1,6 +1,6 @@
{
"name": "@pixi-essentials/transformer",
"version": "2.5.5",
"version": "2.5.6",
"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 70a16f9

Please sign in to comment.