Skip to content

File tree

22 files changed

+131
-25
lines changed

22 files changed

+131
-25
lines changed

demo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-alpha.55](http://axe312ger.github.io/sqip/compare/[email protected]@1.0.0-alpha.55) (2024-03-28)
7+
8+
**Note:** Version bump only for package sqip-demo
9+
10+
11+
12+
13+
614
# [1.0.0-alpha.54](http://axe312ger.github.io/sqip/compare/[email protected]@1.0.0-alpha.54) (2024-03-22)
715

816
**Note:** Version bump only for package sqip-demo

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqip-demo",
3-
"version": "1.0.0-alpha.54",
3+
"version": "1.0.0-alpha.55",
44
"main": "index.html",
55
"repository": "http://axe312ger.github.io/sqip",
66
"author": "Benedikt Rötsch <[email protected]>",
@@ -25,7 +25,7 @@
2525
"pretty-bytes": "6.1.1",
2626
"probe-image-size": "7.2.3",
2727
"sharp": "0.32.6",
28-
"sqip": "^1.0.0-alpha.50",
28+
"sqip": "^1.0.0-alpha.51",
2929
"sqip-legacy": "npm:sqip@legacy",
3030
"systeminformation": "^5.22.0",
3131
"vhtml": "2.2.0"

packages/sqip-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-alpha.58](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.58) (2024-03-28)
7+
8+
**Note:** Version bump only for package sqip-cli
9+
10+
11+
12+
13+
614
# [1.0.0-alpha.57](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.57) (2024-03-25)
715

816
**Note:** Version bump only for package sqip-cli

packages/sqip-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqip-cli",
3-
"version": "1.0.0-alpha.57",
3+
"version": "1.0.0-alpha.58",
44
"description": "> TODO: description",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"homepage": "https://github.com/axe312ger/sqip#readme",
@@ -34,11 +34,11 @@
3434
"debug": "^4.3.4",
3535
"fs-extra": "^11.1.1",
3636
"pkg-up": "^3.1.0",
37-
"sqip": "^1.0.0-alpha.50",
38-
"sqip-plugin-blur": "^1.0.0-alpha.52",
39-
"sqip-plugin-data-uri": "^1.0.0-alpha.51",
40-
"sqip-plugin-primitive": "^1.0.0-alpha.52",
41-
"sqip-plugin-svgo": "^1.0.0-alpha.53"
37+
"sqip": "^1.0.0-alpha.51",
38+
"sqip-plugin-blur": "^1.0.0-alpha.53",
39+
"sqip-plugin-data-uri": "^1.0.0-alpha.52",
40+
"sqip-plugin-primitive": "^1.0.0-alpha.53",
41+
"sqip-plugin-svgo": "^1.0.0-alpha.54"
4242
},
4343
"devDependencies": {
4444
"@types/command-line-args": "5.2.3",

packages/sqip-plugin-blur/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-alpha.53](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.53) (2024-03-28)
7+
8+
9+
### Features
10+
11+
* blur plugin now uses css blur while the legacy SVG Gaussian Blur is still optionally available ([5ffeab5](https://github.com/axe312ger/sqip/commit/5ffeab5f1486edc9fe735a1127d78343ec237319))
12+
13+
14+
15+
16+
617
# [1.0.0-alpha.52](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.52) (2024-03-22)
718

819

packages/sqip-plugin-blur/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqip-plugin-blur",
3-
"version": "1.0.0-alpha.52",
3+
"version": "1.0.0-alpha.53",
44
"description": "> TODO: description",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"homepage": "https://github.com/axe312ger/sqip#readme",
@@ -27,6 +27,6 @@
2727
"url": "https://github.com/axe312ger/sqip/issues"
2828
},
2929
"dependencies": {
30-
"sqip": "^1.0.0-alpha.50"
30+
"sqip": "^1.0.0-alpha.51"
3131
}
3232
}

packages/sqip-plugin-blurhash/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-alpha.10](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.10) (2024-03-28)
7+
8+
**Note:** Version bump only for package sqip-plugin-blurhash
9+
10+
11+
12+
13+
614
# [1.0.0-alpha.9](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.9) (2024-03-22)
715

816

packages/sqip-plugin-blurhash/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqip-plugin-blurhash",
3-
"version": "1.0.0-alpha.9",
3+
"version": "1.0.0-alpha.10",
44
"description": "Plugin for blurhash",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"homepage": "https://github.com/axe312ger/sqip#readme",
@@ -28,6 +28,6 @@
2828
"dependencies": {
2929
"blurhash": "^2.0.5",
3030
"sharp": "^0.32.0",
31-
"sqip": "^1.0.0-alpha.50"
31+
"sqip": "^1.0.0-alpha.51"
3232
}
3333
}

packages/sqip-plugin-data-uri/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-alpha.52](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.52) (2024-03-28)
7+
8+
**Note:** Version bump only for package sqip-plugin-data-uri
9+
10+
11+
12+
13+
614
# [1.0.0-alpha.51](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.51) (2024-03-22)
715

816
**Note:** Version bump only for package sqip-plugin-data-uri

packages/sqip-plugin-data-uri/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqip-plugin-data-uri",
3-
"version": "1.0.0-alpha.51",
3+
"version": "1.0.0-alpha.52",
44
"description": "> TODO: description",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"homepage": "https://github.com/axe312ger/sqip#readme",
@@ -28,6 +28,6 @@
2828
},
2929
"dependencies": {
3030
"mini-svg-data-uri": "^1.4.4",
31-
"sqip": "^1.0.0-alpha.50"
31+
"sqip": "^1.0.0-alpha.51"
3232
}
3333
}

0 commit comments

Comments
 (0)