Skip to content

Commit 3acd716

Browse files
authored
Merge pull request #153 from bufferings/changeset-release/main
chore: release packages
2 parents 6b05c86 + 155cb74 commit 3acd716

File tree

11 files changed

+10
-28
lines changed

11 files changed

+10
-28
lines changed

.changeset/optimize-header-processing.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

packages/kori/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@korix/kori",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"type": "module",
55
"description": "A modern TypeScript web framework",
66
"author": "mitz (@bufferings)",

packages/nodejs-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@korix/nodejs-server",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Node.js server for Kori framework",
55
"type": "module",
66
"author": "mitz (@bufferings)",

packages/openapi-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@korix/openapi-plugin",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "OpenAPI plugin for Kori framework",
55
"type": "module",
66
"author": "mitz (@bufferings)",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PLUGIN_VERSION = '0.3.3';
1+
export const PLUGIN_VERSION = '0.3.4';

packages/openapi-swagger-ui-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@korix/openapi-swagger-ui-plugin",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Swagger UI plugin for OpenAPI documentation in Kori framework",
55
"type": "module",
66
"author": "mitz (@bufferings)",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PLUGIN_VERSION = '0.3.3';
1+
export const PLUGIN_VERSION = '0.3.4';

packages/standard-schema-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@korix/standard-schema-adapter",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Standard Schema adapter for Kori framework",
55
"type": "module",
66
"author": "mitz (@bufferings)",

packages/zod-openapi-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@korix/zod-openapi-plugin",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "OpenAPI plugin for Zod schemas in Kori framework",
55
"type": "module",
66
"author": "mitz (@bufferings)",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PLUGIN_VERSION = '0.3.3';
1+
export const PLUGIN_VERSION = '0.3.4';

0 commit comments

Comments
 (0)