Skip to content

Commit

Permalink
chore(release): cut 7.3.0-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
# [7.3.0-alpha.2](v7.3.0-alpha.1...v7.3.0-alpha.2) (2021-08-20)

### Bug Fixes

* catch errors in completeRecording ([e67ae82](e67ae82))
* check whole URL against filter patterns ([5468114](5468114))

### Features

* allow RegEx for filter patterns in d2.config.js ([9699330](9699330))
  • Loading branch information
dhis2-bot committed Aug 20, 2021
1 parent ec4b442 commit 194262e
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 15 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [7.3.0-alpha.2](https://github.com/dhis2/app-platform/compare/v7.3.0-alpha.1...v7.3.0-alpha.2) (2021-08-20)


### Bug Fixes

* catch errors in completeRecording ([e67ae82](https://github.com/dhis2/app-platform/commit/e67ae821b33990435f3846f3ce933362105520bb))
* check whole URL against filter patterns ([5468114](https://github.com/dhis2/app-platform/commit/5468114e8631610d4e70f6c54a288a62cc7f28c2))


### Features

* allow RegEx for filter patterns in d2.config.js ([9699330](https://github.com/dhis2/app-platform/commit/96993301f1d3ba4eec719bd2ecf93b72995653ba))

# [7.3.0-alpha.1](https://github.com/dhis2/app-platform/compare/v7.2.0...v7.3.0-alpha.1) (2021-07-23)


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": "7.3.0-alpha.1",
"version": "7.3.0-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand All @@ -21,11 +21,11 @@
"build"
],
"dependencies": {
"@dhis2/pwa": "7.3.0-alpha.1",
"@dhis2/pwa": "7.3.0-alpha.2",
"moment": "^2.24.0"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "7.3.0-alpha.1",
"@dhis2/cli-app-scripts": "7.3.0-alpha.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"react": "^16.8",
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": "7.3.0-alpha.1",
"version": "7.3.0-alpha.2",
"engines": {
"node": ">=12"
},
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
"@dhis2/app-shell": "7.3.0-alpha.1",
"@dhis2/app-shell": "7.3.0-alpha.2",
"@dhis2/cli-helpers-engine": "^3.0.0",
"archiver": "^3.1.1",
"axios": "^0.20.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/pwa-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pwa-app",
"version": "7.3.0-alpha.1",
"version": "7.3.0-alpha.2",
"description": "",
"license": "BSD-3-Clause",
"private": true,
Expand All @@ -13,7 +13,7 @@
"demo": "yarn build --force --debug && yarn serve"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "7.3.0-alpha.1",
"@dhis2/cli-app-scripts": "7.3.0-alpha.2",
"serve": "^12.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/simple-app/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "simple-app",
"version": "7.3.0-alpha.1",
"version": "7.3.0-alpha.2",
"repository": "https://github.com/amcgee/dhis2-app-platform",
"author": "Austin McGee <[email protected]>",
"license": "BSD-3-Clause",
"private": true,
"devDependencies": {
"@dhis2/cli-app-scripts": "7.3.0-alpha.1"
"@dhis2/cli-app-scripts": "7.3.0-alpha.2"
},
"scripts": {
"start": "d2-app-scripts start",
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": "7.3.0-alpha.1",
"version": "7.3.0-alpha.2",
"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": "7.3.0-alpha.1",
"version": "7.3.0-alpha.2",
"description": "",
"license": "BSD-3-Clause",
"publishConfig": {
Expand All @@ -13,7 +13,7 @@
"deploy": "d2-app-scripts deploy"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "7.3.0-alpha.1"
"@dhis2/cli-app-scripts": "7.3.0-alpha.2"
},
"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": "7.3.0-alpha.1",
"version": "7.3.0-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand All @@ -12,9 +12,9 @@
"access": "public"
},
"dependencies": {
"@dhis2/app-adapter": "7.3.0-alpha.1",
"@dhis2/app-adapter": "7.3.0-alpha.2",
"@dhis2/app-runtime": "^2.10.0-pwa.1",
"@dhis2/pwa": "7.3.0-alpha.1",
"@dhis2/pwa": "7.3.0-alpha.2",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/ui": "^6.10.5",
"classnames": "^2.2.6",
Expand Down

0 comments on commit 194262e

Please sign in to comment.