Skip to content

Commit 05c7fd2

Browse files
committed
chore(release): cut 12.0.0-alpha.11 [skip release]
# [12.0.0-alpha.11](v12.0.0-alpha.10...v12.0.0-alpha.11) (2024-08-29) ### Features * jsx migration script ([#869](#869)) ([7764f49](7764f49))
1 parent 7764f49 commit 05c7fd2

File tree

9 files changed

+819
-581
lines changed

9 files changed

+819
-581
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [12.0.0-alpha.11](https://github.com/dhis2/app-platform/compare/v12.0.0-alpha.10...v12.0.0-alpha.11) (2024-08-29)
2+
3+
4+
### Features
5+
6+
* jsx migration script ([#869](https://github.com/dhis2/app-platform/issues/869)) ([7764f49](https://github.com/dhis2/app-platform/commit/7764f49b6a73edce636abdf246c326ab7b848d52))
7+
18
# [12.0.0-alpha.10](https://github.com/dhis2/app-platform/compare/v12.0.0-alpha.9...v12.0.0-alpha.10) (2024-08-28)
29

310

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.0.0-alpha.10",
3+
"version": "12.0.0-alpha.11",
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.0.0-alpha.10",
24+
"@dhis2/pwa": "12.0.0-alpha.11",
2525
"moment": "^2.24.0"
2626
},
2727
"devDependencies": {
28-
"@dhis2/cli-app-scripts": "12.0.0-alpha.10",
28+
"@dhis2/cli-app-scripts": "12.0.0-alpha.11",
2929
"@testing-library/react": "^12.0.0",
3030
"@testing-library/react-hooks": "^8.0.1",
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.0.0-alpha.10",
3+
"version": "12.0.0-alpha.11",
44
"engines": {
55
"node": "^18.0.0 || >=20.0.0"
66
},
@@ -29,7 +29,7 @@
2929
"@babel/preset-env": "^7.14.7",
3030
"@babel/preset-react": "^7.0.0",
3131
"@babel/preset-typescript": "^7.6.0",
32-
"@dhis2/app-shell": "12.0.0-alpha.10",
32+
"@dhis2/app-shell": "12.0.0-alpha.11",
3333
"@dhis2/cli-helpers-engine": "^3.2.2",
3434
"@jest/core": "^27.0.6",
3535
"@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.0.0-alpha.10",
3+
"version": "12.0.0-alpha.11",
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.0.0-alpha.10",
3+
"version": "12.0.0-alpha.11",
44
"repository": "https://github.com/amcgee/dhis2-app-platform",
55
"author": "Austin McGee <[email protected]>",
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.0.0-alpha.10",
3+
"version": "12.0.0-alpha.11",
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.0.0-alpha.10",
3+
"version": "12.0.0-alpha.11",
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.0.0-alpha.10"
16+
"@dhis2/cli-app-scripts": "12.0.0-alpha.11"
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.0.0-alpha.10",
3+
"version": "12.0.0-alpha.11",
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.0.0-alpha.10",
18+
"@dhis2/app-adapter": "12.0.0-alpha.11",
1919
"@dhis2/app-runtime": "^3.10.4",
2020
"@dhis2/d2-i18n": "^1.1.1",
21-
"@dhis2/pwa": "12.0.0-alpha.10",
21+
"@dhis2/pwa": "12.0.0-alpha.11",
2222
"@dhis2/ui": "^9.8.9",
2323
"classnames": "^2.2.6",
2424
"moment": "^2.29.1",

0 commit comments

Comments
 (0)