Skip to content

Commit

Permalink
feat\!: add dark theme in redwood
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Upgrade to redwood
  • Loading branch information
hinakhadim committed Jul 9, 2024
1 parent 3800a3a commit 141982e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- quince/indigo
- redwood/indigo
jobs:
release:
name: Release
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.17.0
v20.8.1
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,11 @@
},
"scripts": {
"postinstall": "node postinstall.js"
},
"release": {
"tagFormat": "indigo-${version}",
"branches": [
"redwood/indigo"
]
}
}

0 comments on commit 141982e

Please sign in to comment.