Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
Fix relase by downgrading various semantic relase plugins until pmowrer/semantic-release-monorepo#137 is merged
  • Loading branch information
neferin12 committed Oct 13, 2023
1 parent 89ac65a commit 55485ec
Show file tree
Hide file tree
Showing 3 changed files with 1,737 additions and 454 deletions.
5 changes: 4 additions & 1 deletion client/package.json
Expand Up @@ -34,7 +34,10 @@
"devDependencies": {
"@rushstack/eslint-patch": "^1.5.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "^8.1.0",
"@semantic-release/npm": "^9.0.2",
"@semantic-release/release-notes-generator": "^9.0.3",
"@size-limit/file": "^8.2.6",
"@size-limit/time": "^8.2.6",
"@types/file-saver": "^2.0.5",
Expand All @@ -55,7 +58,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"sass": "^1.69.3",
"semantic-release": "^21.1.1",
"semantic-release": "^22.0.5",
"semantic-release-monorepo": "^7.0.5",
"size-limit": "^8.2.6",
"typescript": "~5.2.2",
Expand Down
5 changes: 4 additions & 1 deletion server/package.json
Expand Up @@ -28,14 +28,17 @@
"homepage": "https://github.com/educorvi/timeclicker#readme",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "^8.1.0",
"@semantic-release/npm": "^9.0.2",
"@semantic-release/release-notes-generator": "^9.0.3",
"@types/compression": "^1.7.3",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.19",
"@types/node": "^18.17.7",
"@types/swagger-ui-express": "^4.1.3",
"nodemon": "^3.0.1",
"semantic-release": "^21.1.1",
"semantic-release": "^22.0.5",
"semantic-release-monorepo": "^7.0.5",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
Expand Down

0 comments on commit 55485ec

Please sign in to comment.