Skip to content

Commit

Permalink
chore(release): cut 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.7.0...v2.0.0) (2019-09-24)

### Features

* actually trigger v2.0 ([de4a6b2](de4a6b2))

### BREAKING CHANGES

* semantic release is hard. We should make it more difficult to accidentally publish breaking changes as non-breaking versions.
  • Loading branch information
dhis2-bot committed Sep 24, 2019
1 parent de4a6b2 commit 787222e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
6 changes: 3 additions & 3 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": "1.7.0",
"version": "2.0.0",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"types": "build/types/index.d.ts",
Expand All @@ -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",
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": "1.7.0",
"version": "2.0.0",
"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": "1.7.0",
"version": "2.0.0",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"types": "build/types/index.d.ts",
Expand All @@ -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"
Expand Down

0 comments on commit 787222e

Please sign in to comment.