Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
axe312ger committed May 9, 2022
1 parent 88dac2c commit 9304b41
Show file tree
Hide file tree
Showing 18 changed files with 113 additions and 27 deletions.
13 changes: 13 additions & 0 deletions demo/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.42](http://axe312ger.github.io/sqip/compare/sqip-demo@1.0.0-alpha.41...sqip-demo@1.0.0-alpha.42) (2022-05-09)


### Bug Fixes

* **deps:** update dependency cli-progress to v3.11.0 ([5c79c56](http://axe312ger.github.io/sqip/commit/5c79c560786c2f2f96e25141bc6391d75d93c85c))
* **deps:** update dependency htm to v3.1.1 ([55ab292](http://axe312ger.github.io/sqip/commit/55ab292f6d2a9ff868f8a7439bded50b1fa222a7))
* **deps:** update dependency sharp to v0.30.4 ([e4bdc22](http://axe312ger.github.io/sqip/commit/e4bdc2270067bb29680ab8bc48018a7c85641625))





# [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)


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.41",
"version": "1.0.0-alpha.42",
"main": "index.html",
"repository": "http://axe312ger.github.io/sqip",
"author": "Benedikt Rötsch <info@benedikt-roetsch.de>",
Expand All @@ -25,14 +25,14 @@
"pretty-bytes": "6.0.0",
"probe-image-size": "7.2.3",
"sharp": "0.30.4",
"sqip": "^1.0.0-alpha.37",
"sqip": "^1.0.0-alpha.38",
"sqip-legacy": "npm:sqip@legacy",
"sqip-plugin-blur": "^1.0.0-alpha.38",
"sqip-plugin-data-uri": "^1.0.0-alpha.38",
"sqip-plugin-pixels": "^1.0.0-alpha.37",
"sqip-plugin-potrace": "^1.0.0-alpha.9",
"sqip-plugin-primitive": "^1.0.0-alpha.39",
"sqip-plugin-svgo": "^1.0.0-alpha.39",
"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",
"vhtml": "2.2.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/sqip-cli/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/sqip-cli@1.0.0-alpha.42...sqip-cli@1.0.0-alpha.43) (2022-05-09)


### Features

* properly apply detected background colors and support transparent backgrounds ([9769d45](https://github.com/axe312ger/sqip/commit/9769d4597fdfca877d1caef1c3f2cd68347fd223))





# [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)

**Note:** Version bump only for package sqip-cli
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.42",
"version": "1.0.0-alpha.43",
"description": "> TODO: description",
"author": "Benedikt Rötsch <info@benedikt-roetsch.de>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand Down Expand Up @@ -34,11 +34,11 @@
"debug": "^4.3.4",
"fs-extra": "^10.0.0",
"pkg-up": "^3.1.0",
"sqip": "^1.0.0-alpha.37",
"sqip-plugin-blur": "^1.0.0-alpha.38",
"sqip-plugin-data-uri": "^1.0.0-alpha.38",
"sqip-plugin-primitive": "^1.0.0-alpha.39",
"sqip-plugin-svgo": "^1.0.0-alpha.39"
"sqip": "^1.0.0-alpha.38",
"sqip-plugin-blur": "^1.0.0-alpha.39",
"sqip-plugin-data-uri": "^1.0.0-alpha.39",
"sqip-plugin-primitive": "^1.0.0-alpha.40",
"sqip-plugin-svgo": "^1.0.0-alpha.40"
},
"devDependencies": {
"@types/command-line-args": "5.2.0",
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.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)

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





# [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)

**Note:** Version bump only for package sqip-plugin-blur
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.38",
"version": "1.0.0-alpha.39",
"description": "> TODO: description",
"author": "Benedikt Rötsch <info@benedikt-roetsch.de>",
"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.37"
"sqip": "^1.0.0-alpha.38"
},
"peerDependencies": {
"@vibrant/color": "^3.2.0-alpha"
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.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)

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





# [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)

**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.38",
"version": "1.0.0-alpha.39",
"description": "> TODO: description",
"author": "Benedikt Rötsch <info@benedikt-roetsch.de>",
"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.37"
"sqip": "^1.0.0-alpha.38"
},
"peerDependencies": {
"@vibrant/color": "^3.2.0-alpha"
Expand Down
8 changes: 8 additions & 0 deletions packages/sqip-plugin-pixels/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.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)

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





# [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)

**Note:** Version bump only for package sqip-plugin-pixels
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.37",
"version": "1.0.0-alpha.38",
"description": "Experimental plugin to create a pixelation effect",
"author": "Benedikt Rötsch <info@benedikt-roetsch.de>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@svgdotjs/svg.js": "^3.0.16",
"@types/sharp": "^0.30.0",
"sharp": "^0.30.4",
"sqip": "^1.0.0-alpha.37",
"sqip": "^1.0.0-alpha.38",
"svgdom": "^0.1.8"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/sqip-plugin-potrace/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.10](https://github.com/axe312ger/sqip/compare/sqip-plugin-potrace@1.0.0-alpha.9...sqip-plugin-potrace@1.0.0-alpha.10) (2022-05-09)

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





# [1.0.0-alpha.9](https://github.com/axe312ger/sqip/compare/sqip-plugin-potrace@1.0.0-alpha.8...sqip-plugin-potrace@1.0.0-alpha.9) (2022-03-24)

**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.9",
"version": "1.0.0-alpha.10",
"description": "> TODO: description",
"author": "Benedikt Rötsch <info@benedikt-roetsch.de>",
"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.37"
"sqip": "^1.0.0-alpha.38"
},
"devDependencies": {
"cheerio": "1.0.0-rc.10"
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.40](https://github.com/axe312ger/sqip/compare/sqip-plugin-primitive@1.0.0-alpha.39...sqip-plugin-primitive@1.0.0-alpha.40) (2022-05-09)


### Features

* properly apply detected background colors and support transparent backgrounds ([9769d45](https://github.com/axe312ger/sqip/commit/9769d4597fdfca877d1caef1c3f2cd68347fd223))





# [1.0.0-alpha.39](https://github.com/axe312ger/sqip/compare/sqip-plugin-primitive@1.0.0-alpha.38...sqip-plugin-primitive@1.0.0-alpha.39) (2022-03-24)

**Note:** Version bump only for package sqip-plugin-primitive
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.39",
"version": "1.0.0-alpha.40",
"description": "> TODO: description",
"author": "Benedikt Rötsch <info@benedikt-roetsch.de>",
"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.30.4",
"sqip": "^1.0.0-alpha.37",
"sqip": "^1.0.0-alpha.38",
"svgson": "^5.2.1"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/sqip-plugin-svgo/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.40](https://github.com/axe312ger/sqip/compare/sqip-plugin-svgo@1.0.0-alpha.39...sqip-plugin-svgo@1.0.0-alpha.40) (2022-05-09)

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





# [1.0.0-alpha.39](https://github.com/axe312ger/sqip/compare/sqip-plugin-svgo@1.0.0-alpha.38...sqip-plugin-svgo@1.0.0-alpha.39) (2022-03-24)

**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.39",
"version": "1.0.0-alpha.40",
"description": "> TODO: description",
"author": "Benedikt Rötsch <info@benedikt-roetsch.de>",
"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.37",
"sqip": "^1.0.0-alpha.38",
"svgo": "^2.8.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/sqip/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.38](https://github.com/axe312ger/sqip/compare/sqip@1.0.0-alpha.37...sqip@1.0.0-alpha.38) (2022-05-09)


### Features

* properly apply detected background colors and support transparent backgrounds ([9769d45](https://github.com/axe312ger/sqip/commit/9769d4597fdfca877d1caef1c3f2cd68347fd223))





# [1.0.0-alpha.37](https://github.com/axe312ger/sqip/compare/sqip@1.0.0-alpha.36...sqip@1.0.0-alpha.37) (2022-03-24)

**Note:** Version bump only for package sqip
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.37",
"version": "1.0.0-alpha.38",
"description": "> TODO: description",
"author": "Benedikt Rötsch <info@benedikt-roetsch.de>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand Down

0 comments on commit 9304b41

Please sign in to comment.