diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d15f5edc..9485046f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.2" + ".": "2.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e09addea..77cc82fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.3](https://github.com/anvilproject/anvil-portal/compare/v2.2.2...v2.2.3) (2024-11-08) + + +### Chores + +* updated findable-ui to v14.0.0 ([#3330](https://github.com/anvilproject/anvil-portal/issues/3330)) ([#3331](https://github.com/anvilproject/anvil-portal/issues/3331)) ([cde9bc0](https://github.com/anvilproject/anvil-portal/commit/cde9bc0f05cff7342d761f94135a0144898b83d7)) + ## [2.2.2](https://github.com/anvilproject/anvil-portal/compare/v2.2.1...v2.2.2) (2024-11-07) diff --git a/package-lock.json b/package-lock.json index 3fc7570e..7b1bfb58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "the-anvil", - "version": "2.2.2", + "version": "2.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "the-anvil", - "version": "2.2.2", + "version": "2.2.3", "dependencies": { "@databiosphere/findable-ui": "14.0.0", "@emotion/react": "^11.13.3", diff --git a/package.json b/package.json index 8ff780cb..8b5bd7a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "the-anvil", "description": "Inverting the model of genomic data sharing", - "version": "2.2.2", + "version": "2.2.3", "private": true, "scripts": { "dev": "./scripts/dev.sh anvil-portal && next dev",