Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Mar 22, 2024
1 parent 71108f3 commit 70b338c
Show file tree
Hide file tree
Showing 22 changed files with 131 additions and 25 deletions.
8 changes: 8 additions & 0 deletions demo/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.54](http://axe312ger.github.io/sqip/compare/[email protected]@1.0.0-alpha.54) (2024-03-22)

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





# [1.0.0-alpha.53](http://axe312ger.github.io/sqip/compare/[email protected]@1.0.0-alpha.53) (2024-03-22)

**Note:** Version bump only for package sqip-demo
Expand Down
4 changes: 2 additions & 2 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.53",
"version": "1.0.0-alpha.54",
"main": "index.html",
"repository": "http://axe312ger.github.io/sqip",
"author": "Benedikt Rötsch <[email protected]>",
Expand All @@ -25,7 +25,7 @@
"pretty-bytes": "6.1.1",
"probe-image-size": "7.2.3",
"sharp": "0.32.6",
"sqip": "^1.0.0-alpha.49",
"sqip": "^1.0.0-alpha.50",
"sqip-legacy": "npm:sqip@legacy",
"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.56](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.56) (2024-03-22)

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





# [1.0.0-alpha.55](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.55) (2024-03-22)

**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.55",
"version": "1.0.0-alpha.56",
"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.49",
"sqip-plugin-blur": "^1.0.0-alpha.51",
"sqip-plugin-data-uri": "^1.0.0-alpha.50",
"sqip-plugin-primitive": "^1.0.0-alpha.51",
"sqip-plugin-svgo": "^1.0.0-alpha.51"
"sqip": "^1.0.0-alpha.50",
"sqip-plugin-blur": "^1.0.0-alpha.52",
"sqip-plugin-data-uri": "^1.0.0-alpha.51",
"sqip-plugin-primitive": "^1.0.0-alpha.52",
"sqip-plugin-svgo": "^1.0.0-alpha.52"
},
"devDependencies": {
"@types/command-line-args": "5.2.3",
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.52](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.52) (2024-03-22)


### Bug Fixes

* avoid multiple instances of svgdom/svg.js ([71108f3](https://github.com/axe312ger/sqip/commit/71108f34bdb344085fd0339599ef29eab3faf2a8))





# [1.0.0-alpha.51](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.51) (2024-03-22)


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.51",
"version": "1.0.0-alpha.52",
"description": "> TODO: description",
"author": "Benedikt Rötsch <[email protected]>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand All @@ -27,6 +27,6 @@
"url": "https://github.com/axe312ger/sqip/issues"
},
"dependencies": {
"sqip": "^1.0.0-alpha.49"
"sqip": "^1.0.0-alpha.50"
}
}
11 changes: 11 additions & 0 deletions packages/sqip-plugin-blurhash/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.9](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.9) (2024-03-22)


### Bug Fixes

* avoid multiple instances of svgdom/svg.js ([71108f3](https://github.com/axe312ger/sqip/commit/71108f34bdb344085fd0339599ef29eab3faf2a8))





# [1.0.0-alpha.8](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.8) (2024-03-22)

**Note:** Version bump only for package sqip-plugin-blurhash
Expand Down
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.8",
"version": "1.0.0-alpha.9",
"description": "Plugin for blurhash",
"author": "Benedikt Rötsch <[email protected]>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand Down Expand Up @@ -28,6 +28,6 @@
"dependencies": {
"blurhash": "^2.0.5",
"sharp": "^0.32.0",
"sqip": "^1.0.0-alpha.49"
"sqip": "^1.0.0-alpha.50"
}
}
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.51](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.51) (2024-03-22)

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





# [1.0.0-alpha.50](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.50) (2024-03-22)

**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.50",
"version": "1.0.0-alpha.51",
"description": "> TODO: description",
"author": "Benedikt Rötsch <[email protected]>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand Down Expand Up @@ -28,6 +28,6 @@
},
"dependencies": {
"mini-svg-data-uri": "^1.4.4",
"sqip": "^1.0.0-alpha.49"
"sqip": "^1.0.0-alpha.50"
}
}
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.51](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.51) (2024-03-22)


### Bug Fixes

* avoid multiple instances of svgdom/svg.js ([71108f3](https://github.com/axe312ger/sqip/commit/71108f34bdb344085fd0339599ef29eab3faf2a8))





# [1.0.0-alpha.50](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.50) (2024-03-22)

**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.50",
"version": "1.0.0-alpha.51",
"description": "Experimental plugin to create a pixelation effect",
"author": "Benedikt Rötsch <[email protected]>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"sharp": "^0.32.0",
"sqip": "^1.0.0-alpha.49"
"sqip": "^1.0.0-alpha.50"
},
"devDependencies": {
"cheerio": "1.0.0-rc.12"
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.22](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.22) (2024-03-22)

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





# [1.0.0-alpha.21](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.21) (2024-03-22)

**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.21",
"version": "1.0.0-alpha.22",
"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": {
"@gatsbyjs/potrace": "^3.0.0",
"sqip": "^1.0.0-alpha.49"
"sqip": "^1.0.0-alpha.50"
},
"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.52](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.52) (2024-03-22)


### Bug Fixes

* avoid multiple instances of svgdom/svg.js ([71108f3](https://github.com/axe312ger/sqip/commit/71108f34bdb344085fd0339599ef29eab3faf2a8))





# [1.0.0-alpha.51](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.51) (2024-03-22)

**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.51",
"version": "1.0.0-alpha.52",
"description": "> TODO: description",
"author": "Benedikt Rötsch <[email protected]>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand Down Expand Up @@ -32,6 +32,6 @@
"debug": "^4.3.4",
"execa": "5.1.1",
"sharp": "^0.32.0",
"sqip": "^1.0.0-alpha.49"
"sqip": "^1.0.0-alpha.50"
}
}
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.52](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.52) (2024-03-22)

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





# [1.0.0-alpha.51](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.51) (2024-03-22)

**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.51",
"version": "1.0.0-alpha.52",
"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.49",
"sqip": "^1.0.0-alpha.50",
"svgo": "^3.0.2"
}
}
11 changes: 11 additions & 0 deletions packages/sqip-plugin-triangle/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.9](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.9) (2024-03-22)


### Bug Fixes

* avoid multiple instances of svgdom/svg.js ([71108f3](https://github.com/axe312ger/sqip/commit/71108f34bdb344085fd0339599ef29eab3faf2a8))





# [1.0.0-alpha.8](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.8) (2024-03-22)

**Note:** Version bump only for package sqip-plugin-triangle
Expand Down
4 changes: 2 additions & 2 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.8",
"version": "1.0.0-alpha.9",
"description": "> TODO: description",
"author": "Benedikt Rötsch <[email protected]>",
"homepage": "https://github.com/axe312ger/sqip#readme",
Expand Down Expand Up @@ -31,6 +31,6 @@
"dependencies": {
"debug": "^4.3.4",
"execa": "5.1.1",
"sqip": "^1.0.0-alpha.49"
"sqip": "^1.0.0-alpha.50"
}
}
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.50](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.50) (2024-03-22)


### Bug Fixes

* avoid multiple instances of svgdom/svg.js ([71108f3](https://github.com/axe312ger/sqip/commit/71108f34bdb344085fd0339599ef29eab3faf2a8))





# [1.0.0-alpha.49](https://github.com/axe312ger/sqip/compare/[email protected]@1.0.0-alpha.49) (2024-03-22)


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

0 comments on commit 70b338c

Please sign in to comment.