Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Jan 25, 2024
1 parent a0a9a02 commit 2634980
Show file tree
Hide file tree
Showing 18 changed files with 133 additions and 27 deletions.
15 changes: 15 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
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.46](http://axe312ger.github.io/sqip/compare/[email protected]@1.0.0-alpha.46) (2024-01-25)


### Bug Fixes

* **deps:** update dependency aspect-ratio to v2.1.3 ([97a0134](http://axe312ger.github.io/sqip/commit/97a0134c4bd0f473153e7cf02fa42d15cc88b283))
* **deps:** update dependency aspect-ratio to v2.1.4 ([77cda20](http://axe312ger.github.io/sqip/commit/77cda2010e8919619cdf8cbc6611a47dfe0d728b))
* **deps:** update dependency pretty-bytes to v6.1.1 ([7b3907f](http://axe312ger.github.io/sqip/commit/7b3907f0086dc16a2fadf4ebaa8aa4a94cd3be41))
* **deps:** update dependency sharp to v0.32.0 ([a039471](http://axe312ger.github.io/sqip/commit/a039471f2268ae2acf044a1894d9144595b55253))
* **deps:** update dependency sharp to v0.32.6 ([88c2c41](http://axe312ger.github.io/sqip/commit/88c2c41cb47dce811a148b4d3c788de3d4a4d36d))





# [1.0.0-alpha.45](http://axe312ger.github.io/sqip/compare/[email protected]@1.0.0-alpha.45) (2023-04-06)

**Note:** Version bump only for package sqip-demo
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.45",
"version": "1.0.0-alpha.46",
"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.0",
"sqip": "^1.0.0-alpha.41",
"sqip": "^1.0.0-alpha.42",
"sqip-legacy": "npm:sqip@legacy",
"sqip-plugin-blur": "^1.0.0-alpha.42",
"sqip-plugin-data-uri": "^1.0.0-alpha.42",
"sqip-plugin-pixels": "^1.0.0-alpha.41",
"sqip-plugin-potrace": "^1.0.0-alpha.13",
"sqip-plugin-primitive": "^1.0.0-alpha.43",
"sqip-plugin-svgo": "^1.0.0-alpha.43",
"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",
"vhtml": "2.2.0"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/sqip-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.47) (2024-01-25)


### Bug Fixes

* blur plugin now works with transparent primitive backgrounds ([528f600](https://github.com/axe312ger/sqip/commit/528f600b777c38662e369978d514f4304cc3d7ca))


### Features

* add new --print parameter to output SVG to CLI ([2cb641c](https://github.com/axe312ger/sqip/commit/2cb641c44f1339e5233cf70ed3aac59d9b2129f8))





# [1.0.0-alpha.46](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.46) (2023-04-06)

**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.46",
"version": "1.0.0-alpha.47",
"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.41",
"sqip-plugin-blur": "^1.0.0-alpha.42",
"sqip-plugin-data-uri": "^1.0.0-alpha.42",
"sqip-plugin-primitive": "^1.0.0-alpha.43",
"sqip-plugin-svgo": "^1.0.0-alpha.43"
"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"
},
"devDependencies": {
"@types/command-line-args": "5.2.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/sqip-plugin-blur/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-01-25)


### Bug Fixes

* blur plugin now works with transparent primitive backgrounds ([528f600](https://github.com/axe312ger/sqip/commit/528f600b777c38662e369978d514f4304cc3d7ca))





# [1.0.0-alpha.42](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.42) (2023-04-06)

**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.42",
"version": "1.0.0-alpha.43",
"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.41"
"sqip": "^1.0.0-alpha.42"
},
"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.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





# [1.0.0-alpha.42](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.42) (2023-04-06)

**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.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 Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"mini-svg-data-uri": "^1.4.4",
"sqip": "^1.0.0-alpha.41"
"sqip": "^1.0.0-alpha.42"
},
"peerDependencies": {
"@vibrant/color": "^3.2.0-alpha"
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.42](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.42) (2024-01-25)


### Bug Fixes

* **deps:** update dependency sharp to v0.32.0 ([a039471](https://github.com/axe312ger/sqip/commit/a039471f2268ae2acf044a1894d9144595b55253))





# [1.0.0-alpha.41](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.41) (2023-04-06)

**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.41",
"version": "1.0.0-alpha.42",
"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.41",
"sqip": "^1.0.0-alpha.42",
"svgdom": "^0.1.13"
},
"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.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





# [1.0.0-alpha.13](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.13) (2023-04-06)

**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.13",
"version": "1.0.0-alpha.14",
"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.41"
"sqip": "^1.0.0-alpha.42"
},
"devDependencies": {
"cheerio": "1.0.0-rc.12"
Expand Down
12 changes: 12 additions & 0 deletions packages/sqip-plugin-primitive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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-01-25)


### Bug Fixes

* blur plugin now works with transparent primitive backgrounds ([528f600](https://github.com/axe312ger/sqip/commit/528f600b777c38662e369978d514f4304cc3d7ca))
* **deps:** update dependency sharp to v0.32.0 ([a039471](https://github.com/axe312ger/sqip/commit/a039471f2268ae2acf044a1894d9144595b55253))





# [1.0.0-alpha.43](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.43) (2023-04-06)

**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.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 @@ -32,7 +32,7 @@
"debug": "^4.3.4",
"execa": "5.1.1",
"sharp": "^0.32.0",
"sqip": "^1.0.0-alpha.41"
"sqip": "^1.0.0-alpha.42"
},
"peerDependencies": {
"@vibrant/color": "^3.2.0-alpha"
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.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





# [1.0.0-alpha.43](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.43) (2023-04-06)

**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.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.41",
"sqip": "^1.0.0-alpha.42",
"svgo": "^3.0.2"
}
}
17 changes: 17 additions & 0 deletions packages/sqip/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.42) (2024-01-25)


### Bug Fixes

* fix TS error detection ([7fe1981](https://github.com/axe312ger/sqip/commit/7fe19814b38bdf016ed0e6251a640dae738327d2))
* **deps:** update dependency sharp to v0.32.0 ([a039471](https://github.com/axe312ger/sqip/commit/a039471f2268ae2acf044a1894d9144595b55253))


### Features

* add new --print parameter to output SVG to CLI ([2cb641c](https://github.com/axe312ger/sqip/commit/2cb641c44f1339e5233cf70ed3aac59d9b2129f8))





# [1.0.0-alpha.41](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.41) (2023-04-06)


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.41",
"version": "1.0.0-alpha.42",
"description": "> TODO: description",
"author": "Benedikt Rötsch <[email protected]>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand Down

0 comments on commit 2634980

Please sign in to comment.