Skip to content

Commit

Permalink
v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Feb 15, 2024
1 parent 847cbe4 commit d41e598
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixi-filters",
"version": "5.2.1",
"version": "5.3.0",
"description": "PixiJS v7 optional display filters",
"author": "Mat Groves <mat@goodboydigital.com>",
"contributors": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"@pixi/filter-bevel": "5.1.1",
"@pixi/filter-bloom": "5.1.1",
"@pixi/filter-bulge-pinch": "5.1.1",
"@pixi/filter-color-gradient": "5.2.0",
"@pixi/filter-color-gradient": "5.3.0",
"@pixi/filter-color-map": "5.1.1",
"@pixi/filter-color-overlay": "5.1.1",
"@pixi/filter-color-replace": "5.1.1",
Expand All @@ -55,7 +55,7 @@
"@pixi/filter-glow": "5.2.1",
"@pixi/filter-godray": "5.1.1",
"@pixi/filter-grayscale": "5.1.1",
"@pixi/filter-hsl-adjustment": "5.2.0",
"@pixi/filter-hsl-adjustment": "5.3.0",
"@pixi/filter-kawase-blur": "5.1.1",
"@pixi/filter-motion-blur": "5.1.1",
"@pixi/filter-multi-color-replace": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion filters/color-gradient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-color-gradient",
"version": "5.2.0",
"version": "5.3.0",
"main": "./dist/filter-color-gradient.js",
"description": "PixiJS filter to render a color gradient.",
"author": "Viktor Persson",
Expand Down
2 changes: 1 addition & 1 deletion filters/hsl-adjustment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-hsl-adjustment",
"version": "5.2.0",
"version": "5.3.0",
"main": "./dist/filter-hsl-adjustment.js",
"description": "PixiJS filter to apply a HSL adjustment",
"author": "Viktor Persson",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lerna": "3.8.5",
"useWorkspaces": true,
"version": "5.2.1"
"version": "5.3.0"
}
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tools/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tools/demo",
"private": true,
"version": "5.2.1",
"version": "5.3.0",
"license": "MIT",
"scripts": {
"prebuild": "rimraf index.js.map index.js",
Expand All @@ -17,7 +17,7 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.0.1",
"cross-env": "^5.2.0",
"pixi-filters": "5.2.1",
"pixi-filters": "5.3.0",
"rimraf": "^2.6.3",
"rollup": "^2.35.1",
"rollup-plugin-esbuild": "^4.10.1"
Expand Down
4 changes: 2 additions & 2 deletions tools/screenshots/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tools/screenshots",
"private": true,
"version": "5.2.1",
"version": "5.3.0",
"scripts": {
"build": "electron main.js"
},
Expand All @@ -10,7 +10,7 @@
"electron": "^12.0.0",
"fs-extra": "^7.0.1",
"gifencoder": "^2.0.1",
"pixi-filters": "5.2.1",
"pixi-filters": "5.3.0",
"pixi.js": "^7.0.0-X"
}
}

0 comments on commit d41e598

Please sign in to comment.