Skip to content

Commit

Permalink
chore(release): 1.4.0-staging.7 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0-staging.7](v1.4.0-staging.6...v1.4.0-staging.7) (2024-08-15)

### Bug Fixes

* **editor:** open editor with correct width ([8208512](8208512))
* **export:** open editor with correct width ([a8757b1](a8757b1))
* **editor:** use correct cursor when save is disabled ([9cb46c2](9cb46c2))
* **export-modal:** use correct translation for close button ([e2a818b](e2a818b))

### Features

* **dialog:** add dialog component ([3e92ada](3e92ada))
* **dialog:** handle I/O for dialog ([441462d](441462d))
* **dialog:** migrate `alert` to use custom dialog ([1ccc60a](1ccc60a))
* **dialog:** migrate `confirm` to use custom dialog ([60a58dd](60a58dd))
* **dialog:** migrate `prompt` to use custom dialog ([c86e785](c86e785))
* **list:** prompt user to give duplicate palette a new name ([3727dc0](3727dc0))
  • Loading branch information
semantic-release-bot committed Aug 15, 2024
1 parent c16c44f commit 90e1f23
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-staging.6"
"version": "1.4.0-staging.7"
}
}
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-staging.6",
"version": "1.4.0-staging.7",
"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-10</lastmod>
<lastmod>2024-08-15</lastmod>
<changefreq>monthly</changefreq>
<priority>1.00</priority>
</url>

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

0 comments on commit 90e1f23

Please sign in to comment.