Skip to content

Commit

Permalink
chore(release): 1.1.0-staging.2 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0-staging.2](v1.1.0-staging.1...v1.1.0-staging.2) (2024-03-26)

### Bug Fixes

* **value:** copy value directly instead of by hex ([1e7d88f](1e7d88f))
* **layout:** enable click on RP logo ([bf47791](bf47791))

### Features

* **editor:** close editor with esc when no changes made ([42fa17d](42fa17d))
* **toast-stack:** upgrade toast service to show multiple toasts ([c5b38fa](c5b38fa))
  • Loading branch information
semantic-release-bot committed Mar 26, 2024
1 parent 36a1f18 commit d0ccb50
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.1.0-staging.2](https://github.com/pawcoding/rainbow-palette/compare/v1.1.0-staging.1...v1.1.0-staging.2) (2024-03-26)


### Bug Fixes

* **value:** copy value directly instead of by hex ([1e7d88f](https://github.com/pawcoding/rainbow-palette/commit/1e7d88f2e653737de03dd0914a1ea09fb4d74324))
* **layout:** enable click on RP logo ([bf47791](https://github.com/pawcoding/rainbow-palette/commit/bf477913eee2c6e2c41ed444b8a612a7a3361473))


### Features

* **editor:** close editor with esc when no changes made ([42fa17d](https://github.com/pawcoding/rainbow-palette/commit/42fa17d2f1ce428eb3b53378a0c3122f089c0bec))
* **toast-stack:** upgrade toast service to show multiple toasts ([c5b38fa](https://github.com/pawcoding/rainbow-palette/commit/c5b38fa15289d5619fd9e928c82c7e120465dd8d))

# [1.1.0-staging.1](https://github.com/pawcoding/rainbow-palette/compare/v1.0.2-staging.2...v1.1.0-staging.1) (2024-03-24)


Expand Down
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.1.0-staging.1"
"version": "1.1.0-staging.2"
}
}
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.1.0-staging.1",
"version": "1.1.0-staging.2",
"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-03-24</lastmod>
<lastmod>2024-03-26</lastmod>
<changefreq>monthly</changefreq>
<priority>1.00</priority>
</url>

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

0 comments on commit d0ccb50

Please sign in to comment.