Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/gold-dryers-complain.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/express-openapi-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @openapi-ui-examples/express-openapi-ui

## 0.1.1

### Patch Changes

- Updated dependencies [[`397ce07`](https://github.com/openapi-ui/nodejs-openapi-ui/commit/397ce075aac7f1030f5f134e408f3b374807b05a)]:
- @openapi-ui/express-openapi-ui@0.1.0
2 changes: 1 addition & 1 deletion examples/express-openapi-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openapi-ui-examples/express-openapi-ui",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"author": "rookie-luochao",
"private": true,
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions examples/hono-openapi-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @openapi-ui-examples/hono-openapi-ui

## 0.1.1

### Patch Changes

- Updated dependencies [[`397ce07`](https://github.com/openapi-ui/nodejs-openapi-ui/commit/397ce075aac7f1030f5f134e408f3b374807b05a)]:
- @openapi-ui/hono-openapi-ui@0.1.0
2 changes: 1 addition & 1 deletion examples/hono-openapi-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openapi-ui-examples/hono-openapi-ui",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"author": "rookie-luochao",
"private": true,
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions examples/nestjs-openapi-ui-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @openapi-ui-examples/nestjs-openapi-ui-express

## 0.1.1

### Patch Changes

- Updated dependencies [[`397ce07`](https://github.com/openapi-ui/nodejs-openapi-ui/commit/397ce075aac7f1030f5f134e408f3b374807b05a)]:
- @openapi-ui/nestjs-openapi-ui@0.1.0
2 changes: 1 addition & 1 deletion examples/nestjs-openapi-ui-express/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openapi-ui-examples/nestjs-openapi-ui-express",
"description": "Nest with express as http adapter",
"version": "0.1.0",
"version": "0.1.1",
"author": "rookie-luochao",
"private": true,
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions examples/nestjs-openapi-ui-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @openapi-ui-examples/nestjs-openapi-ui-fastify

## 0.1.1

### Patch Changes

- Updated dependencies [[`397ce07`](https://github.com/openapi-ui/nodejs-openapi-ui/commit/397ce075aac7f1030f5f134e408f3b374807b05a)]:
- @openapi-ui/nestjs-openapi-ui@0.1.0
2 changes: 1 addition & 1 deletion examples/nestjs-openapi-ui-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openapi-ui-examples/nestjs-openapi-ui-fastify",
"description": "Nest with fastify as http adapter",
"version": "0.1.0",
"version": "0.1.1",
"author": "rookie-luochao",
"private": true,
"engines": {
Expand Down
7 changes: 7 additions & 0 deletions packages/express-openapi-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @openapi-ui/express-openapi-ui

## 0.1.0

### Minor Changes

- [`397ce07`](https://github.com/openapi-ui/nodejs-openapi-ui/commit/397ce075aac7f1030f5f134e408f3b374807b05a) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - init publish
2 changes: 1 addition & 1 deletion packages/express-openapi-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openapi-ui/express-openapi-ui",
"description": "A middleware for using the OpenAPI-UI with Express",
"version": "0.0.0",
"version": "0.1.0",
"author": "rookie-luochao",
"homepage": "https://github.com/openapi-ui/nodejs-openapi-ui",
"bugs": "https://github.com/openapi-ui/nodejs-openapi-ui/issues",
Expand Down
7 changes: 7 additions & 0 deletions packages/hono-openapi-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @openapi-ui/hono-openapi-ui

## 0.1.0

### Minor Changes

- [`397ce07`](https://github.com/openapi-ui/nodejs-openapi-ui/commit/397ce075aac7f1030f5f134e408f3b374807b05a) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - init publish
2 changes: 1 addition & 1 deletion packages/hono-openapi-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openapi-ui/hono-openapi-ui",
"description": "A middleware for using the OpenAPI-UI with Hono",
"version": "0.0.0",
"version": "0.1.0",
"author": "rookie-luochao",
"homepage": "https://github.com/openapi-ui/nodejs-openapi-ui",
"bugs": "https://github.com/openapi-ui/nodejs-openapi-ui/issues",
Expand Down
7 changes: 7 additions & 0 deletions packages/nestjs-openapi-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @openapi-ui/nestjs-openapi-ui

## 0.1.0

### Minor Changes

- [`397ce07`](https://github.com/openapi-ui/nodejs-openapi-ui/commit/397ce075aac7f1030f5f134e408f3b374807b05a) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - init publish
2 changes: 1 addition & 1 deletion packages/nestjs-openapi-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openapi-ui/nestjs-openapi-ui",
"description": "A middleware for using the OpenAPI-UI with NestJS",
"version": "0.0.0",
"version": "0.1.0",
"author": "rookie-luochao",
"homepage": "https://github.com/openapi-ui/nodejs-openapi-ui",
"bugs": "https://github.com/openapi-ui/nodejs-openapi-ui/issues",
Expand Down