Skip to content

Commit

Permalink
chore(release): cut 8.0.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0-alpha.1](v7.0.1...v8.0.0-alpha.1) (2021-05-18)

### Bug Fixes

* **network-shim:** ensure in-test fixtures are used instead of shim fixtures ([#176](#176)) ([84a1907](84a1907))

### BREAKING CHANGES

* **network-shim:** bumps cypress 1 major version, to v7

* fix(network-shim): filter request and response headers properties

This was planned anyway to keep fixtures stable.
But also turned out to be required due to a bug:
cypress-io/cypress#16420

* fix(network-shim): disable auto-login during stub run

* fix(network-shim): add 'system/info' resource to static resources list

* feat(network-shim): run tests suite on CI

* docs(network-shim): add info about the network-shim test suite

* chore(network-shim): add command to locally run full e2e suite

* docs(network-shim): add info reg troubleshooting and local full test run

* chore(cy local): run build command before cypress commands

Co-authored-by: Jan-Gerke Salomon <[email protected]>
  • Loading branch information
dhis2-bot and Mohammer5 committed May 18, 2021
1 parent 84a1907 commit d2e7536
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 12 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# [8.0.0-alpha.1](https://github.com/dhis2/cli-utils-cypress/compare/v7.0.1...v8.0.0-alpha.1) (2021-05-18)


### Bug Fixes

* **network-shim:** ensure in-test fixtures are used instead of shim fixtures ([#176](https://github.com/dhis2/cli-utils-cypress/issues/176)) ([84a1907](https://github.com/dhis2/cli-utils-cypress/commit/84a1907dd629051e268c4b8fe2c21bbd1fcb24c3))


### BREAKING CHANGES

* **network-shim:** bumps cypress 1 major version, to v7

* fix(network-shim): filter request and response headers properties

This was planned anyway to keep fixtures stable.
But also turned out to be required due to a bug:
https://github.com/cypress-io/cypress/issues/16420

* fix(network-shim): disable auto-login during stub run

* fix(network-shim): add 'system/info' resource to static resources list

* feat(network-shim): run tests suite on CI

* docs(network-shim): add info about the network-shim test suite

* chore(network-shim): add command to locally run full e2e suite

* docs(network-shim): add info reg troubleshooting and local full test run

* chore(cy local): run build command before cypress commands

Co-authored-by: Jan-Gerke Salomon <[email protected]>

## [7.0.1](https://github.com/dhis2/cli-utils-cypress/compare/v7.0.0...v7.0.1) (2021-03-10)


Expand Down
8 changes: 4 additions & 4 deletions examples/platform-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platform-app",
"version": "1.0.0",
"version": "8.0.0-alpha.1",
"description": "",
"license": "BSD-3-Clause",
"private": true,
Expand All @@ -22,9 +22,9 @@
"devDependencies": {
"@dhis2/cli-app-scripts": "^6.1.1",
"@dhis2/cli-style": "^8.0.0",
"@dhis2/cli-utils-cypress": "*",
"@dhis2/cypress-commands": "*",
"@dhis2/cypress-plugins": "*",
"@dhis2/cli-utils-cypress": "8.0.0-alpha.1",
"@dhis2/cypress-commands": "8.0.0-alpha.1",
"@dhis2/cypress-plugins": "8.0.0-alpha.1",
"cypress": "^7.3.0",
"wait-on": "^5.3.0"
},
Expand Down
8 changes: 4 additions & 4 deletions 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": "0.1.0",
"version": "8.0.0-alpha.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
Expand All @@ -15,9 +15,9 @@
"web-vitals": "^0.2.4"
},
"devDependencies": {
"@dhis2/cli-utils-cypress": "*",
"@dhis2/cypress-commands": "*",
"@dhis2/cypress-plugins": "*",
"@dhis2/cli-utils-cypress": "8.0.0-alpha.1",
"@dhis2/cypress-commands": "8.0.0-alpha.1",
"@dhis2/cypress-plugins": "8.0.0-alpha.1",
"concurrently": "^6.1.0",
"cypress": "^7.3.0",
"wait-on": "^5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test:platform-app": "yarn workspace platform-app cy:capture-and-stub",
"cy:local": "yarn build && yarn test:network-shim-app && test:platform-app"
},
"version": "7.0.1",
"version": "8.0.0-alpha.1",
"devDependencies": {
"@dhis2/cli-style": "^7.2.1",
"@dhis2/cli-utils-docsite": "^1.3.0",
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": "7.0.1",
"version": "8.0.0-alpha.1",
"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": "7.0.1",
"version": "8.0.0-alpha.1",
"description": "Cypress commands for dhis2 related apps",
"main": "build/cjs/lib.js",
"module": "build/es/lib.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": "7.0.1",
"version": "8.0.0-alpha.1",
"description": "Cypress plugins for dhis2 related apps",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit d2e7536

Please sign in to comment.