Skip to content

Commit

Permalink
chore(release): cut 7.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.2.0](v7.1.2...v7.2.0) (2021-07-23)

### Bug Fixes

* add flags to specify name and version for non-platform apps ([a24e0e6](a24e0e6))
* correctly parse base config, simplify logic, only rm dir on build ([9891ea3](9891ea3))
* don't throw if d2.config.js doesn't exist ([3385e0e](3385e0e))
* **fs:** re-read package.json from disk to make sure it is not stale ([918d113](918d113))
* **pack:** use the built app config ([e22d186](e22d186))
* **publish:** only prompt in CI mode ([6872ca0](6872ca0))
* **publish:** pack when file param is unused ([cc4c802](cc4c802))

### Features

* add option to skip packing when running build ([669ab94](669ab94))
* **pack:** adds pack command ([be700f1](be700f1))
* **publish:** expose publish command module ([ff55d5a](ff55d5a))
  • Loading branch information
dhis2-bot committed Jul 23, 2021
1 parent 2db24b1 commit 56c06df
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 9 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [7.2.0](https://github.com/dhis2/app-platform/compare/v7.1.2...v7.2.0) (2021-07-23)


### Bug Fixes

* add flags to specify name and version for non-platform apps ([a24e0e6](https://github.com/dhis2/app-platform/commit/a24e0e6bcdd2f55ef4162ccfa5d65a831802cae6))
* correctly parse base config, simplify logic, only rm dir on build ([9891ea3](https://github.com/dhis2/app-platform/commit/9891ea32431b9e452f8aa4cd6f3f4ee29798e057))
* don't throw if d2.config.js doesn't exist ([3385e0e](https://github.com/dhis2/app-platform/commit/3385e0e3682379b2d1ad8b03332f2fb7fcbbecdf))
* **fs:** re-read package.json from disk to make sure it is not stale ([918d113](https://github.com/dhis2/app-platform/commit/918d1137297455cbf4506f9a65bc7fda7d659bad))
* **pack:** use the built app config ([e22d186](https://github.com/dhis2/app-platform/commit/e22d1865ace1d8170dded7191511a7496f1f9051))
* **publish:** only prompt in CI mode ([6872ca0](https://github.com/dhis2/app-platform/commit/6872ca0887fbe1f33180f2dfd4b7c07b4b47746f))
* **publish:** pack when file param is unused ([cc4c802](https://github.com/dhis2/app-platform/commit/cc4c8027db7d14473f1961fb0967dc8ea79eb5a1))


### Features

* add option to skip packing when running build ([669ab94](https://github.com/dhis2/app-platform/commit/669ab9400a3dfda0b8b5e1c740b7646209f85112))
* **pack:** adds pack command ([be700f1](https://github.com/dhis2/app-platform/commit/be700f16197491ee6d1aeb4a5afbd843e991d8ed))
* **publish:** expose publish command module ([ff55d5a](https://github.com/dhis2/app-platform/commit/ff55d5a69a99de27a0df97853164c5e5b43e6268))

# [7.2.0-beta.1](https://github.com/dhis2/app-platform/compare/v7.1.2...v7.2.0-beta.1) (2021-07-23)


Expand Down
4 changes: 2 additions & 2 deletions adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-adapter",
"version": "7.2.0-beta.1",
"version": "7.2.0",
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand All @@ -24,7 +24,7 @@
"moment": "^2.24.0"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "7.2.0-beta.1",
"@dhis2/cli-app-scripts": "7.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"react": "^16.8",
Expand Down
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/cli-app-scripts",
"version": "7.2.0-beta.1",
"version": "7.2.0",
"engines": {
"node": ">=12"
},
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
"@dhis2/app-shell": "7.2.0-beta.1",
"@dhis2/app-shell": "7.2.0",
"@dhis2/cli-helpers-engine": "^3.0.0",
"archiver": "^3.1.1",
"axios": "^0.20.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/simple-app/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "simple-app",
"version": "7.2.0-beta.1",
"version": "7.2.0",
"repository": "https://github.com/amcgee/dhis2-app-platform",
"author": "Austin McGee <[email protected]>",
"license": "BSD-3-Clause",
"private": true,
"devDependencies": {
"@dhis2/cli-app-scripts": "7.2.0-beta.1"
"@dhis2/cli-app-scripts": "7.2.0"
},
"scripts": {
"start": "d2-app-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "7.2.0-beta.1",
"version": "7.2.0",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-shell",
"version": "7.2.0-beta.1",
"version": "7.2.0",
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand All @@ -12,7 +12,7 @@
"access": "public"
},
"dependencies": {
"@dhis2/app-adapter": "7.2.0-beta.1",
"@dhis2/app-adapter": "7.2.0",
"@dhis2/app-runtime": "^2.8.0",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/ui": "^6.10.5",
Expand Down

0 comments on commit 56c06df

Please sign in to comment.