Skip to content

Commit

Permalink
chore(release): cut 2.9.0-beta.7 [skip ci]
Browse files Browse the repository at this point in the history
# [2.9.0-beta.7](v2.9.0-beta.6...v2.9.0-beta.7) (2021-08-12)

### Bug Fixes

* **use-data-query:** throw more specific error on serialization failure ([35a6b28](35a6b28))
  • Loading branch information
dhis2-bot committed Aug 12, 2021
1 parent a3139c7 commit a0c063e
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.9.0-beta.7](https://github.com/dhis2/app-runtime/compare/v2.9.0-beta.6...v2.9.0-beta.7) (2021-08-12)


### Bug Fixes

* **use-data-query:** throw more specific error on serialization failure ([35a6b28](https://github.com/dhis2/app-runtime/commit/35a6b280ff61f8fdd69a5d2a376f0d3e7be2c7a9))

# [2.9.0-beta.6](https://github.com/dhis2/app-runtime/compare/v2.9.0-beta.5...v2.9.0-beta.6) (2021-08-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.9.0-beta.6",
"version": "2.9.0-beta.7",
"description": "A singular runtime dependency for applications on the DHIS2 platform",
"repository": "https://github.com/dhis2/app-runtime.git",
"author": "Austin McGee <austin@dhis2.org>",
Expand Down
8 changes: 4 additions & 4 deletions runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dhis2/app-runtime",
"description": "A singular runtime dependency for applications on the DHIS2 platform",
"version": "2.9.0-beta.6",
"version": "2.9.0-beta.7",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"types": "./build/types/index.d.ts",
Expand All @@ -23,9 +23,9 @@
"build/**"
],
"dependencies": {
"@dhis2/app-service-config": "2.9.0-beta.6",
"@dhis2/app-service-data": "2.9.0-beta.6",
"@dhis2/app-service-alerts": "2.9.0-beta.6"
"@dhis2/app-service-config": "2.9.0-beta.7",
"@dhis2/app-service-data": "2.9.0-beta.7",
"@dhis2/app-service-alerts": "2.9.0-beta.7"
},
"peerDependencies": {
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion services/alerts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-service-alerts",
"version": "2.9.0-beta.6",
"version": "2.9.0-beta.7",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"types": "./build/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion services/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-service-config",
"version": "2.9.0-beta.6",
"version": "2.9.0-beta.7",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"types": "build/types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions services/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-service-data",
"version": "2.9.0-beta.6",
"version": "2.9.0-beta.7",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"types": "build/types/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"build/**"
],
"peerDependencies": {
"@dhis2/app-service-config": "2.9.0-beta.6",
"@dhis2/app-service-config": "2.9.0-beta.7",
"@dhis2/cli-app-scripts": "^7.1.1",
"prop-types": "^15.7.2",
"react": "^16.8",
Expand Down

0 comments on commit a0c063e

Please sign in to comment.