Skip to content

Commit e8a8794

Browse files
committed
chore(release): publish
- @schema-typescript/[email protected] - @interweb/[email protected] - [email protected] - [email protected]
1 parent d34db8b commit e8a8794

File tree

8 files changed

+37
-5
lines changed

8 files changed

+37
-5
lines changed

packages/cli/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.4.0](https://github.com/pyramation/schema-typescript/compare/@schema-typescript/[email protected]...@schema-typescript/[email protected]) (2024-05-25)
7+
8+
**Note:** Version bump only for package @schema-typescript/cli
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/pyramation/schema-typescript/compare/@schema-typescript/[email protected]...@schema-typescript/[email protected]) (2024-05-25)
715

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

packages/cli/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/cli",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "schema-typescript CLI",
66
"main": "index.js",

packages/node-api-client/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.3.0 (2024-05-25)
7+
8+
**Note:** Version bump only for package @interweb/node-api-client
9+
10+
11+
12+
13+
614
# [0.2.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.2.0) (2024-05-25)
715

816
**Note:** Version bump only for package node-api-client

packages/node-api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interweb/node-api-client",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Node.js API Client",
66
"main": "index.js",

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.4.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.4.0) (2024-05-25)
7+
8+
**Note:** Version bump only for package schema-sdk
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.3.0) (2024-05-25)
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.3.0",
3+
"version": "0.4.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",
@@ -33,7 +33,7 @@
3333
"@babel/types": "^7.24.0",
3434
"@interweb-utils/casing": "^0.2.0",
3535
"deepmerge": "^4.3.1",
36-
"schema-typescript": "^0.8.0"
36+
"schema-typescript": "^0.9.0"
3737
},
3838
"keywords": [
3939
"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.9.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.9.0) (2024-05-25)
7+
8+
**Note:** Version bump only for package schema-typescript
9+
10+
11+
12+
13+
614
# [0.8.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.8.0) (2024-05-25)
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.8.0",
3+
"version": "0.9.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)