Skip to content

Commit 1200eb3

Browse files
chore(release): 1.0.2-staging.2 [skip ci]
## [1.0.2-staging.2](v1.0.2-staging.1...v1.0.2-staging.2) (2024-03-23) ### Bug Fixes * **view:** redirect to home on app start without palette ([ae36838](ae36838))
1 parent ae36838 commit 1200eb3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2-staging.2](https://github.com/pawcoding/rainbow-palette/compare/v1.0.2-staging.1...v1.0.2-staging.2) (2024-03-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **view:** redirect to home on app start without palette ([ae36838](https://github.com/pawcoding/rainbow-palette/commit/ae368382fa4980e95b5059b31b973ee0e78c488c))
7+
18
## [1.0.2-staging.1](https://github.com/pawcoding/rainbow-palette/compare/v1.0.1...v1.0.2-staging.1) (2024-03-23)
29

310

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.0.2-staging.1"
35+
"version": "1.0.2-staging.2"
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.0.2-staging.1",
3+
"version": "1.0.2-staging.2",
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": {

0 commit comments

Comments
 (0)