Skip to content

Commit

Permalink
chore(release): cut 2.26.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.26.0](v2.25.2...v2.26.0) (2021-10-04)

### Bug Fixes

* **appversion:** fix version filtering and comparison ([#551](#551)) ([854f32b](854f32b))
* remove core-app tag ([#550](#550)) ([3e92a90](3e92a90))

### Features

* **apps:** availableChannels API ([#559](#559)) ([6a09f97](6a09f97))
  • Loading branch information
dhis2-bot committed Oct 4, 2021
1 parent 912dbef commit 44eb4bd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.26.0](https://github.com/dhis2/app-hub/compare/v2.25.2...v2.26.0) (2021-10-04)


### Bug Fixes

* **appversion:** fix version filtering and comparison ([#551](https://github.com/dhis2/app-hub/issues/551)) ([854f32b](https://github.com/dhis2/app-hub/commit/854f32b2e8d7251e17bb92167316b2a3e7dc4056))
* remove core-app tag ([#550](https://github.com/dhis2/app-hub/issues/550)) ([3e92a90](https://github.com/dhis2/app-hub/commit/3e92a909de46aec2d7881a5e0d9a91726b675484))


### Features

* **apps:** availableChannels API ([#559](https://github.com/dhis2/app-hub/issues/559)) ([6a09f97](https://github.com/dhis2/app-hub/commit/6a09f972ff795b1f74e75dd420ed8df8598c13de))

## [2.25.2](https://github.com/dhis2/app-hub/compare/v2.25.1...v2.25.2) (2021-09-13)


Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "2.25.2",
"version": "2.26.0",
"description": "The App Hub Client",
"repository": "https://github.com/dhis2/app-hub",
"author": "Birk Johansson <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
},
"version": "2.25.2"
"version": "2.26.0"
}
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "2.25.2",
"version": "2.26.0",
"description": "The App Hub Server",
"main": "src/main.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tools",
"version": "2.25.2",
"version": "2.26.0",
"description": "",
"main": "clone.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down

0 comments on commit 44eb4bd

Please sign in to comment.