From 2de48ccf145004f14402b44b41b6753c6709cede Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Aug 2024 14:10:56 +0000 Subject: [PATCH] chore(release): 1.4.0-staging.8 [skip ci] # [1.4.0-staging.8](https://github.com/pawcoding/rainbow-palette/compare/v1.4.0-staging.7...v1.4.0-staging.8) (2024-08-15) ### Bug Fixes * **view:** disable export without colors ([232f19d](https://github.com/pawcoding/rainbow-palette/commit/232f19d3a2517392a2be4dd689f3e53608a7cf0f)) ### Features * **confetti:** add confetti service ([62bbaec](https://github.com/pawcoding/rainbow-palette/commit/62bbaec706e132a8c296414188cac5613e0b0a62)) * **export:** shoot confetti after successful export ([d94f2ee](https://github.com/pawcoding/rainbow-palette/commit/d94f2ee933a29e191c0faf5214a27608c6697316)) * **pwa:** shoot confetti after successful update ([b11871a](https://github.com/pawcoding/rainbow-palette/commit/b11871ab550f96c3095067eec32cc54c273675e7)) --- ngsw-config.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ngsw-config.json b/ngsw-config.json index 6b05e67..dfd523d 100644 --- a/ngsw-config.json +++ b/ngsw-config.json @@ -32,6 +32,6 @@ } ], "appData": { - "version": "1.4.0-staging.7" + "version": "1.4.0-staging.8" } } \ No newline at end of file diff --git a/package.json b/package.json index 6fb371b..fbc69d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rainbow-palette", - "version": "1.4.0-staging.7", + "version": "1.4.0-staging.8", "description": "This app generates your own custom color palette from just a single color. Preview your palette live or export it for usage with CSS or TailwindCSS.", "homepage": "https://rainbow-palette.app/", "bugs": {