Skip to content

Commit

Permalink
chore(release): cut 10.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [10.0.5](v10.0.4...v10.0.5) (2024-05-06)

### Bug Fixes

* **cucumber peer deps:** allow >=15 instead of ^15 ([86cd6fb](86cd6fb))
  • Loading branch information
dhis2-bot committed May 6, 2024
1 parent e56346d commit f979565
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [10.0.5](https://github.com/dhis2/cli-utils-cypress/compare/v10.0.4...v10.0.5) (2024-05-06)


### Bug Fixes

* **cucumber peer deps:** allow >=15 instead of ^15 ([86cd6fb](https://github.com/dhis2/cli-utils-cypress/commit/86cd6fb95129a6e7775f6a98ec6e492983191449))

## [10.0.4](https://github.com/dhis2/cli-utils-cypress/compare/v10.0.3...v10.0.4) (2024-05-01)


Expand Down
6 changes: 3 additions & 3 deletions examples/platform-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platform-app",
"version": "10.0.4",
"version": "10.0.5",
"description": "",
"license": "BSD-3-Clause",
"private": true,
Expand Down Expand Up @@ -28,8 +28,8 @@
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^15.1.4",
"@cypress/webpack-preprocessor": "^5.17.0",
"@dhis2/cypress-commands": "10.0.4",
"@dhis2/cypress-plugins": "10.0.4",
"@dhis2/cypress-commands": "10.0.5",
"@dhis2/cypress-plugins": "10.0.5",
"cypress": "^12.7.0"
}
}
6 changes: 3 additions & 3 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": "10.0.4",
"version": "10.0.5",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
Expand All @@ -15,8 +15,8 @@
"web-vitals": "^0.2.4"
},
"devDependencies": {
"@dhis2/cypress-commands": "10.0.4",
"@dhis2/cypress-plugins": "10.0.4",
"@dhis2/cypress-commands": "10.0.5",
"@dhis2/cypress-plugins": "10.0.5",
"cypress": "^12.7.0"
},
"scripts": {
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": "10.0.4",
"version": "10.0.5",
"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": "10.0.4",
"version": "10.0.5",
"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": "10.0.4",
"version": "10.0.5",
"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": "10.0.4",
"version": "10.0.5",
"description": "Cypress plugins for dhis2 related apps",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit f979565

Please sign in to comment.