Skip to content

Commit 95f004e

Browse files
committed
chore(release): cut 12.11.0 [skip release]
# [12.11.0](v12.10.4...v12.11.0) (2026-03-17) ### Features * load custom translations from data store ([#953](#953)) ([af406ab](af406ab)), closes [#950](#950) [#950](#950) * rerun ci pipeline ([2f1f81e](2f1f81e))
1 parent 0eba9d0 commit 95f004e

8 files changed

Lines changed: 21 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [12.11.0](https://github.com/dhis2/app-platform/compare/v12.10.4...v12.11.0) (2026-03-17)
2+
3+
4+
### Features
5+
6+
* load custom translations from data store ([#953](https://github.com/dhis2/app-platform/issues/953)) ([af406ab](https://github.com/dhis2/app-platform/commit/af406ab9a5200cac6a266df924d988511d599f5e)), closes [#950](https://github.com/dhis2/app-platform/issues/950) [#950](https://github.com/dhis2/app-platform/issues/950)
7+
* rerun ci pipeline ([2f1f81e](https://github.com/dhis2/app-platform/commit/2f1f81eb64246dc325fbf721fa82d1a395dc213b))
8+
19
# [12.11.0-beta.2](https://github.com/dhis2/app-platform/compare/v12.11.0-beta.1...v12.11.0-beta.2) (2026-03-17)
210

311

adapter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dhis2/app-adapter",
3-
"version": "12.11.0-beta.2",
3+
"version": "12.11.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/amcgee/dhis2-app-platform",
@@ -21,11 +21,11 @@
2121
"build"
2222
],
2323
"dependencies": {
24-
"@dhis2/pwa": "12.11.0-beta.2",
24+
"@dhis2/pwa": "12.11.0",
2525
"moment": "^2.24.0"
2626
},
2727
"devDependencies": {
28-
"@dhis2/cli-app-scripts": "12.11.0-beta.2",
28+
"@dhis2/cli-app-scripts": "12.11.0",
2929
"@testing-library/react": "^16.0.1",
3030
"@testing-library/dom": "^10.4.0",
3131
"enzyme": "^3.11.0",

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dhis2/cli-app-scripts",
3-
"version": "12.11.0-beta.2",
3+
"version": "12.11.0",
44
"engines": {
55
"node": "^18.0.0 || >=20.0.0"
66
},
@@ -36,7 +36,7 @@
3636
"@babel/preset-env": "^7.27.2",
3737
"@babel/preset-react": "^7.0.0",
3838
"@babel/preset-typescript": "^7.27.1",
39-
"@dhis2/app-shell": "12.11.0-beta.2",
39+
"@dhis2/app-shell": "12.11.0",
4040
"@dhis2/cli-helpers-engine": "^3.2.2",
4141
"@jest/core": "^27.0.6",
4242
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",

examples/pwa-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pwa-app",
3-
"version": "12.11.0-beta.2",
3+
"version": "12.11.0",
44
"description": "",
55
"license": "BSD-3-Clause",
66
"private": true,

examples/simple-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-app",
3-
"version": "12.11.0-beta.2",
3+
"version": "12.11.0",
44
"repository": "https://github.com/amcgee/dhis2-app-platform",
55
"author": "Austin McGee <austin@dhis2.org>",
66
"license": "BSD-3-Clause",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "12.11.0-beta.2",
3+
"version": "12.11.0",
44
"private": true,
55
"repository": {
66
"type": "git",

pwa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dhis2/pwa",
3-
"version": "12.11.0-beta.2",
3+
"version": "12.11.0",
44
"description": "",
55
"license": "BSD-3-Clause",
66
"publishConfig": {
@@ -13,7 +13,7 @@
1313
"deploy": "d2-app-scripts deploy"
1414
},
1515
"devDependencies": {
16-
"@dhis2/cli-app-scripts": "12.11.0-beta.2"
16+
"@dhis2/cli-app-scripts": "12.11.0"
1717
},
1818
"dependencies": {
1919
"idb": "^6.0.0",

shell/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dhis2/app-shell",
3-
"version": "12.11.0-beta.2",
3+
"version": "12.11.0",
44
"engines": {
55
"node": "^18.0.0 || >=20.0.0"
66
},
@@ -15,10 +15,10 @@
1515
"access": "public"
1616
},
1717
"dependencies": {
18-
"@dhis2/app-adapter": "12.11.0-beta.2",
18+
"@dhis2/app-adapter": "12.11.0",
1919
"@dhis2/app-runtime": "^3.14.3",
2020
"@dhis2/d2-i18n": "^1.2.0",
21-
"@dhis2/pwa": "12.11.0-beta.2",
21+
"@dhis2/pwa": "12.11.0",
2222
"@dhis2/ui": "^10.9.2",
2323
"classnames": "^2.2.6",
2424
"moment": "^2.29.1",

0 commit comments

Comments
 (0)