Skip to content

Commit

Permalink
Merge pull request #493 from Appsilon/release-1.5.0
Browse files Browse the repository at this point in the history
chore: Bump version to 1.5.0, update authors and format changelog.
  • Loading branch information
jakubnowicki committed Sep 6, 2023
2 parents bf19dc7 + 349d977 commit a14ea82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -7,3 +7,4 @@
^pkgdown$
^README\.md$
^vignettes$
^docs$
5 changes: 3 additions & 2 deletions DESCRIPTION
@@ -1,14 +1,15 @@
Package: rhino
Title: A Framework for Enterprise Shiny Applications
Version: 1.4.0.9003
Version: 1.5.0
Authors@R:
c(
person("Kamil", "Żyła", role = c("aut", "cre"), email = "opensource+kamil@appsilon.com"),
person("Jakub", "Nowicki", role = "aut", email = "kuba@appsilon.com"),
person("Leszek", "Siemiński", role = "aut", email = "leszek.sieminski@appsilon.com"),
person("Marek", "Rogala", role = "aut", email = "marek@appsilon.com"),
person("Recle", "Vibal", role = "aut", email = "recle.vibal@appsilon.com"),
person("Tymoteusz", "Makowski", role = "aut", email = "tymek.makowski@gmail.com"),
person("Tymoteusz", "Makowski", role = "aut", email = "tymoteusz@appsilon.com"),
person("Eduardo", "Almeida", role = "ctb", email = "eduardo@appsilon.com"),
person("Appsilon Sp. z o.o.", role = "cph", email = "opensource@appsilon.com")
)
Description: A framework that supports creating and extending enterprise Shiny applications using best practices.
Expand Down
10 changes: 5 additions & 5 deletions NEWS.md
@@ -1,11 +1,11 @@
# rhino (development version)
# rhino 1.5.0

1. Add Rstudio Addins for lint, build and test Sass, R and JavaScript. Updated new module Addin.
1. Fixes timeout during Cypress E2E tests with GitHub Actions.
1. `format_r` no longer adds spaces in `box` imports.
1. `build_sass` minifies the CSS file also if using R `sass` package.
2. Fixes timeout during Cypress E2E tests with GitHub Actions.
3. `format_r` no longer adds spaces in `box` imports.
4. `build_sass` minifies the CSS file also if using R `sass` package.

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

1. New `pkg_install()` and `pkg_remove()` functions to simplify dependency management in Rhino.
2. Add support for using React in Rhino
Expand Down

0 comments on commit a14ea82

Please sign in to comment.