Skip to content

Commit 9304b41

Browse files
committed
Publish
- sqip-demo@1.0.0-alpha.42 - sqip-cli@1.0.0-alpha.43 - sqip-plugin-blur@1.0.0-alpha.39 - sqip-plugin-data-uri@1.0.0-alpha.39 - sqip-plugin-pixels@1.0.0-alpha.38 - sqip-plugin-potrace@1.0.0-alpha.10 - sqip-plugin-primitive@1.0.0-alpha.40 - sqip-plugin-svgo@1.0.0-alpha.40 - sqip@1.0.0-alpha.38
1 parent 88dac2c commit 9304b41

File tree

18 files changed

+113
-27
lines changed

18 files changed

+113
-27
lines changed

demo/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.42](http://axe312ger.github.io/sqip/compare/sqip-demo@1.0.0-alpha.41...sqip-demo@1.0.0-alpha.42) (2022-05-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency cli-progress to v3.11.0 ([5c79c56](http://axe312ger.github.io/sqip/commit/5c79c560786c2f2f96e25141bc6391d75d93c85c))
12+
* **deps:** update dependency htm to v3.1.1 ([55ab292](http://axe312ger.github.io/sqip/commit/55ab292f6d2a9ff868f8a7439bded50b1fa222a7))
13+
* **deps:** update dependency sharp to v0.30.4 ([e4bdc22](http://axe312ger.github.io/sqip/commit/e4bdc2270067bb29680ab8bc48018a7c85641625))
14+
15+
16+
17+
18+
619
# [1.0.0-alpha.41](http://axe312ger.github.io/sqip/compare/sqip-demo@1.0.0-alpha.40...sqip-demo@1.0.0-alpha.41) (2022-03-24)
720

821

demo/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqip-demo",
3-
"version": "1.0.0-alpha.41",
3+
"version": "1.0.0-alpha.42",
44
"main": "index.html",
55
"repository": "http://axe312ger.github.io/sqip",
66
"author": "Benedikt Rötsch <info@benedikt-roetsch.de>",
@@ -25,14 +25,14 @@
2525
"pretty-bytes": "6.0.0",
2626
"probe-image-size": "7.2.3",
2727
"sharp": "0.30.4",
28-
"sqip": "^1.0.0-alpha.37",
28+
"sqip": "^1.0.0-alpha.38",
2929
"sqip-legacy": "npm:sqip@legacy",
30-
"sqip-plugin-blur": "^1.0.0-alpha.38",
31-
"sqip-plugin-data-uri": "^1.0.0-alpha.38",
32-
"sqip-plugin-pixels": "^1.0.0-alpha.37",
33-
"sqip-plugin-potrace": "^1.0.0-alpha.9",
34-
"sqip-plugin-primitive": "^1.0.0-alpha.39",
35-
"sqip-plugin-svgo": "^1.0.0-alpha.39",
30+
"sqip-plugin-blur": "^1.0.0-alpha.39",
31+
"sqip-plugin-data-uri": "^1.0.0-alpha.39",
32+
"sqip-plugin-pixels": "^1.0.0-alpha.38",
33+
"sqip-plugin-potrace": "^1.0.0-alpha.10",
34+
"sqip-plugin-primitive": "^1.0.0-alpha.40",
35+
"sqip-plugin-svgo": "^1.0.0-alpha.40",
3636
"vhtml": "2.2.0"
3737
},
3838
"devDependencies": {

packages/sqip-cli/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.43](https://github.com/axe312ger/sqip/compare/sqip-cli@1.0.0-alpha.42...sqip-cli@1.0.0-alpha.43) (2022-05-09)
7+
8+
9+
### Features
10+
11+
* properly apply detected background colors and support transparent backgrounds ([9769d45](https://github.com/axe312ger/sqip/commit/9769d4597fdfca877d1caef1c3f2cd68347fd223))
12+
13+
14+
15+
16+
617
# [1.0.0-alpha.42](https://github.com/axe312ger/sqip/compare/sqip-cli@1.0.0-alpha.41...sqip-cli@1.0.0-alpha.42) (2022-03-24)
718

819
**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.42",
3+
"version": "1.0.0-alpha.43",
44
"description": "> TODO: description",
55
"author": "Benedikt Rötsch <info@benedikt-roetsch.de>",
66
"homepage": "https://github.com/axe312ger/sqip#readme",
@@ -34,11 +34,11 @@
3434
"debug": "^4.3.4",
3535
"fs-extra": "^10.0.0",
3636
"pkg-up": "^3.1.0",
37-
"sqip": "^1.0.0-alpha.37",
38-
"sqip-plugin-blur": "^1.0.0-alpha.38",
39-
"sqip-plugin-data-uri": "^1.0.0-alpha.38",
40-
"sqip-plugin-primitive": "^1.0.0-alpha.39",
41-
"sqip-plugin-svgo": "^1.0.0-alpha.39"
37+
"sqip": "^1.0.0-alpha.38",
38+
"sqip-plugin-blur": "^1.0.0-alpha.39",
39+
"sqip-plugin-data-uri": "^1.0.0-alpha.39",
40+
"sqip-plugin-primitive": "^1.0.0-alpha.40",
41+
"sqip-plugin-svgo": "^1.0.0-alpha.40"
4242
},
4343
"devDependencies": {
4444
"@types/command-line-args": "5.2.0",

packages/sqip-plugin-blur/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.39](https://github.com/axe312ger/sqip/compare/sqip-plugin-blur@1.0.0-alpha.38...sqip-plugin-blur@1.0.0-alpha.39) (2022-05-09)
7+
8+
**Note:** Version bump only for package sqip-plugin-blur
9+
10+
11+
12+
13+
614
# [1.0.0-alpha.38](https://github.com/axe312ger/sqip/compare/sqip-plugin-blur@1.0.0-alpha.37...sqip-plugin-blur@1.0.0-alpha.38) (2022-03-24)
715

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

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.38",
3+
"version": "1.0.0-alpha.39",
44
"description": "> TODO: description",
55
"author": "Benedikt Rötsch <info@benedikt-roetsch.de>",
66
"homepage": "https://github.com/axe312ger/sqip#readme",
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/axe312ger/sqip/issues"
2828
},
2929
"dependencies": {
30-
"sqip": "^1.0.0-alpha.37"
30+
"sqip": "^1.0.0-alpha.38"
3131
},
3232
"peerDependencies": {
3333
"@vibrant/color": "^3.2.0-alpha"

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.39](https://github.com/axe312ger/sqip/compare/sqip-plugin-data-uri@1.0.0-alpha.38...sqip-plugin-data-uri@1.0.0-alpha.39) (2022-05-09)
7+
8+
**Note:** Version bump only for package sqip-plugin-data-uri
9+
10+
11+
12+
13+
614
# [1.0.0-alpha.38](https://github.com/axe312ger/sqip/compare/sqip-plugin-data-uri@1.0.0-alpha.37...sqip-plugin-data-uri@1.0.0-alpha.38) (2022-03-24)
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.38",
3+
"version": "1.0.0-alpha.39",
44
"description": "> TODO: description",
55
"author": "Benedikt Rötsch <info@benedikt-roetsch.de>",
66
"homepage": "https://github.com/axe312ger/sqip#readme",
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"mini-svg-data-uri": "^1.4.4",
31-
"sqip": "^1.0.0-alpha.37"
31+
"sqip": "^1.0.0-alpha.38"
3232
},
3333
"peerDependencies": {
3434
"@vibrant/color": "^3.2.0-alpha"

packages/sqip-plugin-pixels/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.38](https://github.com/axe312ger/sqip/compare/sqip-plugin-pixels@1.0.0-alpha.37...sqip-plugin-pixels@1.0.0-alpha.38) (2022-05-09)
7+
8+
**Note:** Version bump only for package sqip-plugin-pixels
9+
10+
11+
12+
13+
614
# [1.0.0-alpha.37](https://github.com/axe312ger/sqip/compare/sqip-plugin-pixels@1.0.0-alpha.36...sqip-plugin-pixels@1.0.0-alpha.37) (2022-03-24)
715

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

packages/sqip-plugin-pixels/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-pixels",
3-
"version": "1.0.0-alpha.37",
3+
"version": "1.0.0-alpha.38",
44
"description": "Experimental plugin to create a pixelation effect",
55
"author": "Benedikt Rötsch <info@benedikt-roetsch.de>",
66
"homepage": "https://github.com/axe312ger/sqip#readme",
@@ -29,7 +29,7 @@
2929
"@svgdotjs/svg.js": "^3.0.16",
3030
"@types/sharp": "^0.30.0",
3131
"sharp": "^0.30.4",
32-
"sqip": "^1.0.0-alpha.37",
32+
"sqip": "^1.0.0-alpha.38",
3333
"svgdom": "^0.1.8"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)