Skip to content

Commit

Permalink
v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Mar 24, 2023
1 parent b1b3db9 commit b013c9b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixi-filters",
"version": "5.2.0",
"version": "5.2.1",
"description": "PixiJS v7 optional display filters",
"author": "Mat Groves <mat@goodboydigital.com>",
"contributors": [
Expand Down Expand Up @@ -52,7 +52,7 @@
"@pixi/filter-drop-shadow": "5.2.0",
"@pixi/filter-emboss": "5.1.1",
"@pixi/filter-glitch": "5.1.1",
"@pixi/filter-glow": "5.1.1",
"@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",
Expand Down
2 changes: 1 addition & 1 deletion filters/glow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-glow",
"version": "5.1.1",
"version": "5.2.1",
"main": "./dist/filter-glow.js",
"description": "PixiJS filter to apply a glow effect",
"author": "Mat Groves",
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.0"
"version": "5.2.1"
}
20 changes: 10 additions & 10 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.0",
"version": "5.2.1",
"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.0",
"pixi-filters": "5.2.1",
"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.0",
"version": "5.2.1",
"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.0",
"pixi-filters": "5.2.1",
"pixi.js": "^7.0.0-X"
}
}

0 comments on commit b013c9b

Please sign in to comment.