chore(release): 0.17.6 [skip ci]

## [0.17.6](https://github.com/siddharthksah/Stirling-Image/compare/v0.17.5...v0.17.6) (2026-03-28)

### Bug Fixes

* resolve pipeline step race condition and infinite re-render loop ([aa1f87f](https://github.com/siddharthksah/Stirling-Image/commit/aa1f87fc91e0b5edd93c6720fcc54a839e51893a))
* show checkerboard behind transparent images in before/after slider ([2e29501](https://github.com/siddharthksah/Stirling-Image/commit/2e29501ae6f1652cc3d0e9193863aeddb18513af))
This commit is contained in:
semantic-release-bot
2026-03-28 10:35:02 +00:00
parent 2e29501ae6
commit daf942ba89
9 changed files with 16 additions and 8 deletions
+8
View File
@@ -1,3 +1,11 @@
## [0.17.6](https://github.com/siddharthksah/Stirling-Image/compare/v0.17.5...v0.17.6) (2026-03-28)
### Bug Fixes
* resolve pipeline step race condition and infinite re-render loop ([e0177d4](https://github.com/siddharthksah/Stirling-Image/commit/e0177d405ef043a64f0b3a885e98169312be1fac))
* show checkerboard behind transparent images in before/after slider ([73741e6](https://github.com/siddharthksah/Stirling-Image/commit/73741e6efbdee53396810a2bb11eaf9597e4aa32))
## [0.17.5](https://github.com/siddharthksah/Stirling-Image/compare/v0.17.4...v0.17.5) (2026-03-28)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/api",
"version": "0.17.5",
"version": "0.17.6",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/docs",
"version": "0.17.5",
"version": "0.17.6",
"private": true,
"scripts": {
"docs:dev": "vitepress dev .",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/web",
"version": "0.17.5",
"version": "0.17.6",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "stirling-image",
"version": "0.17.5",
"version": "0.17.6",
"private": true,
"packageManager": "pnpm@9.15.4",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/ai",
"version": "0.17.5",
"version": "0.17.6",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/image-engine",
"version": "0.17.5",
"version": "0.17.6",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/shared",
"version": "0.17.5",
"version": "0.17.6",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -354,4 +354,4 @@ export const SOCIAL_MEDIA_PRESETS: SocialMediaPreset[] = [
{ platform: "Threads", name: "Post Image", width: 1080, height: 1080 },
];
export const APP_VERSION = "0.17.5";
export const APP_VERSION = "0.17.6";