Skip to content

Commit

Permalink
chore(release): cut 2.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.6.1](v2.6.0...v2.6.1) (2020-11-12)

### Bug Fixes

* patch to fix missing package release ([b190931](b190931))
  • Loading branch information
dhis2-bot committed Nov 12, 2020
1 parent b190931 commit 9e05ccb
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.6.1](https://github.com/dhis2/app-runtime/compare/v2.6.0...v2.6.1) (2020-11-12)


### Bug Fixes

* patch to fix missing package release ([b190931](https://github.com/dhis2/app-runtime/commit/b190931b8171e8235e4508df926ea0a93634bc19))

# [2.6.0](https://github.com/dhis2/app-runtime/compare/v2.5.1...v2.6.0) (2020-11-12)


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.6.0",
"version": "2.6.1",
"description": "A singular runtime dependency for applications on the DHIS2 platform",
"repository": "https://github.com/dhis2/app-runtime.git",
"author": "Austin McGee <[email protected]>",
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.6.0",
"version": "2.6.1",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
"types": "build/types/index.d.ts",
Expand All @@ -19,9 +19,9 @@
"build/**"
],
"dependencies": {
"@dhis2/app-service-config": "2.6.0",
"@dhis2/app-service-data": "2.6.0",
"@dhis2/app-service-alerts": "2.6.0"
"@dhis2/app-service-config": "2.6.1",
"@dhis2/app-service-data": "2.6.1",
"@dhis2/app-service-alerts": "2.6.1"
},
"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.6.0",
"version": "2.6.1",
"main": "build/cjs/lib.js",
"module": "build/es/lib.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.6.0",
"version": "2.6.1",
"main": "build/cjs/lib.js",
"module": "build/es/lib.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.6.0",
"version": "2.6.1",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
"types": "build/types/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"build/**"
],
"peerDependencies": {
"@dhis2/app-service-config": "2.6.0",
"@dhis2/app-service-config": "2.6.1",
"prop-types": "^15.7.2",
"react": "^16.8",
"react-dom": "^16.8"
Expand Down

0 comments on commit 9e05ccb

Please sign in to comment.