Skip to content

Commit cbbdcbf

Browse files
committed
chore(release): publish
- @interweb/fetch-api-client@0.6.0 - @interweb/http-errors@0.1.0 - @interweb/node-api-client@0.7.0 - schema-sdk@0.9.0 - schema-typescript@0.12.0
1 parent a327832 commit cbbdcbf

File tree

10 files changed

+51
-12
lines changed

10 files changed

+51
-12
lines changed

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.0](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/fetch-api-client@0.5.1...@interweb/fetch-api-client@0.6.0) (2024-06-01)
7+
8+
**Note:** Version bump only for package @interweb/fetch-api-client
9+
10+
11+
12+
13+
614
## [0.5.1](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/fetch-api-client@0.5.0...@interweb/fetch-api-client@0.5.1) (2024-05-26)
715

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

packages/fetch-api-client/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interweb/fetch-api-client",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Node.js API Client",
66
"main": "index.js",
@@ -30,9 +30,8 @@
3030
},
3131
"keywords": [],
3232
"dependencies": {
33-
"isomorphic-fetch": "^3.0.0",
34-
"@interweb/http-errors": "^0.0.1"
35-
33+
"@interweb/http-errors": "^0.1.0",
34+
"isomorphic-fetch": "^3.0.0"
3635
},
3736
"devDependencies": {
3837
"@types/isomorphic-fetch": "^0.0.39"

packages/http-errors/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2024-06-01)
7+
8+
**Note:** Version bump only for package @interweb/http-errors

packages/http-errors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interweb/http-errors",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "http errors",
66
"main": "index.js",
@@ -29,4 +29,4 @@
2929
"test:watch": "jest --watch"
3030
},
3131
"keywords": []
32-
}
32+
}

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.0](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/node-api-client@0.6.1...@interweb/node-api-client@0.7.0) (2024-06-01)
7+
8+
**Note:** Version bump only for package @interweb/node-api-client
9+
10+
11+
12+
13+
614
## [0.6.1](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/node-api-client@0.6.0...@interweb/node-api-client@0.6.1) (2024-05-26)
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.6.1",
3+
"version": "0.7.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
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.0.1"
32+
"@interweb/http-errors": "^0.1.0"
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.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.8.0...schema-sdk@0.9.0) (2024-06-01)
7+
8+
**Note:** Version bump only for package schema-sdk
9+
10+
11+
12+
13+
614
# [0.8.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.7.1...schema-sdk@0.8.0) (2024-05-28)
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.8.0",
3+
"version": "0.9.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",
@@ -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.5.1",
35+
"@interweb/fetch-api-client": "^0.6.0",
3636
"deepmerge": "^4.3.1",
37-
"schema-typescript": "^0.11.0"
37+
"schema-typescript": "^0.12.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.12.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-typescript@0.11.0...schema-typescript@0.12.0) (2024-06-01)
7+
8+
**Note:** Version bump only for package schema-typescript
9+
10+
11+
12+
13+
614
# [0.11.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-typescript@0.10.0...schema-typescript@0.11.0) (2024-05-28)
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.11.0",
3+
"version": "0.12.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)