Skip to content

Commit

Permalink
Merge pull request #600 from Appsilon/develop-1.9
Browse files Browse the repository at this point in the history
Prepare the package for further development
  • Loading branch information
kamilzyla authored Jul 11, 2024
2 parents 7b4ef3c + c64e792 commit b95565c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
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

0 comments on commit b95565c

Please sign in to comment.