Skip to content

Commit

Permalink
chore(version): 🔧 📦️ major version bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 19, 2024
1 parent 2729ffb commit 7e66f7e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/evertdespiegeleer/zhttp.git"
},
"version": "0.0.11-fix-run-tests-dockerized.2",
"version": "1.0.0",
"type": "module",
"engines": {
"node": "^20.10.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/evertdespiegeleer/zhttp.git"
},
"version": "0.0.11-fix-run-tests-dockerized.2",
"version": "1.0.0",
"type": "module",
"types": "./dist/types/main.d.ts",
"exports": {
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^6.3.1",
"@zhttp/errors": "0.0.11-fix-run-tests-dockerized.2",
"@zhttp/errors": "1.0.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand All @@ -62,7 +62,7 @@
"typescript": "^4.4.4"
},
"peerDependencies": {
"@zhttp/errors": "0.0.11-fix-run-tests-dockerized.2",
"@zhttp/errors": "1.0.0",
"zod": "^3.22.4"
}
}
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/evertdespiegeleer/zhttp.git"
},
"version": "0.0.11-fix-run-tests-dockerized.2",
"version": "1.0.0",
"type": "module",
"types": "./dist/types/main.d.ts",
"exports": {
Expand Down

0 comments on commit 7e66f7e

Please sign in to comment.