Skip to content

Commit 5f7bf93

Browse files
committedMay 26, 2024
chore(release): publish
- schema-sdk@0.7.0 - schema-typescript@0.10.0
1 parent 590d298 commit 5f7bf93

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed
 

‎packages/schema-sdk/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.7.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.6.0...schema-sdk@0.7.0) (2024-05-26)
7+
8+
**Note:** Version bump only for package schema-sdk
9+
10+
11+
12+
13+
614
# [0.6.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.5.0...schema-sdk@0.6.0) (2024-05-26)
715

816
**Note:** Version bump only for package schema-sdk

‎packages/schema-sdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schema-sdk",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Convert JSON Schema OpenAPI Spec to TypeScript Clients",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/cosmology-tech/schema-typescript#readme",
@@ -34,7 +34,7 @@
3434
"@interweb-utils/casing": "^0.2.0",
3535
"@interweb/fetch-api-client": "^0.5.0",
3636
"deepmerge": "^4.3.1",
37-
"schema-typescript": "^0.9.0"
37+
"schema-typescript": "^0.10.0"
3838
},
3939
"keywords": [
4040
"jsonschema",

‎packages/schema-typescript/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.10.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-typescript@0.9.0...schema-typescript@0.10.0) (2024-05-26)
7+
8+
**Note:** Version bump only for package schema-typescript
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-typescript@0.8.0...schema-typescript@0.9.0) (2024-05-25)
715

816
**Note:** Version bump only for package schema-typescript

‎packages/schema-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schema-typescript",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Convert JSON Schema to TypeScript Definitions",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"homepage": "https://github.com/cosmology-tech/schema-typescript#readme",

0 commit comments

Comments
 (0)