Skip to content

Commit

Permalink
chore(release): cut 2.36.0 [skip release]
Browse files Browse the repository at this point in the history
# [2.36.0](v2.35.1...v2.36.0) (2025-02-05)

### Bug Fixes

* **ui:** merge changelog and previous release tabs ([717aaeb](717aaeb))
* update latest updates text ([6e8160a](6e8160a))

### Features

* implement tabbed app view design [not finished] ([e420222](e420222))
* view changes between app versions ([921cc45](921cc45))
  • Loading branch information
dhis2-bot committed Feb 5, 2025
1 parent 6e8160a commit cbd8f07
Show file tree
Hide file tree
Showing 6 changed files with 1,380 additions and 821 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.36.0](https://github.com/dhis2/app-hub/compare/v2.35.1...v2.36.0) (2025-02-05)


### Bug Fixes

* **ui:** merge changelog and previous release tabs ([717aaeb](https://github.com/dhis2/app-hub/commit/717aaeb81a18266c3eb8c24801f53451d71e6e72))
* update latest updates text ([6e8160a](https://github.com/dhis2/app-hub/commit/6e8160a0e1a2ef4009f6f714c0cc914097589d42))


### Features

* implement tabbed app view design [not finished] ([e420222](https://github.com/dhis2/app-hub/commit/e42022283b71aa78ab9aa1f6795d48c110e52d48))
* view changes between app versions ([921cc45](https://github.com/dhis2/app-hub/commit/921cc45fcbbd5646d313dae66409d89a9dd8382f))

## [2.35.1](https://github.com/dhis2/app-hub/compare/v2.35.0...v2.35.1) (2024-12-17)


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.35.1",
"version": "2.36.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 @@ -39,5 +39,5 @@
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
},
"version": "2.35.1"
"version": "2.36.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.35.1",
"version": "2.36.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.35.1",
"version": "2.36.0",
"description": "",
"main": "clone.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down
Loading

0 comments on commit cbd8f07

Please sign in to comment.