Skip to content

Commit

Permalink
Bump packages after fixing typings
Browse files Browse the repository at this point in the history
  • Loading branch information
ShukantPal committed Jun 17, 2021
1 parent fde94f5 commit f22e235
Show file tree
Hide file tree
Showing 26 changed files with 112 additions and 118 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"changes": [
{
"packageName": "@pixi-essentials/gradients",
"packageName": "@pixi-essentials/bounds",
"comment": "",
"type": "none"
}
],
"packageName": "@pixi-essentials/gradients",
"packageName": "@pixi-essentials/bounds",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"changes": [
{
"packageName": "@pixi-essentials/gradients",
"packageName": "@pixi-essentials/conic",
"comment": "",
"type": "none"
}
],
"packageName": "@pixi-essentials/gradients",
"packageName": "@pixi-essentials/conic",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"changes": [
{
"packageName": "@pixi-essentials/area-allocator",
"packageName": "@pixi-essentials/cull",
"comment": "",
"type": "none"
}
],
"packageName": "@pixi-essentials/area-allocator",
"packageName": "@pixi-essentials/cull",
"email": "[email protected]"
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"changes": [
{
"packageName": "@pixi-essentials/area-allocator",
"packageName": "@pixi-essentials/object-pool",
"comment": "",
"type": "none"
}
],
"packageName": "@pixi-essentials/area-allocator",
"packageName": "@pixi-essentials/object-pool",
"email": "[email protected]"
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@pixi-essentials/transformer",
"comment": "",
"type": "none"
}
],
"packageName": "@pixi-essentials/transformer",
"email": "[email protected]"
}
12 changes: 12 additions & 0 deletions packages/area-allocator/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@pixi-essentials/area-allocator",
"entries": [
{
"version": "1.0.3",
"tag": "@pixi-essentials/area-allocator_v1.0.3",
"date": "Thu, 17 Jun 2021 02:36:40 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade to PixiJS 6"
}
]
}
},
{
"version": "1.0.2",
"tag": "@pixi-essentials/area-allocator_v1.0.2",
Expand Down
9 changes: 8 additions & 1 deletion packages/area-allocator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @pixi-essentials/area-allocator

This log was last generated on Sat, 26 Dec 2020 22:47:29 GMT and should not be manually modified.
This log was last generated on Thu, 17 Jun 2021 02:36:40 GMT and should not be manually modified.

## 1.0.3
Thu, 17 Jun 2021 02:36:40 GMT

### Patches

- Upgrade to PixiJS 6

## 1.0.2
Sat, 26 Dec 2020 22:47:29 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/area-allocator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi-essentials/area-allocator",
"version": "1.0.2",
"version": "1.0.3",
"description": "Efficient texture area allocator for on-demand atlases",
"main": "lib/area-allocator.js",
"module": "lib/area-allocator.es.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/gradients/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@pixi-essentials/gradients",
"entries": [
{
"version": "0.0.4",
"tag": "@pixi-essentials/gradients_v0.0.4",
"date": "Thu, 17 Jun 2021 02:36:40 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade to PixiJS 6"
}
]
}
},
{
"version": "0.0.3",
"tag": "@pixi-essentials/gradients_v0.0.3",
Expand Down
9 changes: 8 additions & 1 deletion packages/gradients/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @pixi-essentials/gradients

This log was last generated on Sun, 31 Jan 2021 03:42:33 GMT and should not be manually modified.
This log was last generated on Thu, 17 Jun 2021 02:36:40 GMT and should not be manually modified.

## 0.0.4
Thu, 17 Jun 2021 02:36:40 GMT

### Patches

- Upgrade to PixiJS 6

## 0.0.3
Sun, 31 Jan 2021 03:42:33 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/gradients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi-essentials/gradients",
"version": "0.0.3",
"version": "0.0.4",
"description": "Generates textures with color gradients",
"main": "lib/gradients.js",
"module": "lib/gradients.es.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/svg/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@pixi-essentials/svg",
"entries": [
{
"version": "1.1.1",
"tag": "@pixi-essentials/svg_v1.1.1",
"date": "Thu, 17 Jun 2021 02:36:40 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@pixi-essentials/gradients\" from `^0.0.3` to `^0.0.4`"
},
{
"comment": "Updating dependency \"@pixi-essentials/texture-allocator\" from `~1.0.4` to `~1.0.5`"
}
]
}
},
{
"version": "1.1.0",
"tag": "@pixi-essentials/svg_v1.1.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @pixi-essentials/svg

This log was last generated on Sun, 28 Mar 2021 17:05:18 GMT and should not be manually modified.
This log was last generated on Thu, 17 Jun 2021 02:36:40 GMT and should not be manually modified.

## 1.1.1
Thu, 17 Jun 2021 02:36:40 GMT

*Version update only*

## 1.1.0
Sun, 28 Mar 2021 17:05:18 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi-essentials/svg",
"version": "1.1.0",
"version": "1.1.1",
"description": "Native SVG Renderer on top of PixiJS",
"main": "lib/svg.js",
"module": "lib/svg.es.js",
Expand Down Expand Up @@ -61,9 +61,9 @@
"dependencies": {
"d-path-parser": "^1.0.0",
"tinycolor2": "^1.4.1",
"@pixi-essentials/gradients": "^0.0.3",
"@pixi-essentials/gradients": "^0.0.4",
"@pixi-essentials/cull": "^1.1.0",
"@pixi-essentials/texture-allocator": "~1.0.4",
"@pixi-essentials/texture-allocator": "~1.0.5",
"libtess": "~1.2.2"
},
"publishConfig": {
Expand Down
17 changes: 17 additions & 0 deletions packages/texture-allocator/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@pixi-essentials/texture-allocator",
"entries": [
{
"version": "1.0.5",
"tag": "@pixi-essentials/texture-allocator_v1.0.5",
"date": "Thu, 17 Jun 2021 02:36:40 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade to PixiJS 6"
}
],
"dependency": [
{
"comment": "Updating dependency \"@pixi-essentials/area-allocator\" from `~1.0.2` to `~1.0.3`"
}
]
}
},
{
"version": "1.0.4",
"tag": "@pixi-essentials/texture-allocator_v1.0.4",
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, 31 Jan 2021 03:42:33 GMT and should not be manually modified.
This log was last generated on Thu, 17 Jun 2021 02:36:40 GMT and should not be manually modified.

## 1.0.5
Thu, 17 Jun 2021 02:36:40 GMT

### Patches

- Upgrade to PixiJS 6

## 1.0.4
Sun, 31 Jan 2021 03:42:33 GMT
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.0.4",
"version": "1.0.5",
"description": "Dynamic texture allocator based on @pixi-essentials/area-allocator",
"main": "lib/texture-allocator.js",
"module": "lib/texture-allocator.es.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/SukantPal/pixi-essentials#readme",
"dependencies": {
"@pixi-essentials/area-allocator": "~1.0.2"
"@pixi-essentials/area-allocator": "~1.0.3"
},
"peerDependencies": {
"@pixi/core": "^6.0.0",
Expand Down

0 comments on commit f22e235

Please sign in to comment.