Skip to content

Commit

Permalink
chore(release): 1.5.0-staging.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0-staging.1](v1.4.0...v1.5.0-staging.1) (2024-08-24)

### Bug Fixes

* **generator:** prevent generated palette from having duplicate color names ([4272690](4272690))
* **view:** prevent random color from having duplicate name ([0eaf7fd](0eaf7fd))
* **view:** prevent user from using duplicate color names ([7653316](7653316))

### Features

* **dialog:** allow custom validators in prompt dialog ([7753a10](7753a10))
  • Loading branch information
semantic-release-bot committed Aug 24, 2024
1 parent 0f5aaeb commit 9df0fa5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ngsw-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
}
],
"appData": {
"version": "1.4.0"
"version": "1.5.0-staging.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rainbow-palette",
"version": "1.4.0",
"version": "1.5.0-staging.1",
"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": {
Expand Down
4 changes: 2 additions & 2 deletions src/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

<url>
<loc>https://rainbow-palette.app/</loc>
<lastmod>2024-08-15</lastmod>
<lastmod>2024-08-24</lastmod>
<changefreq>monthly</changefreq>
<priority>1.00</priority>
</url>

<url>
<loc>https://rainbow-palette.app/imprint</loc>
<lastmod>2024-08-15</lastmod>
<lastmod>2024-08-24</lastmod>
<changefreq>yearly</changefreq>
<priority>0.10</priority>
</url>
Expand Down

0 comments on commit 9df0fa5

Please sign in to comment.