Skip to content

Commit

Permalink
chore(release): cut 2.33.1 [skip release]
Browse files Browse the repository at this point in the history
## [2.33.1](v2.33.0...v2.33.1) (2024-02-14)

### Bug Fixes

* support DHIS2 version 2.41 ([d268981](d268981))
  • Loading branch information
dhis2-bot committed Feb 14, 2024
1 parent d268981 commit 02c390a
Show file tree
Hide file tree
Showing 6 changed files with 379 additions and 372 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.33.1](https://github.com/dhis2/app-hub/compare/v2.33.0...v2.33.1) (2024-02-14)


### Bug Fixes

* support DHIS2 version 2.41 ([d268981](https://github.com/dhis2/app-hub/commit/d268981444bdd35d73fae3ec2dcfd2c54b71ba5a))

# [2.33.0](https://github.com/dhis2/app-hub/compare/v2.32.2...v2.33.0) (2023-08-01)


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.33.0",
"version": "2.33.1",
"description": "The App Hub Client",
"repository": "https://github.com/dhis2/app-hub",
"author": "Birk Johansson <birk@dhis2.org>",
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.33.0"
"version": "2.33.1"
}
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.33.0",
"version": "2.33.1",
"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.33.0",
"version": "2.33.1",
"description": "",
"main": "clone.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down
Loading

0 comments on commit 02c390a

Please sign in to comment.