Skip to content

Commit 873dbb3

Browse files
committed
chore(release): publish
- @schema-typescript/[email protected] - [email protected] - [email protected]
1 parent 43f3d8a commit 873dbb3

File tree

6 files changed

+37
-7
lines changed

6 files changed

+37
-7
lines changed

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2024-05-25)
7+
8+
**Note:** Version bump only for package @schema-typescript/cli

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schema-typescript/cli",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "schema-typescript CLI",
66
"main": "index.js",
@@ -29,4 +29,4 @@
2929
"test:watch": "jest --watch"
3030
},
3131
"keywords": []
32-
}
32+
}

packages/schema-sdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2024-05-25)
7+
8+
**Note:** Version bump only for package schema-sdk

packages/schema-sdk/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schema-sdk",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Convert JSON Schema OpenAPI Spec to TypeScript Clients",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/cosmology-tech/schema-typescript#readme",
@@ -32,8 +32,14 @@
3232
"@babel/generator": "^7.24.4",
3333
"@babel/types": "^7.24.0",
3434
"@interweb-utils/casing": "^0.2.0",
35-
"schema-typescript": "^0.5.0",
36-
"deepmerge": "^4.3.1"
35+
"deepmerge": "^4.3.1",
36+
"schema-typescript": "^0.6.0"
3737
},
38-
"keywords": ["jsonschema", "schema", "typescript", "swagger", "openapi"]
38+
"keywords": [
39+
"jsonschema",
40+
"schema",
41+
"typescript",
42+
"swagger",
43+
"openapi"
44+
]
3945
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.6.0 (2024-05-25)
7+
8+
**Note:** Version bump only for package schema-typescript

packages/schema-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schema-typescript",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Convert JSON Schema to TypeScript Definitions",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/cosmology-tech/schema-typescript#readme",

0 commit comments

Comments
 (0)