Skip to content

Commit

Permalink
Merge pull request #83 from ShukantPal/shukant/publish
Browse files Browse the repository at this point in the history
Publish @pixi-essentials/texture-allocator, @pixi-essentials/transformer
  • Loading branch information
ShukantPal committed Apr 16, 2023
2 parents b5dbbcb + 47c53ee commit ed6bd6c
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 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": "^3.0.0"
"@pixi-essentials/transformer": "^3.0.1"
},
"peerDependencies": {
"@pixi/display": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"tinycolor2": "^1.4.1",
"@pixi-essentials/gradients": "^1.0.1",
"@pixi-essentials/cull": "^2.0.0",
"@pixi-essentials/texture-allocator": "~2.0.0",
"@pixi-essentials/texture-allocator": "~2.0.1",
"libtess": "~1.2.2"
},
"publishConfig": {
Expand Down
12 changes: 12 additions & 0 deletions packages/texture-allocator/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@pixi-essentials/texture-allocator",
"entries": [
{
"version": "2.0.1",
"tag": "@pixi-essentials/texture-allocator_v2.0.1",
"date": "Sun, 16 Apr 2023 20:43:53 GMT",
"comments": {
"patch": [
{
"comment": "Support WebGL1 contexts by implicit conversion of ImageData, HTMLCanvasElement, HTMLImageElement into ArrayBufferView (@bhousel)"
}
]
}
},
{
"version": "2.0.0",
"tag": "@pixi-essentials/texture-allocator_v2.0.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/texture-allocator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @pixi-essentials/texture-allocator

This log was last generated on Sun, 05 Mar 2023 03:28:18 GMT and should not be manually modified.
This log was last generated on Sun, 16 Apr 2023 20:43:53 GMT and should not be manually modified.

## 2.0.1
Sun, 16 Apr 2023 20:43:53 GMT

### Patches

- Support WebGL1 contexts by implicit conversion of ImageData, HTMLCanvasElement, HTMLImageElement into ArrayBufferView (@bhousel)

## 2.0.0
Sun, 05 Mar 2023 03:28:18 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/texture-allocator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi-essentials/texture-allocator",
"version": "2.0.0",
"version": "2.0.1",
"description": "Dynamic texture allocator based on @pixi-essentials/area-allocator",
"main": "lib/texture-allocator.js",
"module": "lib/texture-allocator.es.js",
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": "3.0.1",
"tag": "@pixi-essentials/transformer_v3.0.1",
"date": "Sun, 16 Apr 2023 20:43:53 GMT",
"comments": {
"patch": [
{
"comment": "Use globalpointermove instead of pointermove for PixiJS 7 compatibility (requires 7.2.0) (@rnike)"
}
]
}
},
{
"version": "3.0.0",
"tag": "@pixi-essentials/transformer_v3.0.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, 05 Mar 2023 03:28:18 GMT and should not be manually modified.
This log was last generated on Sun, 16 Apr 2023 20:43:53 GMT and should not be manually modified.

## 3.0.1
Sun, 16 Apr 2023 20:43:53 GMT

### Patches

- Use globalpointermove instead of pointermove for PixiJS 7 compatibility (requires 7.2.0) (@rnike)

## 3.0.0
Sun, 05 Mar 2023 03:28:18 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": "3.0.0",
"version": "3.0.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 ed6bd6c

Please sign in to comment.