Skip to content

Commit c0afc06

Browse files
chore(release): 1.5.0-staging.4 [skip ci]
# [1.5.0-staging.4](v1.5.0-staging.3...v1.5.0-staging.4) (2024-08-30) ### Bug Fixes * **view:** use correct min-height when display has more space then the ([e05a0e7](e05a0e7))
1 parent fbe696e commit c0afc06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ngsw-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
}
3333
],
3434
"appData": {
35-
"version": "1.5.0-staging.3"
35+
"version": "1.5.0-staging.4"
3636
}
3737
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rainbow-palette",
3-
"version": "1.5.0-staging.3",
3+
"version": "1.5.0-staging.4",
44
"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.",
55
"homepage": "https://rainbow-palette.app/",
66
"bugs": {

src/sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
<url>
55
<loc>https://rainbow-palette.app/</loc>
6-
<lastmod>2024-08-24</lastmod>
6+
<lastmod>2024-08-30</lastmod>
77
<changefreq>monthly</changefreq>
88
<priority>1.00</priority>
99
</url>
1010

1111
<url>
1212
<loc>https://rainbow-palette.app/imprint</loc>
13-
<lastmod>2024-08-24</lastmod>
13+
<lastmod>2024-08-30</lastmod>
1414
<changefreq>yearly</changefreq>
1515
<priority>0.10</priority>
1616
</url>

0 commit comments

Comments
 (0)