Skip to content

Commit

Permalink
chore: version packages (#116)
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 16, 2024
1 parent 91eaf7b commit 7ef0727
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-jokes-provide.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/three-windows-glow.md

This file was deleted.

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

## 0.1.9

### Patch Changes

- 91eaf7b: refactor(oas-typescript-axios): refactor the result so that there are less noise on each file tag

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oas-typescript-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oas-typescript/axios",
"version": "0.1.8",
"version": "0.1.9",
"type": "module",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/oas-typescript-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @oas-typescript/express

## 0.2.3

### Patch Changes

- 91eaf7b: chore: bump dependency of openapi-zod-client

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oas-typescript-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oas-typescript/express",
"version": "0.2.2",
"version": "0.2.3",
"type": "module",
"repository": {
"type": "git",
Expand Down
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.12.1

### Patch Changes

- 91eaf7b: chore: bump dependency of openapi-zod-client

## 0.12.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.12.0",
"version": "0.12.1",
"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.3.1

### Patch Changes

- 91eaf7b: chore: bump dependency of openapi-zod-client

## 0.3.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.3.0",
"version": "0.3.1",
"type": "module",
"scripts": {
"gen:templates": "node --loader ts-node/esm scripts/fill-templates.ts"
Expand Down

0 comments on commit 7ef0727

Please sign in to comment.