Skip to content

Commit

Permalink
chore(release): cut 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.2.0...v7.0.0) (2021-06-14)

### chore

* remove node 10 support ([5900a39](5900a39))
* remove node 10 support ([#567](#567)) ([cbee9cb](cbee9cb))

### BREAKING CHANGES

* New minimum version for NodeJS is 12.x.

* chore(deps): update cli deps to latest major
* New minimum version for NodeJS is 12.x.
  • Loading branch information
dhis2-bot committed Jun 14, 2021
1 parent cbee9cb commit 7d93936
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 9 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [7.0.0](https://github.com/dhis2/app-platform/compare/v6.2.0...v7.0.0) (2021-06-14)


### chore

* remove node 10 support ([5900a39](https://github.com/dhis2/app-platform/commit/5900a39ba6e03eae00f7f311a327f9ec47d5c999))
* remove node 10 support ([#567](https://github.com/dhis2/app-platform/issues/567)) ([cbee9cb](https://github.com/dhis2/app-platform/commit/cbee9cbac91dfc9b1f600590936c6605c96315d4))


### BREAKING CHANGES

* New minimum version for NodeJS is 12.x.

* chore(deps): update cli deps to latest major
* New minimum version for NodeJS is 12.x.

# [6.2.0](https://github.com/dhis2/app-platform/compare/v6.1.3...v6.2.0) (2021-05-28)


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": "6.2.0",
"version": "7.0.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": "6.2.0",
"@dhis2/cli-app-scripts": "7.0.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": "6.2.0",
"version": "7.0.0",
"engines": {
"node": ">=12"
},
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
"@dhis2/app-shell": "6.2.0",
"@dhis2/app-shell": "7.0.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": "6.2.0",
"version": "7.0.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": "6.2.0"
"@dhis2/cli-app-scripts": "7.0.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": "6.2.0",
"version": "7.0.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": "6.2.0",
"version": "7.0.0",
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand All @@ -12,7 +12,7 @@
"access": "public"
},
"dependencies": {
"@dhis2/app-adapter": "6.2.0",
"@dhis2/app-adapter": "7.0.0",
"@dhis2/app-runtime": "^2.8.0",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/ui": "^6.5.3",
Expand Down

0 comments on commit 7d93936

Please sign in to comment.