Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Feb 24, 2024
1 parent 147dec7 commit 6d9819f
Show file tree
Hide file tree
Showing 22 changed files with 156 additions and 32 deletions.
20 changes: 20 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.47](http://axe312ger.github.io/sqip/compare/[email protected]@1.0.0-alpha.47) (2024-02-24)


### Bug Fixes

* show average processing time in demo in ms ([84bb989](http://axe312ger.github.io/sqip/commit/84bb989b618ddddc8a3fe12162f6fb4763c24637))
* **deps:** update dependency aspect-ratio to v2.1.5 ([dd9915b](http://axe312ger.github.io/sqip/commit/dd9915b4848616375554580888b7884b1a3ea426))
* **deps:** update dependency sharp to v0.32.6 [security] ([04c3395](http://axe312ger.github.io/sqip/commit/04c3395b131ffd1fcec67df12d4a98ca0c0c4295))


### Features

* add info about generating machine and turn into improve css a little ([2365329](http://axe312ger.github.io/sqip/commit/23653296790a37b06b4545d0620abd6d2f876e11))
* add triangle plugin and include filename and mime type into metadata ([f8838de](http://axe312ger.github.io/sqip/commit/f8838dead30932e59bc5f00cb2e2e9e20bf70a40))
* new blurhash plugin ([c147d05](http://axe312ger.github.io/sqip/commit/c147d050a8f99663324d3e67da5e7d65f0e2c960))





# [1.0.0-alpha.46](http://axe312ger.github.io/sqip/compare/[email protected]@1.0.0-alpha.46) (2024-01-25)


Expand Down
16 changes: 8 additions & 8 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqip-demo",
"version": "1.0.0-alpha.46",
"version": "1.0.0-alpha.47",
"main": "index.html",
"repository": "http://axe312ger.github.io/sqip",
"author": "Benedikt Rötsch <[email protected]>",
Expand All @@ -25,14 +25,14 @@
"pretty-bytes": "6.1.1",
"probe-image-size": "7.2.3",
"sharp": "0.32.6",
"sqip": "^1.0.0-alpha.42",
"sqip": "^1.0.0-alpha.43",
"sqip-legacy": "npm:sqip@legacy",
"sqip-plugin-blur": "^1.0.0-alpha.43",
"sqip-plugin-data-uri": "^1.0.0-alpha.43",
"sqip-plugin-pixels": "^1.0.0-alpha.42",
"sqip-plugin-potrace": "^1.0.0-alpha.14",
"sqip-plugin-primitive": "^1.0.0-alpha.44",
"sqip-plugin-svgo": "^1.0.0-alpha.44",
"sqip-plugin-blur": "^1.0.0-alpha.44",
"sqip-plugin-data-uri": "^1.0.0-alpha.44",
"sqip-plugin-pixels": "^1.0.0-alpha.43",
"sqip-plugin-potrace": "^1.0.0-alpha.15",
"sqip-plugin-primitive": "^1.0.0-alpha.45",
"sqip-plugin-svgo": "^1.0.0-alpha.45",
"systeminformation": "^5.22.0",
"vhtml": "2.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/sqip-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.48](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.48) (2024-02-24)

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





# [1.0.0-alpha.47](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.47) (2024-01-25)


Expand Down
12 changes: 6 additions & 6 deletions packages/sqip-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqip-cli",
"version": "1.0.0-alpha.47",
"version": "1.0.0-alpha.48",
"description": "> TODO: description",
"author": "Benedikt Rötsch <[email protected]>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand Down Expand Up @@ -34,11 +34,11 @@
"debug": "^4.3.4",
"fs-extra": "^11.1.1",
"pkg-up": "^3.1.0",
"sqip": "^1.0.0-alpha.42",
"sqip-plugin-blur": "^1.0.0-alpha.43",
"sqip-plugin-data-uri": "^1.0.0-alpha.43",
"sqip-plugin-primitive": "^1.0.0-alpha.44",
"sqip-plugin-svgo": "^1.0.0-alpha.44"
"sqip": "^1.0.0-alpha.43",
"sqip-plugin-blur": "^1.0.0-alpha.44",
"sqip-plugin-data-uri": "^1.0.0-alpha.44",
"sqip-plugin-primitive": "^1.0.0-alpha.45",
"sqip-plugin-svgo": "^1.0.0-alpha.45"
},
"devDependencies": {
"@types/command-line-args": "5.2.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/sqip-plugin-blur/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.44](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.44) (2024-02-24)

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





# [1.0.0-alpha.43](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.43) (2024-01-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/sqip-plugin-blur/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqip-plugin-blur",
"version": "1.0.0-alpha.43",
"version": "1.0.0-alpha.44",
"description": "> TODO: description",
"author": "Benedikt Rötsch <[email protected]>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand All @@ -27,7 +27,7 @@
"url": "https://github.com/axe312ger/sqip/issues"
},
"dependencies": {
"sqip": "^1.0.0-alpha.42"
"sqip": "^1.0.0-alpha.43"
},
"peerDependencies": {
"@vibrant/color": "3.2.1-alpha.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/sqip-plugin-blurhash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-alpha.1 (2024-02-24)


### Features

* new blurhash plugin ([c147d05](https://github.com/axe312ger/sqip/commit/c147d050a8f99663324d3e67da5e7d65f0e2c960))
4 changes: 2 additions & 2 deletions packages/sqip-plugin-blurhash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqip-plugin-blurhash",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Plugin for blurhash",
"author": "Benedikt Rötsch <[email protected]>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"blurhash": "^2.0.5",
"sharp": "^0.32.0",
"sqip": "^1.0.0-alpha.42"
"sqip": "^1.0.0-alpha.43"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/sqip-plugin-data-uri/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.44](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.44) (2024-02-24)

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





# [1.0.0-alpha.43](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.43) (2024-01-25)

**Note:** Version bump only for package sqip-plugin-data-uri
Expand Down
4 changes: 2 additions & 2 deletions packages/sqip-plugin-data-uri/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqip-plugin-data-uri",
"version": "1.0.0-alpha.43",
"version": "1.0.0-alpha.44",
"description": "> TODO: description",
"author": "Benedikt Rötsch <[email protected]>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"mini-svg-data-uri": "^1.4.4",
"sqip": "^1.0.0-alpha.42"
"sqip": "^1.0.0-alpha.43"
},
"peerDependencies": {
"@vibrant/color": "3.2.1-alpha.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/sqip-plugin-pixels/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.43](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.43) (2024-02-24)


### Features

* add triangle plugin and include filename and mime type into metadata ([f8838de](https://github.com/axe312ger/sqip/commit/f8838dead30932e59bc5f00cb2e2e9e20bf70a40))





# [1.0.0-alpha.42](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.42) (2024-01-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/sqip-plugin-pixels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqip-plugin-pixels",
"version": "1.0.0-alpha.42",
"version": "1.0.0-alpha.43",
"description": "Experimental plugin to create a pixelation effect",
"author": "Benedikt Rötsch <[email protected]>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@svgdotjs/svg.js": "^3.0.16",
"sharp": "^0.32.0",
"sqip": "^1.0.0-alpha.42",
"sqip": "^1.0.0-alpha.43",
"svgdom": "^0.1.13"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/sqip-plugin-potrace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.15](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.15) (2024-02-24)


### Features

* add triangle plugin and include filename and mime type into metadata ([f8838de](https://github.com/axe312ger/sqip/commit/f8838dead30932e59bc5f00cb2e2e9e20bf70a40))





# [1.0.0-alpha.14](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.14) (2024-01-25)

**Note:** Version bump only for package sqip-plugin-potrace
Expand Down
4 changes: 2 additions & 2 deletions packages/sqip-plugin-potrace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqip-plugin-potrace",
"version": "1.0.0-alpha.14",
"version": "1.0.0-alpha.15",
"description": "> TODO: description",
"author": "Benedikt Rötsch <[email protected]>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"potrace": "^2.1.6",
"sqip": "^1.0.0-alpha.42"
"sqip": "^1.0.0-alpha.43"
},
"devDependencies": {
"cheerio": "1.0.0-rc.12"
Expand Down
11 changes: 11 additions & 0 deletions packages/sqip-plugin-primitive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.45](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.45) (2024-02-24)


### Features

* add triangle plugin and include filename and mime type into metadata ([f8838de](https://github.com/axe312ger/sqip/commit/f8838dead30932e59bc5f00cb2e2e9e20bf70a40))





# [1.0.0-alpha.44](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.44) (2024-01-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/sqip-plugin-primitive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqip-plugin-primitive",
"version": "1.0.0-alpha.44",
"version": "1.0.0-alpha.45",
"description": "> TODO: description",
"author": "Benedikt Rötsch <[email protected]>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand Down Expand Up @@ -32,7 +32,7 @@
"debug": "^4.3.4",
"execa": "5.1.1",
"sharp": "^0.32.0",
"sqip": "^1.0.0-alpha.42"
"sqip": "^1.0.0-alpha.43"
},
"peerDependencies": {
"@vibrant/color": "3.2.1-alpha.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/sqip-plugin-svgo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.45](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.45) (2024-02-24)


### Features

* make SVGO more aggressive ([5127915](https://github.com/axe312ger/sqip/commit/5127915c1677427e8bd362ca3b08afbb3d6de38b))





# [1.0.0-alpha.44](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.44) (2024-01-25)

**Note:** Version bump only for package sqip-plugin-svgo
Expand Down
4 changes: 2 additions & 2 deletions packages/sqip-plugin-svgo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqip-plugin-svgo",
"version": "1.0.0-alpha.44",
"version": "1.0.0-alpha.45",
"description": "> TODO: description",
"author": "Benedikt Rötsch <[email protected]>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand All @@ -27,7 +27,7 @@
"url": "https://github.com/axe312ger/sqip/issues"
},
"dependencies": {
"sqip": "^1.0.0-alpha.42",
"sqip": "^1.0.0-alpha.43",
"svgo": "^3.0.2"
}
}
12 changes: 12 additions & 0 deletions packages/sqip-plugin-triangle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-alpha.1 (2024-02-24)


### Features

* add triangle plugin and include filename and mime type into metadata ([f8838de](https://github.com/axe312ger/sqip/commit/f8838dead30932e59bc5f00cb2e2e9e20bf70a40))
* support background color based on color palette and add background rect for better blur support ([e18d0cd](https://github.com/axe312ger/sqip/commit/e18d0cd28101f8ab2f9afd962aef21ebdd2c6483))
6 changes: 3 additions & 3 deletions packages/sqip-plugin-triangle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqip-plugin-triangle",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "> TODO: description",
"author": "Benedikt Rötsch <[email protected]>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand Down Expand Up @@ -32,9 +32,9 @@
"debug": "^4.3.4",
"execa": "5.1.1",
"sharp": "^0.32.0",
"sqip": "^1.0.0-alpha.42"
"sqip": "^1.0.0-alpha.43"
},
"peerDependencies": {
"@vibrant/color": "3.2.1-alpha.1"
}
}
}
13 changes: 13 additions & 0 deletions packages/sqip/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.43](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.43) (2024-02-24)


### Features

* add triangle plugin and include filename and mime type into metadata ([f8838de](https://github.com/axe312ger/sqip/commit/f8838dead30932e59bc5f00cb2e2e9e20bf70a40))
* improve debug information when a plugin throws an error ([8cff60b](https://github.com/axe312ger/sqip/commit/8cff60b1ae57f8e1bdd7f01bb7b130d54ffdddaa))
* show actual error when loading a plugin fails ([6c868ae](https://github.com/axe312ger/sqip/commit/6c868aef4d0f4038ec417a7d7ae574e77dff204c))





# [1.0.0-alpha.42](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.42) (2024-01-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/sqip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqip",
"version": "1.0.0-alpha.42",
"version": "1.0.0-alpha.43",
"description": "> TODO: description",
"author": "Benedikt Rötsch <[email protected]>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand Down

0 comments on commit 6d9819f

Please sign in to comment.