Skip to content

Commit bceeafc

Browse files
Merge pull request #1 from openapi-ui/changeset-release/release
Changesets: versioning & publish
2 parents 397ce07 + 4c574a6 commit bceeafc

File tree

15 files changed

+60
-14
lines changed

15 files changed

+60
-14
lines changed

.changeset/gold-dryers-complain.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @openapi-ui-examples/express-openapi-ui
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`397ce07`](https://github.com/openapi-ui/nodejs-openapi-ui/commit/397ce075aac7f1030f5f134e408f3b374807b05a)]:
8+
- @openapi-ui/express-openapi-ui@0.1.0

examples/express-openapi-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openapi-ui-examples/express-openapi-ui",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"author": "rookie-luochao",
66
"private": true,
77
"engines": {

examples/hono-openapi-ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @openapi-ui-examples/hono-openapi-ui
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`397ce07`](https://github.com/openapi-ui/nodejs-openapi-ui/commit/397ce075aac7f1030f5f134e408f3b374807b05a)]:
8+
- @openapi-ui/hono-openapi-ui@0.1.0

examples/hono-openapi-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openapi-ui-examples/hono-openapi-ui",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"author": "rookie-luochao",
66
"private": true,
77
"engines": {
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @openapi-ui-examples/nestjs-openapi-ui-express
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`397ce07`](https://github.com/openapi-ui/nodejs-openapi-ui/commit/397ce075aac7f1030f5f134e408f3b374807b05a)]:
8+
- @openapi-ui/nestjs-openapi-ui@0.1.0

examples/nestjs-openapi-ui-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openapi-ui-examples/nestjs-openapi-ui-express",
33
"description": "Nest with express as http adapter",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"author": "rookie-luochao",
66
"private": true,
77
"engines": {
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @openapi-ui-examples/nestjs-openapi-ui-fastify
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`397ce07`](https://github.com/openapi-ui/nodejs-openapi-ui/commit/397ce075aac7f1030f5f134e408f3b374807b05a)]:
8+
- @openapi-ui/nestjs-openapi-ui@0.1.0

examples/nestjs-openapi-ui-fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openapi-ui-examples/nestjs-openapi-ui-fastify",
33
"description": "Nest with fastify as http adapter",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"author": "rookie-luochao",
66
"private": true,
77
"engines": {
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @openapi-ui/express-openapi-ui
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`397ce07`](https://github.com/openapi-ui/nodejs-openapi-ui/commit/397ce075aac7f1030f5f134e408f3b374807b05a) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - init publish

packages/express-openapi-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openapi-ui/express-openapi-ui",
33
"description": "A middleware for using the OpenAPI-UI with Express",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"author": "rookie-luochao",
66
"homepage": "https://github.com/openapi-ui/nodejs-openapi-ui",
77
"bugs": "https://github.com/openapi-ui/nodejs-openapi-ui/issues",

packages/hono-openapi-ui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @openapi-ui/hono-openapi-ui
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`397ce07`](https://github.com/openapi-ui/nodejs-openapi-ui/commit/397ce075aac7f1030f5f134e408f3b374807b05a) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - init publish

packages/hono-openapi-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openapi-ui/hono-openapi-ui",
33
"description": "A middleware for using the OpenAPI-UI with Hono",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"author": "rookie-luochao",
66
"homepage": "https://github.com/openapi-ui/nodejs-openapi-ui",
77
"bugs": "https://github.com/openapi-ui/nodejs-openapi-ui/issues",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @openapi-ui/nestjs-openapi-ui
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`397ce07`](https://github.com/openapi-ui/nodejs-openapi-ui/commit/397ce075aac7f1030f5f134e408f3b374807b05a) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - init publish

packages/nestjs-openapi-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openapi-ui/nestjs-openapi-ui",
33
"description": "A middleware for using the OpenAPI-UI with NestJS",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"author": "rookie-luochao",
66
"homepage": "https://github.com/openapi-ui/nodejs-openapi-ui",
77
"bugs": "https://github.com/openapi-ui/nodejs-openapi-ui/issues",

0 commit comments

Comments
 (0)