Skip to content

Commit 98d3e5e

Browse files
committed
chore(release): publish
- [email protected] - [email protected]
1 parent 9ce2821 commit 98d3e5e

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

packages/schema-sdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.8.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.8.0) (2024-05-28)
7+
8+
**Note:** Version bump only for package schema-sdk
9+
10+
11+
12+
13+
614
## [0.7.1](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.7.1) (2024-05-26)
715

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

packages/schema-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schema-sdk",
3-
"version": "0.7.1",
3+
"version": "0.8.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",
@@ -34,7 +34,7 @@
3434
"@interweb-utils/casing": "^0.2.0",
3535
"@interweb/fetch-api-client": "^0.5.1",
3636
"deepmerge": "^4.3.1",
37-
"schema-typescript": "^0.10.0"
37+
"schema-typescript": "^0.11.0"
3838
},
3939
"keywords": [
4040
"jsonschema",

packages/schema-typescript/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.11.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.11.0) (2024-05-28)
7+
8+
**Note:** Version bump only for package schema-typescript
9+
10+
11+
12+
13+
614
# [0.10.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.10.0) (2024-05-26)
715

816
**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.10.0",
3+
"version": "0.11.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)