Skip to content

Commit dbfd0a6

Browse files
committed
chore(release): cut 12.10.2 [skip release]
## [12.10.2](v12.10.1...v12.10.2) (2026-01-13) ### Bug Fixes * rerun pipeline ([#949](#949)) ([d83ca2d](d83ca2d)) ### Features * decouple cli-app-scripts from yarn ([#933](#933)) ([71648a2](71648a2)), closes [#927](#927) [#927](#927) [#928](#928) [#928](#928) [#930](#930) [#930](#930) [#931](#931)
1 parent d83ca2d commit dbfd0a6

8 files changed

Lines changed: 25 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [12.10.2](https://github.com/dhis2/app-platform/compare/v12.10.1...v12.10.2) (2026-01-13)
2+
3+
4+
### Bug Fixes
5+
6+
* rerun pipeline ([#949](https://github.com/dhis2/app-platform/issues/949)) ([d83ca2d](https://github.com/dhis2/app-platform/commit/d83ca2d15335a4a8a619c6ad1c0c5a964c2cce8f))
7+
8+
9+
### Features
10+
11+
* decouple cli-app-scripts from yarn ([#933](https://github.com/dhis2/app-platform/issues/933)) ([71648a2](https://github.com/dhis2/app-platform/commit/71648a29d0becefa4d1025063735b0cec2a1ab20)), closes [#927](https://github.com/dhis2/app-platform/issues/927) [#927](https://github.com/dhis2/app-platform/issues/927) [#928](https://github.com/dhis2/app-platform/issues/928) [#928](https://github.com/dhis2/app-platform/issues/928) [#930](https://github.com/dhis2/app-platform/issues/930) [#930](https://github.com/dhis2/app-platform/issues/930) [#931](https://github.com/dhis2/app-platform/issues/931)
12+
113
# [12.11.0-alpha.1](https://github.com/dhis2/app-platform/compare/v12.10.1...v12.11.0-alpha.1) (2026-01-13)
214

315

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-alpha.1",
3+
"version": "12.10.2",
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-alpha.1",
24+
"@dhis2/pwa": "12.10.2",
2525
"moment": "^2.24.0"
2626
},
2727
"devDependencies": {
28-
"@dhis2/cli-app-scripts": "12.11.0-alpha.1",
28+
"@dhis2/cli-app-scripts": "12.10.2",
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-alpha.1",
3+
"version": "12.10.2",
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-alpha.1",
39+
"@dhis2/app-shell": "12.10.2",
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-alpha.1",
3+
"version": "12.10.2",
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-alpha.1",
3+
"version": "12.10.2",
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-alpha.1",
3+
"version": "12.10.2",
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-alpha.1",
3+
"version": "12.10.2",
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-alpha.1"
16+
"@dhis2/cli-app-scripts": "12.10.2"
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-alpha.1",
3+
"version": "12.10.2",
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-alpha.1",
18+
"@dhis2/app-adapter": "12.10.2",
1919
"@dhis2/app-runtime": "^3.14.3",
2020
"@dhis2/d2-i18n": "^1.1.1",
21-
"@dhis2/pwa": "12.11.0-alpha.1",
21+
"@dhis2/pwa": "12.10.2",
2222
"@dhis2/ui": "^10.7.8",
2323
"classnames": "^2.2.6",
2424
"moment": "^2.29.1",

0 commit comments

Comments
 (0)