Skip to content

Commit 5e566a0

Browse files
authored
Start v1.8.1.1 release candidate (#4020)
* Start v1.8.1.1 release candidate * `yarn build` (GitHub Actions) * Sync package version (GitHub Actions) * Remove alpha from npm version --------- Co-authored-by: cpsievert <[email protected]>
1 parent edd1db7 commit 5e566a0

11 files changed

+13
-13
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: shiny
22
Type: Package
33
Title: Web Application Framework for R
4-
Version: 1.8.1.9000
4+
Version: 1.8.1.1
55
Authors@R: c(
66
person("Winston", "Chang", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-1576-2126")),
77
person("Joe", "Cheng", role = "aut", email = "[email protected]"),

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# shiny (development version)
1+
# shiny 1.8.1.1
22

33
* In v1.8.1, shiny.js starting throwing an error when input/output bindings have duplicate IDs. This error is now only thrown when `shiny::devmode(TRUE)` is enabled, so the issue is still made discoverable through the JS error console, but avoids unnecessarily breaking apps that happen to work with duplicate IDs. (#4019)
44

inst/www/shared/shiny-autoreload.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny-showcase.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny-showcase.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny-testmode.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/shared/shiny.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"homepage": "https://shiny.rstudio.com",
44
"repository": "github:rstudio/shiny",
55
"name": "@types/rstudio-shiny",
6-
"version": "1.8.1-alpha.9000",
6+
"version": "1.8.1-1",
77
"license": "GPL-3.0-only",
88
"main": "",
99
"browser": "",

0 commit comments

Comments
 (0)