Skip to content

Commit

Permalink
chore(main): release 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 22, 2024
1 parent a8aa285 commit 7ccacfb
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.5.0"
".": "2.5.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.5.1](https://github.com/anvilproject/anvil-portal/compare/v2.5.0...v2.5.1) (2024-11-22)


### Bug Fixes

* minor capitalization fix in AnVIL Champions page ([#3406](https://github.com/anvilproject/anvil-portal/issues/3406)) ([a8aa285](https://github.com/anvilproject/anvil-portal/commit/a8aa28558516015cee0ba9b7f01c8f06a4ab8e8f))


### Chores

* added analytics script to get a simple csv of outlinks ([#3202](https://github.com/anvilproject/anvil-portal/issues/3202)) ([#3374](https://github.com/anvilproject/anvil-portal/issues/3374)) ([#3217](https://github.com/anvilproject/anvil-portal/issues/3217)) ([1e45641](https://github.com/anvilproject/anvil-portal/commit/1e45641582db3a6bb08ca1998d744c7e2c0db3af))

## [2.5.0](https://github.com/anvilproject/anvil-portal/compare/v2.4.0...v2.5.0) (2024-11-22)


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.5.0",
"version": "2.5.1",
"private": true,
"scripts": {
"dev": "./scripts/dev.sh anvil-portal && ./scripts/set-version.sh dev && next dev",
Expand Down

0 comments on commit 7ccacfb

Please sign in to comment.