Skip to content

Commit 29ad9f7

Browse files
committed
v4.1.6
1 parent 8dc2b39 commit 29ad9f7

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

bundle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pixi-filters",
3-
"version": "4.1.5",
3+
"version": "4.1.6",
44
"main": "dist/pixi-filters.cjs.js",
55
"description": "PixiJS v5 optional display filters",
66
"author": "Mat Groves <[email protected]>",
@@ -38,7 +38,7 @@
3838
"@pixi/filter-color-replace": "4.1.5",
3939
"@pixi/filter-convolution": "4.1.5",
4040
"@pixi/filter-cross-hatch": "4.1.3",
41-
"@pixi/filter-crt": "4.1.5",
41+
"@pixi/filter-crt": "4.1.6",
4242
"@pixi/filter-dot": "4.1.5",
4343
"@pixi/filter-drop-shadow": "4.1.5",
4444
"@pixi/filter-emboss": "4.1.5",

filters/crt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixi/filter-crt",
3-
"version": "4.1.5",
3+
"version": "4.1.6",
44
"main": "dist/filter-crt.cjs.js",
55
"bundle": "dist/filter-crt.js",
66
"description": "PixiJS filter to apply an effect resembling old CRT monitors",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"lerna": "3.8.5",
33
"useWorkspaces": true,
4-
"version": "4.1.5"
4+
"version": "4.1.6"
55
}

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tools/demo",
33
"private": true,
4-
"version": "4.1.5",
4+
"version": "4.1.6",
55
"license": "MIT",
66
"scripts": {
77
"prebuild": "rimraf index.js.map index.js",
@@ -19,7 +19,7 @@
1919
"@rollup/plugin-commonjs": "^17.0.0",
2020
"@rollup/plugin-node-resolve": "^11.0.1",
2121
"cross-env": "^5.2.0",
22-
"pixi-filters": "4.1.5",
22+
"pixi-filters": "4.1.6",
2323
"rimraf": "^2.6.3",
2424
"rollup": "^2.35.1",
2525
"rollup-plugin-node-builtins": "^2.1.2",

tools/screenshots/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tools/screenshots",
33
"private": true,
4-
"version": "4.1.5",
4+
"version": "4.1.6",
55
"scripts": {
66
"build": "electron main.js"
77
},
@@ -10,7 +10,7 @@
1010
"electron": "^4.0.1",
1111
"fs-extra": "^7.0.1",
1212
"gifencoder": "^2.0.1",
13-
"pixi-filters": "4.1.5",
13+
"pixi-filters": "4.1.6",
1414
"pixi.js": "^6.0.0-X"
1515
}
1616
}

0 commit comments

Comments
 (0)