Skip to content

Commit

Permalink
chore(release): cut 8.0.0-alpha.9 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0-alpha.9](v8.0.0-alpha.8...v8.0.0-alpha.9) (2021-06-09)

### chore

* remove node 10 support ([6245ef2](6245ef2))

### Code Refactoring

* **install command:** combine network shim command & plugin options ([4bc9a4e](4bc9a4e))

### Features

* **enable auto login:** add option to install command ([e9dde4e](e9dde4e))
* **install cmd:** warn about potentially missing peer depds (temporarily) ([c3046aa](c3046aa))

### BREAKING CHANGES

* **install command:** The two options are merged into one, which is now
called "enableNetworkShim".
* New minimum version for NodeJS is 12.x.
  • Loading branch information
dhis2-bot committed Jun 9, 2021
1 parent 4093138 commit 51a54cf
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 6 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [8.0.0-alpha.9](https://github.com/dhis2/cli-utils-cypress/compare/v8.0.0-alpha.8...v8.0.0-alpha.9) (2021-06-09)


### chore

* remove node 10 support ([6245ef2](https://github.com/dhis2/cli-utils-cypress/commit/6245ef22f2df4964e05099939b4f9f821331ebf4))


### Code Refactoring

* **install command:** combine network shim command & plugin options ([4bc9a4e](https://github.com/dhis2/cli-utils-cypress/commit/4bc9a4efe3a956078d82d3cb8101ada88895f2ca))


### Features

* **enable auto login:** add option to install command ([e9dde4e](https://github.com/dhis2/cli-utils-cypress/commit/e9dde4e4f2a977160ae9da7f83667d25f4de20b2))
* **install cmd:** warn about potentially missing peer depds (temporarily) ([c3046aa](https://github.com/dhis2/cli-utils-cypress/commit/c3046aaccf22b152cf6743037c00a1d4fcbdc761))


### BREAKING CHANGES

* **install command:** The two options are merged into one, which is now
called "enableNetworkShim".
* New minimum version for NodeJS is 12.x.

# [8.0.0-alpha.8](https://github.com/dhis2/cli-utils-cypress/compare/v8.0.0-alpha.7...v8.0.0-alpha.8) (2021-06-03)


Expand Down
2 changes: 1 addition & 1 deletion examples/platform-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platform-app",
"version": "8.0.0-alpha.8",
"version": "8.0.0-alpha.9",
"description": "",
"license": "BSD-3-Clause",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/testing-network-shim-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testing-network-shim-app",
"version": "8.0.0-alpha.8",
"version": "8.0.0-alpha.9",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test:platform-app": "yarn workspace platform-app cy:capture-and-stub",
"cy:local": "yarn build && yarn test:network-shim-app && yarn test:platform-app"
},
"version": "8.0.0-alpha.8",
"version": "8.0.0-alpha.9",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"d2-utils-cypress": "./bin/d2-utils-cypress"
},
"main": "src/index.js",
"version": "8.0.0-alpha.8",
"version": "8.0.0-alpha.9",
"author": "Viktor Varland <[email protected]>",
"license": "BSD-3-Clause",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress-commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/cypress-commands",
"version": "8.0.0-alpha.8",
"version": "8.0.0-alpha.9",
"description": "Cypress commands for dhis2 related apps",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/cypress-plugins",
"version": "8.0.0-alpha.8",
"version": "8.0.0-alpha.9",
"description": "Cypress plugins for dhis2 related apps",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit 51a54cf

Please sign in to comment.