Skip to content

Commit

Permalink
chore(release): cut 2.35.0 [skip release]
Browse files Browse the repository at this point in the history
# [2.35.0](v2.34.0...v2.35.0) (2024-12-16)

### Bug Fixes

* bump node version in docker image ([bad227d](bad227d))

### Features

* add organisation overview page ([94b5dfb](94b5dfb))
* expose plugins and changelog in the API and app ([0d0fec8](0d0fec8))
  • Loading branch information
dhis2-bot committed Dec 16, 2024
1 parent 94b5dfb commit 00b5ee2
Show file tree
Hide file tree
Showing 6 changed files with 1,987 additions and 1,507 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.35.0](https://github.com/dhis2/app-hub/compare/v2.34.0...v2.35.0) (2024-12-16)


### Bug Fixes

* bump node version in docker image ([bad227d](https://github.com/dhis2/app-hub/commit/bad227d29991b4a266855d9f46bb8026c00973b2))


### Features

* add organisation overview page ([94b5dfb](https://github.com/dhis2/app-hub/commit/94b5dfb26b355ba0a69910623e5e1d58b65a2f7a))
* expose plugins and changelog in the API and app ([0d0fec8](https://github.com/dhis2/app-hub/commit/0d0fec85d416d9617f6219e57e63b2e32c4b059f))

# [2.34.0](https://github.com/dhis2/app-hub/compare/v2.33.1...v2.34.0) (2024-02-16)


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.34.0",
"version": "2.35.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 @@ -38,5 +38,5 @@
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
},
"version": "2.34.0"
"version": "2.35.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.34.0",
"version": "2.35.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.34.0",
"version": "2.35.0",
"description": "",
"main": "clone.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down
Loading

0 comments on commit 00b5ee2

Please sign in to comment.