From 787222e4266a2241f182d1b1ceb564fefcf84ede Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 24 Sep 2019 12:29:42 +0000 Subject: [PATCH] chore(release): cut 2.0.0 [skip ci] # [2.0.0](https://github.com/dhis2/app-runtime/compare/v1.7.0...v2.0.0) (2019-09-24) ### Features * actually trigger v2.0 ([de4a6b2](https://github.com/dhis2/app-runtime/commit/de4a6b2)) ### BREAKING CHANGES * semantic release is hard. We should make it more difficult to accidentally publish breaking changes as non-breaking versions. --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- runtime/package.json | 6 +++--- services/config/package.json | 2 +- services/data/package.json | 4 ++-- 5 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2514c1b..25902757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/dhis2/app-runtime/compare/v1.7.0...v2.0.0) (2019-09-24) + + +### Features + +* actually trigger v2.0 ([de4a6b2](https://github.com/dhis2/app-runtime/commit/de4a6b2)) + + +### BREAKING CHANGES + +* semantic release is hard. We should make it more difficult to accidentally publish breaking changes as non-breaking versions. + # [1.7.0](https://github.com/dhis2/app-runtime/compare/v1.6.0...v1.7.0) (2019-09-24) diff --git a/package.json b/package.json index f7ef7fe0..ee442d1f 100644 --- a/package.json +++ b/package.json @@ -68,5 +68,5 @@ "description": "A singular runtime dependency for applications on the [DHIS2 platform](https://platform.dhis2.nu)" } }, - "version": "1.7.0" + "version": "2.0.0" } diff --git a/runtime/package.json b/runtime/package.json index 036cf3f3..4bdb5cb0 100644 --- a/runtime/package.json +++ b/runtime/package.json @@ -1,7 +1,7 @@ { "name": "@dhis2/app-runtime", "description": "A singular runtime dependency for applications on the DHIS2 platform", - "version": "1.7.0", + "version": "2.0.0", "main": "build/cjs/index.js", "module": "build/es/index.js", "types": "build/types/index.d.ts", @@ -19,8 +19,8 @@ "build/**" ], "devDependencies": { - "@dhis2/app-service-config": "1.7.0", - "@dhis2/app-service-data": "1.7.0" + "@dhis2/app-service-config": "2.0.0", + "@dhis2/app-service-data": "2.0.0" }, "peerDependencies": { "prop-types": "^15.7.2", diff --git a/services/config/package.json b/services/config/package.json index ad582f48..d16aba5a 100644 --- a/services/config/package.json +++ b/services/config/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-service-config", - "version": "1.7.0", + "version": "2.0.0", "main": "build/cjs/index.js", "module": "build/es/index.js", "types": "build/types/index.d.ts", diff --git a/services/data/package.json b/services/data/package.json index db48bbaf..1fb17d41 100644 --- a/services/data/package.json +++ b/services/data/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/app-service-data", - "version": "1.7.0", + "version": "2.0.0", "main": "build/cjs/index.js", "module": "build/es/index.js", "types": "build/types/index.d.ts", @@ -12,7 +12,7 @@ "build/**" ], "peerDependencies": { - "@dhis2/app-service-config": "1.7.0", + "@dhis2/app-service-config": "2.0.0", "prop-types": "^15.7.2", "react": "^16.8", "react-dom": "^16.8"