Skip to content

Commit

Permalink
chore(release): cut 12.0.0-alpha.13 [skip release]
Browse files Browse the repository at this point in the history
# [12.0.0-alpha.13](v12.0.0-alpha.12...v12.0.0-alpha.13) (2024-09-02)

### Bug Fixes

* increase precache max file size to 3 MB ([b20ed22](b20ed22))
  • Loading branch information
dhis2-bot committed Sep 2, 2024
1 parent b20ed22 commit 1e2caa1
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 49 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [12.0.0-alpha.13](https://github.com/dhis2/app-platform/compare/v12.0.0-alpha.12...v12.0.0-alpha.13) (2024-09-02)


### Bug Fixes

* increase precache max file size to 3 MB ([b20ed22](https://github.com/dhis2/app-platform/commit/b20ed22f6f2f4c615f712de3047d5f2d8c77d638))

# [12.0.0-alpha.12](https://github.com/dhis2/app-platform/compare/v12.0.0-alpha.11...v12.0.0-alpha.12) (2024-08-30)


Expand Down
6 changes: 3 additions & 3 deletions adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-adapter",
"version": "12.0.0-alpha.12",
"version": "12.0.0-alpha.13",
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand All @@ -21,11 +21,11 @@
"build"
],
"dependencies": {
"@dhis2/pwa": "12.0.0-alpha.12",
"@dhis2/pwa": "12.0.0-alpha.13",
"moment": "^2.24.0"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "12.0.0-alpha.12",
"@dhis2/cli-app-scripts": "12.0.0-alpha.13",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^8.0.1",
"enzyme": "^3.11.0",
Expand Down
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/cli-app-scripts",
"version": "12.0.0-alpha.12",
"version": "12.0.0-alpha.13",
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
Expand Down Expand Up @@ -29,7 +29,7 @@
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
"@dhis2/app-shell": "12.0.0-alpha.12",
"@dhis2/app-shell": "12.0.0-alpha.13",
"@dhis2/cli-helpers-engine": "^3.2.2",
"@jest/core": "^27.0.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/pwa-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pwa-app",
"version": "12.0.0-alpha.12",
"version": "12.0.0-alpha.13",
"description": "",
"license": "BSD-3-Clause",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-app",
"version": "12.0.0-alpha.12",
"version": "12.0.0-alpha.13",
"repository": "https://github.com/amcgee/dhis2-app-platform",
"author": "Austin McGee <[email protected]>",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "12.0.0-alpha.12",
"version": "12.0.0-alpha.13",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/pwa",
"version": "12.0.0-alpha.12",
"version": "12.0.0-alpha.13",
"description": "",
"license": "BSD-3-Clause",
"publishConfig": {
Expand All @@ -13,7 +13,7 @@
"deploy": "d2-app-scripts deploy"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "12.0.0-alpha.12"
"@dhis2/cli-app-scripts": "12.0.0-alpha.13"
},
"dependencies": {
"idb": "^6.0.0",
Expand Down
6 changes: 3 additions & 3 deletions shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-shell",
"version": "12.0.0-alpha.12",
"version": "12.0.0-alpha.13",
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
Expand All @@ -15,10 +15,10 @@
"access": "public"
},
"dependencies": {
"@dhis2/app-adapter": "12.0.0-alpha.12",
"@dhis2/app-adapter": "12.0.0-alpha.13",
"@dhis2/app-runtime": "^3.10.4",
"@dhis2/d2-i18n": "^1.1.1",
"@dhis2/pwa": "12.0.0-alpha.12",
"@dhis2/pwa": "12.0.0-alpha.13",
"@dhis2/ui": "^9.8.9",
"classnames": "^2.2.6",
"moment": "^2.29.1",
Expand Down
51 changes: 15 additions & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2110,11 +2110,11 @@
classnames "^2.3.1"
prop-types "^15.7.2"

"@dhis2/[email protected].12", "@dhis2/app-adapter@file:/home/runner/work/app-platform/app-platform/adapter":
version "12.0.0-alpha.12"
"@dhis2/[email protected].13", "@dhis2/app-adapter@file:/home/runner/work/app-platform/app-platform/adapter":
version "12.0.0-alpha.13"
resolved "file:adapter"
dependencies:
"@dhis2/pwa" "12.0.0-alpha.12"
"@dhis2/pwa" "12.0.0-alpha.13"
moment "^2.24.0"

"@dhis2/app-runtime@*", "@dhis2/app-runtime@^3", "@dhis2/app-runtime@^3.10.4":
Expand Down Expand Up @@ -2159,14 +2159,14 @@
dependencies:
post-robot "^10.0.46"

"@dhis2/[email protected].12", "@dhis2/app-shell@file:/home/runner/work/app-platform/app-platform/shell":
version "12.0.0-alpha.12"
"@dhis2/[email protected].13", "@dhis2/app-shell@file:/home/runner/work/app-platform/app-platform/shell":
version "12.0.0-alpha.13"
resolved "file:shell"
dependencies:
"@dhis2/app-adapter" "12.0.0-alpha.12"
"@dhis2/app-adapter" "12.0.0-alpha.13"
"@dhis2/app-runtime" "^3.10.4"
"@dhis2/d2-i18n" "^1.1.1"
"@dhis2/pwa" "12.0.0-alpha.12"
"@dhis2/pwa" "12.0.0-alpha.13"
"@dhis2/ui" "^9.8.9"
classnames "^2.2.6"
moment "^2.29.1"
Expand All @@ -2179,8 +2179,8 @@
typeface-roboto "^0.0.75"
typescript "^3.6.3"

"@dhis2/[email protected].12", "@dhis2/cli-app-scripts@file:/home/runner/work/app-platform/app-platform/cli":
version "12.0.0-alpha.12"
"@dhis2/[email protected].13", "@dhis2/cli-app-scripts@file:/home/runner/work/app-platform/app-platform/cli":
version "12.0.0-alpha.13"
resolved "file:cli"
dependencies:
"@babel/core" "^7.6.2"
Expand All @@ -2191,7 +2191,7 @@
"@babel/preset-env" "^7.14.7"
"@babel/preset-react" "^7.0.0"
"@babel/preset-typescript" "^7.6.0"
"@dhis2/app-shell" "12.0.0-alpha.12"
"@dhis2/app-shell" "12.0.0-alpha.13"
"@dhis2/cli-helpers-engine" "^3.2.2"
"@jest/core" "^27.0.6"
"@pmmmwh/react-refresh-webpack-plugin" "^0.5.4"
Expand Down Expand Up @@ -2354,8 +2354,8 @@
resolved "https://registry.npmjs.org/@dhis2/prop-types/-/prop-types-3.1.2.tgz"
integrity sha512-eM0jjLOWvtXWqSFp5YC4DHFpkP8Y1D2eUwGV7MBWjni+o27oesVan+oT7WHeOeLdlAd4acRJrnaaAyB4Ck1wGQ==

"@dhis2/[email protected].12", "@dhis2/pwa@file:/home/runner/work/app-platform/app-platform/pwa":
version "12.0.0-alpha.12"
"@dhis2/[email protected].13", "@dhis2/pwa@file:/home/runner/work/app-platform/app-platform/pwa":
version "12.0.0-alpha.13"
resolved "file:pwa"
dependencies:
idb "^6.0.0"
Expand Down Expand Up @@ -2678,11 +2678,6 @@
"@jridgewell/sourcemap-codec" "^1.4.10"
"@jridgewell/trace-mapping" "^0.3.24"

"@jridgewell/resolve-uri@^3.0.3":
version "3.0.7"
resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz"
integrity sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==

"@jridgewell/resolve-uri@^3.1.0":
version "3.1.2"
resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz"
Expand Down Expand Up @@ -2724,30 +2719,14 @@
resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz"
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==

"@jridgewell/trace-mapping@^0.3.24":
version "0.3.25"
resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz"
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
dependencies:
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@jridgewell/trace-mapping@^0.3.25":
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25", "@jridgewell/trace-mapping@^0.3.7", "@jridgewell/trace-mapping@^0.3.9":
version "0.3.25"
resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz"
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
dependencies:
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@jridgewell/trace-mapping@^0.3.7", "@jridgewell/trace-mapping@^0.3.9":
version "0.3.13"
resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz"
integrity sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==
dependencies:
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@js-temporal/[email protected]":
version "0.4.3"
resolved "https://registry.npmjs.org/@js-temporal/polyfill/-/polyfill-0.4.3.tgz"
Expand Down Expand Up @@ -10849,7 +10828,7 @@ punycode@^2.1.0, punycode@^2.1.1:
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

"pwa-app@file:/home/runner/work/app-platform/app-platform/examples/pwa-app":
version "12.0.0-alpha.12"
version "12.0.0-alpha.13"
resolved "file:examples/pwa-app"

q@^1.5.1:
Expand Down Expand Up @@ -12013,7 +11992,7 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==

"simple-app@file:/home/runner/work/app-platform/app-platform/examples/simple-app":
version "12.0.0-alpha.12"
version "12.0.0-alpha.13"
resolved "file:examples/simple-app"

sisteransi@^1.0.5:
Expand Down

0 comments on commit 1e2caa1

Please sign in to comment.