Skip to content

Commit

Permalink
chore(release): cut 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2019-08-28)

### Bug Fixes

* restore test command and deal with standard deps ([#13](#13)) ([5745c21](5745c21))
  • Loading branch information
@dhis2-bot committed Aug 28, 2019
1 parent 5745c21 commit 0a3d0f9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 25 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.1](https://github.com/dhis2/app-platform/compare/v1.2.0...v1.2.1) (2019-08-28)


### Bug Fixes

* restore test command and deal with standard deps ([#13](https://github.com/dhis2/app-platform/issues/13)) ([5745c21](https://github.com/dhis2/app-platform/commit/5745c21))

# [1.2.0](https://github.com/dhis2/app-platform/compare/v1.1.3...v1.2.0) (2019-08-27)


Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/cli-app-scripts",
"version": "1.2.0",
"version": "1.2.1",
"main": "src/index.js",
"repository": "https://github.com/amcgee/dhis2-app-platform",
"author": "Austin McGee <austin@dhis2.org>",
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "root",
"version": "1.1.3",
"private": true,
"workspaces": [
"cli"
],
"devDependencies": {
"@dhis2/cli-style": "^4.1.1",
"babel-eslint": "^10.0.3",
"concurrently": "^4.1.2",
"eslint": "^6.2.2"
},
"scripts": {
"format": "d2-style js apply --all --no-stage",
"install:example": "cd examples/simple-app && yarn install --force --check-files",
"build:adapter": "cd shell/adapter && yarn --force --check-files && yarn build",
"build:cli": "cd cli && yarn build",
"build:docs": "cp -f CHANGELOG.md docs/",
"build:example": "cd examples/simple-app && yarn build --force",
"build": "yarn build:adapter && yarn build:cli && yarn install:example",
"start:docs": "yarn build:docs && npx serve -s docs",
"start:example": "cd examples/simple-app && yarn start --force",
"start": "yarn build && yarn start:example"
}
"name": "root",
"version": "1.2.1",
"private": true,
"workspaces": [
"cli"
],
"devDependencies": {
"@dhis2/cli-style": "^4.1.1",
"babel-eslint": "^10.0.3",
"concurrently": "^4.1.2",
"eslint": "^6.2.2"
},
"scripts": {
"format": "d2-style js apply --all --no-stage",
"install:example": "cd examples/simple-app && yarn install --force --check-files",
"build:adapter": "cd shell/adapter && yarn --force --check-files && yarn build",
"build:cli": "cd cli && yarn build",
"build:docs": "cp -f CHANGELOG.md docs/",
"build:example": "cd examples/simple-app && yarn build --force",
"build": "yarn build:adapter && yarn build:cli && yarn install:example",
"start:docs": "yarn build:docs && npx serve -s docs",
"start:example": "cd examples/simple-app && yarn start --force",
"start": "yarn build && yarn start:example"
}
}

0 comments on commit 0a3d0f9

Please sign in to comment.