Skip to content

Commit

Permalink
chore(release): cut 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0](v8.0.6...v9.0.0) (2021-11-04)

### Bug Fixes

* **network shim:** use "Cypress.currentTest" in "getFeatureName" ([573bd78](573bd78))

### chore

* **dependencies:** add cypress@^8.2 as peer dependency ([e0c40e7](e0c40e7))

### BREAKING CHANGES

* **dependencies:** Adds cypress with min version 8.2 as peer dependency
  • Loading branch information
dhis2-bot committed Nov 4, 2021
1 parent 31b8118 commit 6c705b2
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [9.0.0](https://github.com/dhis2/cli-utils-cypress/compare/v8.0.6...v9.0.0) (2021-11-04)


### Bug Fixes

* **network shim:** use "Cypress.currentTest" in "getFeatureName" ([573bd78](https://github.com/dhis2/cli-utils-cypress/commit/573bd78943c4b301b49c9c94ae57eb00e78a3e56))


### chore

* **dependencies:** add cypress@^8.2 as peer dependency ([e0c40e7](https://github.com/dhis2/cli-utils-cypress/commit/e0c40e79c38a99c2e2f5096bd5afb209ddc34197))


### BREAKING CHANGES

* **dependencies:** Adds cypress with min version 8.2 as peer dependency

## [8.0.6](https://github.com/dhis2/cli-utils-cypress/compare/v8.0.5...v8.0.6) (2021-10-28)


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.6",
"version": "9.0.0",
"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.6",
"version": "9.0.0",
"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 @@ -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.6",
"version": "9.0.0",
"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 @@ -13,7 +13,7 @@
"test": "d2-app-scripts test"
},
"main": "src/index.js",
"version": "8.0.6",
"version": "9.0.0",
"author": "Viktor Varland <viktor@dhis2.org>",
"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.6",
"version": "9.0.0",
"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.6",
"version": "9.0.0",
"description": "Cypress plugins for dhis2 related apps",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit 6c705b2

Please sign in to comment.