Skip to content

Commit

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

### Bug Fixes

* **network-shim:** report missing stubs if at least one is found ([#208](#208)) ([45b3331](45b3331))
  • Loading branch information
dhis2-bot committed May 27, 2021
1 parent 45b3331 commit 5e7e025
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [8.0.0-alpha.3](https://github.com/dhis2/cli-utils-cypress/compare/v8.0.0-alpha.2...v8.0.0-alpha.3) (2021-05-27)


### Bug Fixes

* **network-shim:** report missing stubs if at least one is found ([#208](https://github.com/dhis2/cli-utils-cypress/issues/208)) ([45b3331](https://github.com/dhis2/cli-utils-cypress/commit/45b3331f866f6c0644e40a7a02c5fbdd40e7b842))

# [8.0.0-alpha.2](https://github.com/dhis2/cli-utils-cypress/compare/v8.0.0-alpha.1...v8.0.0-alpha.2) (2021-05-27)


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": "8.0.0-alpha.2",
"version": "8.0.0-alpha.3",
"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": "8.0.0-alpha.2",
"@dhis2/cypress-commands": "8.0.0-alpha.2",
"@dhis2/cypress-plugins": "8.0.0-alpha.2",
"@dhis2/cli-utils-cypress": "8.0.0-alpha.3",
"@dhis2/cypress-commands": "8.0.0-alpha.3",
"@dhis2/cypress-plugins": "8.0.0-alpha.3",
"cypress": "^7.4.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": "8.0.0-alpha.2",
"version": "8.0.0-alpha.3",
"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": "8.0.0-alpha.2",
"@dhis2/cypress-commands": "8.0.0-alpha.2",
"@dhis2/cypress-plugins": "8.0.0-alpha.2",
"@dhis2/cli-utils-cypress": "8.0.0-alpha.3",
"@dhis2/cypress-commands": "8.0.0-alpha.3",
"@dhis2/cypress-plugins": "8.0.0-alpha.3",
"concurrently": "^6.1.0",
"cypress": "^7.4.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 && yarn test:platform-app"
},
"version": "8.0.0-alpha.2",
"version": "8.0.0-alpha.3",
"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": "8.0.0-alpha.2",
"version": "8.0.0-alpha.3",
"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.2",
"version": "8.0.0-alpha.3",
"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": "8.0.0-alpha.2",
"version": "8.0.0-alpha.3",
"description": "Cypress plugins for dhis2 related apps",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit 5e7e025

Please sign in to comment.