Skip to content

Commit

Permalink
feat: update api version
Browse files Browse the repository at this point in the history
  • Loading branch information
junjie-w committed Dec 25, 2024
1 parent 81145aa commit e6d3297
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/products-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@api-client-sdk-streamline-sample/products-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"author": "",
"license": "UNLICENSED",
Expand Down
2 changes: 1 addition & 1 deletion apps/products-api/src/config/swagger.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { version } from '../../package.json';
export const swaggerConfig = new DocumentBuilder()
.setTitle('@api-client-sdk-streamline-sample | Products API')
.setDescription(
'Sample Products API for API client SDK workflow demonstration. Part of [api-client-sdk-streamline-sample](https://github.com/junjie-w/api-client-sdk-streamline-sample) project.',
'Sample Products API for streamlined API client SDK workflow demonstration.\nPart of [api-client-sdk-streamline-sample](https://github.com/junjie-w/api-client-sdk-streamline-sample) project.',
)
.setVersion(version)
.build();
2 changes: 1 addition & 1 deletion apps/users-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@api-client-sdk-streamline-sample/users-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"author": "",
"license": "UNLICENSED",
Expand Down
2 changes: 1 addition & 1 deletion apps/users-api/src/config/swagger.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { version } from '../../package.json';
export const swaggerConfig = new DocumentBuilder()
.setTitle('@api-client-sdk-streamline-sample | Users API')
.setDescription(
'Sample Users API for API client SDK workflow demonstration. Part of [api-client-sdk-streamline-sample](https://github.com/junjie-w/api-client-sdk-streamline-sample) project.',
'Sample Products API for streamlined API client SDK workflow demonstration.\nPart of [api-client-sdk-streamline-sample](https://github.com/junjie-w/api-client-sdk-streamline-sample) project.',
)
.setVersion(version)
.build();
14 changes: 12 additions & 2 deletions package-lock.json

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

0 comments on commit e6d3297

Please sign in to comment.