Skip to content

Commit 93bef87

Browse files
committed
chore(release): publish
- @schema-typescript/[email protected] - @interweb/[email protected] - @interweb/[email protected] - @interweb/[email protected] - [email protected] - [email protected]
1 parent 8c7463c commit 93bef87

File tree

12 files changed

+58
-10
lines changed

12 files changed

+58
-10
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.1](https://github.com/pyramation/schema-typescript/compare/@schema-typescript/[email protected]...@schema-typescript/[email protected]) (2025-05-29)
7+
8+
**Note:** Version bump only for package @schema-typescript/cli
9+
10+
11+
12+
13+
614
# [0.4.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.4.0",
3+
"version": "0.4.1",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "schema-typescript CLI",
66
"main": "index.js",

packages/fetch-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.6.1](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2025-05-29)
7+
8+
**Note:** Version bump only for package @interweb/fetch-api-client
9+
10+
11+
12+
13+
614
# [0.6.0](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-06-01)
715

816
**Note:** Version bump only for package @interweb/fetch-api-client

packages/fetch-api-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interweb/fetch-api-client",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Node.js API Client",
66
"main": "index.js",
@@ -30,7 +30,7 @@
3030
},
3131
"keywords": [],
3232
"dependencies": {
33-
"@interweb/http-errors": "^0.1.0",
33+
"@interweb/http-errors": "^0.1.1",
3434
"isomorphic-fetch": "^3.0.0"
3535
},
3636
"devDependencies": {

packages/http-errors/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.1.1](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2025-05-29)
7+
8+
**Note:** Version bump only for package @interweb/http-errors
9+
10+
11+
12+
13+
614
# 0.1.0 (2024-06-01)
715

816
**Note:** Version bump only for package @interweb/http-errors

packages/http-errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interweb/http-errors",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "http errors",
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.7.1](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2025-05-29)
7+
8+
**Note:** Version bump only for package @interweb/node-api-client
9+
10+
11+
12+
13+
614
# [0.7.0](https://github.com/hyperweb-io/schema-typescript/compare/@interweb/[email protected]...@interweb/[email protected]) (2024-06-01)
715

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

packages/node-api-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interweb/node-api-client",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Node.js API Client",
66
"main": "index.js",
@@ -29,7 +29,7 @@
2929
"test:watch": "jest --watch"
3030
},
3131
"dependencies": {
32-
"@interweb/http-errors": "^0.1.0"
32+
"@interweb/http-errors": "^0.1.1"
3333
},
3434
"keywords": []
3535
}

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.9.1](https://github.com/hyperweb-io/schema-typescript/compare/[email protected]@0.9.1) (2025-05-29)
7+
8+
**Note:** Version bump only for package schema-sdk
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/hyperweb-io/schema-typescript/compare/[email protected]@0.9.0) (2024-06-01)
715

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

packages/schema-sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schema-sdk",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Convert JSON Schema OpenAPI Spec to TypeScript Clients",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/schema-typescript#readme",
@@ -32,9 +32,9 @@
3232
"@babel/generator": "^7.24.4",
3333
"@babel/types": "^7.24.0",
3434
"@interweb-utils/casing": "^0.2.0",
35-
"@interweb/fetch-api-client": "^0.6.0",
35+
"@interweb/fetch-api-client": "^0.6.1",
3636
"deepmerge": "^4.3.1",
37-
"schema-typescript": "^0.12.0"
37+
"schema-typescript": "^0.12.1"
3838
},
3939
"keywords": [
4040
"jsonschema",

0 commit comments

Comments
 (0)