Skip to content

Commit

Permalink
chore: version packages (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 27, 2024
1 parent bdb156b commit 550a362
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/happy-horses-explode.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/oas-typescript-koa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @oas-typescript/koa

## 0.14.0

### Minor Changes

- bdb156b: feat: implement max file size and max files length

## 0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oas-typescript-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oas-typescript/koa",
"version": "0.13.0",
"version": "0.14.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared-cli-http-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @oas-typescript/shared-cli-http-server

## 0.5.0

### Minor Changes

- bdb156b: feat: implement max file size and max files length

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-cli-http-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oas-typescript/shared-cli-http-server",
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"scripts": {
"gen:templates": "node --loader ts-node/esm scripts/fill-templates.ts"
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @oas-typescript/shared

## 0.5.0

### Minor Changes

- bdb156b: feat: implement max file size and max files length

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oas-typescript/shared",
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 550a362

Please sign in to comment.