-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @schema-typescript/[email protected] - [email protected] - [email protected]
- Loading branch information
1 parent
e42a691
commit 022f9de
Showing
6 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.1](https://github.com/pyramation/schema-typescript/compare/@schema-typescript/[email protected]...@schema-typescript/[email protected]) (2024-05-25) | ||
|
||
**Note:** Version bump only for package @schema-typescript/cli | ||
|
||
|
||
|
||
|
||
|
||
# 0.1.0 (2024-05-25) | ||
|
||
**Note:** Version bump only for package @schema-typescript/cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@schema-typescript/cli", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Dan Lynch <[email protected]>", | ||
"description": "schema-typescript CLI", | ||
"main": "index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.1](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.1.1) (2024-05-25) | ||
|
||
**Note:** Version bump only for package schema-sdk | ||
|
||
|
||
|
||
|
||
|
||
# 0.1.0 (2024-05-25) | ||
|
||
**Note:** Version bump only for package schema-sdk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "schema-sdk", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Convert JSON Schema OpenAPI Spec to TypeScript Clients", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/cosmology-tech/schema-typescript#readme", | ||
|
@@ -33,7 +33,7 @@ | |
"@babel/types": "^7.24.0", | ||
"@interweb-utils/casing": "^0.2.0", | ||
"deepmerge": "^4.3.1", | ||
"schema-typescript": "^0.6.0" | ||
"schema-typescript": "^0.6.1" | ||
}, | ||
"keywords": [ | ||
"jsonschema", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.6.1](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.6.1) (2024-05-25) | ||
|
||
**Note:** Version bump only for package schema-typescript | ||
|
||
|
||
|
||
|
||
|
||
# 0.6.0 (2024-05-25) | ||
|
||
**Note:** Version bump only for package schema-typescript |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "schema-typescript", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Convert JSON Schema to TypeScript Definitions", | ||
"author": "Dan Lynch <[email protected]>", | ||
"homepage": "https://github.com/cosmology-tech/schema-typescript#readme", | ||
|