Skip to content

Commit

Permalink
chore(main): release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 19, 2025
1 parent e50cecf commit 659dc1b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.8.1"
".": "2.9.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.9.0](https://github.com/anvilproject/anvil-portal/compare/v2.8.1...v2.9.0) (2025-02-19)


### Features

* added monthly pageviews and users to analytics sheets ([#3536](https://github.com/anvilproject/anvil-portal/issues/3536)) ([#3552](https://github.com/anvilproject/anvil-portal/issues/3552)) ([56fc8d1](https://github.com/anvilproject/anvil-portal/commit/56fc8d11fb4cfb224fa85ab91207e6e016d16ca7))


### Content

* add "Use your favorite platforms and tools" text to homepage ([#3554](https://github.com/anvilproject/anvil-portal/issues/3554)) ([#3558](https://github.com/anvilproject/anvil-portal/issues/3558)) ([e50cecf](https://github.com/anvilproject/anvil-portal/commit/e50cecf0af476ad213ed91cc73dc2c99eb7ae96a))

## [2.8.1](https://github.com/anvilproject/anvil-portal/compare/v2.8.0...v2.8.1) (2025-02-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "the-anvil",
"description": "Inverting the model of genomic data sharing",
"version": "2.8.1",
"version": "2.9.0",
"private": true,
"scripts": {
"dev": "./scripts/dev.sh anvil-portal && ./scripts/set-version.sh dev && next dev",
Expand Down

0 comments on commit 659dc1b

Please sign in to comment.