Skip to content

Commit

Permalink
chore(release): cut 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.1.0...v1.0.0) (2019-04-09)

### Features

* cut version 1 ([#4](#4)) ([8e97028](8e97028))

### BREAKING CHANGES

* cut version 1.0

* feat: update app-runtime exports, add readmes
* docs: add root readme
  • Loading branch information
@dhis2-bot committed Apr 9, 2019
1 parent 8e97028 commit 71c2269
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# [1.0.0](https://github.com/dhis2/app-runtime/compare/v0.1.0...v1.0.0) (2019-04-09)


### Features

* cut version 1 ([#4](https://github.com/dhis2/app-runtime/issues/4)) ([8e97028](https://github.com/dhis2/app-runtime/commit/8e97028))


### BREAKING CHANGES

* cut version 1.0

* feat: update app-runtime exports, add readmes
* docs: add root readme
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"commit-msg": "d2-style commit check",
"pre-commit": "d2-style js apply"
}
}
},
"version": "1.0.0"
}
4 changes: 2 additions & 2 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": "0.1.0",
"version": "1.0.0",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"types": "build/types/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@dhis2/app-service-data": "0.1.0",
"@dhis2/app-service-data": "^1.0.0",
"loop": "^3.1.3",
"rollup": "^1.9.0",
"rollup-plugin-babel": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion services/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-service-data",
"version": "0.1.0",
"version": "1.0.0",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"repository": "https://github.com/dhis2/app-runtime.git",
Expand Down

0 comments on commit 71c2269

Please sign in to comment.