Skip to content

Commit

Permalink
v15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Feb 20, 2024
1 parent ea2bbda commit 4a88b0e
Show file tree
Hide file tree
Showing 19 changed files with 121 additions and 103 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [15.0.0](https://github.com/nfroidure/whook/compare/v14.0.0...v15.0.0) (2024-02-20)


### Bug Fixes

* **@whook/example:** fix the watch output ([5b43590](https://github.com/nfroidure/whook/commit/5b43590f0a8cf6b0a6064d6f3c8ed50b8d3aa3e3))
* **@whook/oauth2:** fix the cookies options ([66afe54](https://github.com/nfroidure/whook/commit/66afe54b19502833c113b751ac4dc9a3a136291f)), closes [#175](https://github.com/nfroidure/whook/issues/175)
* **core:** fix CI ([ea2bbda](https://github.com/nfroidure/whook/commit/ea2bbda1975db90605657e18dbb440630b496b64))
* **core:** try to fix CI with new package lock ([8179534](https://github.com/nfroidure/whook/commit/8179534e82dbc124defc98ae9048ffc2e7a638f7))
* **watch:** fix git ignore parsing ([392e53f](https://github.com/nfroidure/whook/commit/392e53f9dba23e2fa59b89de09989fa751b01b1c))


### Features

* **swaggerUI:** add displayOperationId option in swaggerUI ([5eb1347](https://github.com/nfroidure/whook/commit/5eb1347b129f966fff520658b0d9848be1391e24))



# [14.0.0](https://github.com/nfroidure/whook/compare/v13.2.2...v14.0.0) (2023-11-07)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "14.0.0",
"version": "15.0.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
102 changes: 51 additions & 51 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/whook-authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/authorization",
"version": "14.0.0",
"version": "15.0.0",
"description": "A wrapper to provide authorization support to a Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/whook": "^14.0.0",
"@whook/whook": "^15.0.0",
"common-services": "^15.0.0",
"http-auth-utils": "^5.0.1",
"knifecycle": "^17.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/whook-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/aws-lambda",
"version": "14.0.0",
"version": "15.0.0",
"description": "Build and deploy to AWS Lambda with Whook.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -45,10 +45,10 @@
"dependencies": {
"@types/aws-lambda": "^8.10.126",
"@types/bytes": "^3.1.4",
"@whook/cors": "^14.0.0",
"@whook/http-router": "^14.0.0",
"@whook/http-transaction": "^14.0.0",
"@whook/whook": "^14.0.0",
"@whook/cors": "^15.0.0",
"@whook/http-router": "^15.0.0",
"@whook/http-transaction": "^15.0.0",
"@whook/whook": "^15.0.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"application-services": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/whook-cors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/cors",
"version": "14.0.0",
"version": "15.0.0",
"description": "A wrapper to provide CORS support to a Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -53,8 +53,8 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@whook/http-router": "^14.0.0",
"@whook/whook": "^14.0.0",
"@whook/http-router": "^15.0.0",
"@whook/whook": "^15.0.0",
"knifecycle": "^17.0.1",
"openapi-types": "^12.1.3",
"yhttperror": "^8.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/whook-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"name": "@whook/create",
"version": "14.0.0",
"version": "15.0.0",
"description": "Kickstart a new Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/example": "^14.0.0",
"@whook/example": "^15.0.0",
"axios": "^1.6.1",
"common-services": "^15.0.0",
"debug": "^4.3.4",
Expand Down
Loading

0 comments on commit 4a88b0e

Please sign in to comment.