Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare the package for further development #600

Merged
merged 2 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ Use `rc.2`, `rc.3` and so on for subsequent submissions.
* Link the `# rhino X.Y.Z` header to the GitHub release.
* Add a link to the migration guide in `NEWS.md`.
3. Announce the release on `#proj-rhino`.
4. Complete the upgrade of Rhino Showcase.

## Development process

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rhino
Title: A Framework for Enterprise Shiny Applications
Version: 1.9.0
Version: 1.9.0.9000
Authors@R:
c(
person("Kamil", "Żyła", role = c("aut", "cre"), email = "[email protected]"),
Expand Down
10 changes: 7 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# rhino 1.9.0
# rhino (development version)

# [rhino 1.9.0](https://github.com/Appsilon/rhino/releases/tag/v1.9.0)

See _[How-to: Rhino 1.9 Migration Guide](https://appsilon.github.io/rhino/articles/how-to/migrate-1-9.html)_

1. Added `sass: custom` configuration option for cleaner integration with `bslib`.
2. Introduced `format_js()` and `format_sass()` powered by [prettier](https://prettier.io).
Expand All @@ -8,11 +12,11 @@

# [rhino 1.8.0](https://github.com/Appsilon/rhino/releases/tag/v1.8.0)

See _[How-to: Rhino 1.8 Migration Guide](https://appsilon.github.io/rhino/articles/how-to/migrate-1-8.html)_

1. All linter functions migrated to `box.linters`. New rhino projects will be configured to use linters from `box.linters`.
2. Updated GitHub Workflow template triggers.

See _[How-to: Rhino 1.8 Migration Guide](https://appsilon.github.io/rhino/articles/how-to/migrate-1-8.html)_

# [rhino 1.7.0](https://github.com/Appsilon/rhino/releases/tag/v1.7.0)

See _[How-to: Rhino 1.7 Migration Guide](https://appsilon.github.io/rhino/articles/how-to/migrate-1-7.html)_
Expand Down
5 changes: 4 additions & 1 deletion pkgdown/versions.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
- git_ref: 'refs/remotes/origin/main'
url: /dev
label: true
- git_ref: 'refs/tags/v1.8.0'
- git_ref: 'refs/tags/v1.9.0'
url: '/'
label: '1.9'
- git_ref: 'refs/tags/v1.8.0'
url: '/v1.8.0'
label: '1.8'
- git_ref: 'refs/tags/v1.7.0'
url: '/v1.7.0'
Expand Down
Loading