Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Dec 30, 2020
1 parent 3cae786 commit 1670e3d
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixi-filters",
"version": "3.2.0",
"version": "3.2.1",
"main": "lib/pixi-filters.cjs.js",
"description": "PixiJS v5 optional display filters",
"author": "Mat Groves <mat@goodboydigital.com>",
Expand Down Expand Up @@ -29,13 +29,13 @@
"@pixi/filter-adjustment": "3.1.1",
"@pixi/filter-advanced-bloom": "3.2.0",
"@pixi/filter-ascii": "3.1.1",
"@pixi/filter-bevel": "3.1.1",
"@pixi/filter-bevel": "3.2.1",
"@pixi/filter-bloom": "3.2.0",
"@pixi/filter-bulge-pinch": "3.1.1",
"@pixi/filter-color-map": "3.1.1",
"@pixi/filter-color-overlay": "3.1.1",
"@pixi/filter-color-replace": "3.1.1",
"@pixi/filter-convolution": "3.1.1",
"@pixi/filter-convolution": "3.2.1",
"@pixi/filter-cross-hatch": "3.1.1",
"@pixi/filter-crt": "3.2.0",
"@pixi/filter-dot": "3.1.1",
Expand All @@ -56,7 +56,7 @@
"@pixi/filter-shockwave": "3.1.1",
"@pixi/filter-simple-lightmap": "3.1.1",
"@pixi/filter-tilt-shift": "3.2.0",
"@pixi/filter-twist": "3.1.1",
"@pixi/filter-zoom-blur": "3.1.1"
"@pixi/filter-twist": "3.2.1",
"@pixi/filter-zoom-blur": "3.2.1"
}
}
2 changes: 1 addition & 1 deletion filters/bevel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-bevel",
"version": "3.1.1",
"version": "3.2.1",
"main": "lib/filter-bevel.cjs.js",
"bundle": "dist/filter-bevel.js",
"description": "PixiJS filter to apply a bevel effect",
Expand Down
2 changes: 1 addition & 1 deletion filters/convolution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-convolution",
"version": "3.1.1",
"version": "3.2.1",
"main": "lib/filter-convolution.cjs.js",
"bundle": "dist/filter-convolution.js",
"description": "PixiJS filter to apply a convolution effect",
Expand Down
2 changes: 1 addition & 1 deletion filters/twist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-twist",
"version": "3.1.1",
"version": "3.2.1",
"main": "lib/filter-twist.cjs.js",
"bundle": "dist/filter-twist.js",
"description": "PixiJS filter to apply a twist effect to a DisplayObject",
Expand Down
2 changes: 1 addition & 1 deletion filters/zoom-blur/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixi/filter-zoom-blur",
"version": "3.1.1",
"version": "3.2.1",
"main": "lib/filter-zoom-blur.cjs.js",
"bundle": "dist/filter-zoom-blur.js",
"description": "PixiJS filter to apply zoom blur effect",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"filters/*",
"tools/*"
],
"version": "3.2.0"
"version": "3.2.1"
}
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": "3.2.0",
"version": "3.2.1",
"license": "MIT",
"scripts": {
"prebuild": "rimraf index.js.map index.js",
Expand All @@ -11,7 +11,7 @@
},
"devDependencies": {
"cross-env": "^5.2.0",
"pixi-filters": "3.2.0",
"pixi-filters": "3.2.1",
"rimraf": "^2.6.3",
"rollup": "^1.11.3",
"rollup-plugin-buble": "^0.19.6",
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": "3.2.0",
"version": "3.2.1",
"scripts": {
"build": "electron main.js"
},
Expand All @@ -10,7 +10,7 @@
"electron": "^4.0.1",
"fs-extra": "^7.0.1",
"gifencoder": "^2.0.1",
"pixi-filters": "3.2.0",
"pixi-filters": "3.2.1",
"pixi.js": "^5.0.0"
}
}

0 comments on commit 1670e3d

Please sign in to comment.