Skip to content

Commit

Permalink
fix: downgrade conventional-changelog-conventionalcommits
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 30, 2024
1 parent a9777fb commit 3d063ce
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"chai-parentheses": "^0.0.2",
"chai-string": "^1.5.0",
"chai-subset": "^1.6.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cors": "^2.8.5",
"depcheck": "^1.4.3",
"diff": "^5.1.0",
Expand Down Expand Up @@ -298,7 +298,7 @@
"react-native-test-runner": "^5.0.0",
"read-pkg-up": "^11.0.0",
"rimraf": "^5.0.0",
"semantic-release": "24.0.0-beta.2",
"semantic-release": "^23.1.1",
"semantic-release-monorepo": "^8.0.2",
"semver": "^7.3.8",
"source-map-support": "^0.5.20",
Expand Down Expand Up @@ -339,8 +339,5 @@
"fs": false,
"./utils/fixtures.js": "./utils/fixtures.browser.js",
"./utils/resolve.js": "./utils/resolve.browser.js"
},
"overrides": {
"semantic-release": "24.0.0-beta.2"
}
}

0 comments on commit 3d063ce

Please sign in to comment.