Skip to content

Commit

Permalink
Merge branch 'main' into propagation-march-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif authored Apr 18, 2024
2 parents 93744cb + ad7fd20 commit 3b25d13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.0
rev: v0.4.1
hooks:
- id: style-files
name: Style code with `styler`
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: teal.reporter
Title: Reporting Tools for 'shiny' Modules
Version: 0.3.1.9002
Date: 2024-03-28
Version: 0.3.1.9003
Date: 2024-04-08
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9533-457X")),
Expand Down Expand Up @@ -32,7 +32,7 @@ Imports:
R6,
rmarkdown (>= 2.19),
shiny (>= 1.6.0),
shinybusy,
shinybusy (>= 0.3.2),
shinyWidgets (>= 0.5.1),
yaml (>= 1.1.0),
zip (>= 1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.reporter 0.3.1.9002
# teal.reporter 0.3.1.9003

### Enhancements

Expand Down

0 comments on commit 3b25d13

Please sign in to comment.