Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @interweb/fetch-api-client@0.5.0
 - @interweb/node-api-client@0.5.0
 - schema-sdk@0.5.0
  • Loading branch information
pyramation committed May 26, 2024
1 parent 33d8b8c commit 0dd70ce
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/fetch-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/fetch-api-client@0.4.1...@interweb/fetch-api-client@0.5.0) (2024-05-26)

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





## 0.4.1 (2024-05-25)

**Note:** Version bump only for package @interweb/fetch-api-client
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interweb/fetch-api-client",
"version": "0.4.1",
"version": "0.5.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "Node.js API Client",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/node-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/node-api-client@0.4.0...@interweb/node-api-client@0.5.0) (2024-05-26)

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





# [0.4.0](https://github.com/cosmology-tech/schema-typescript/compare/@interweb/node-api-client@0.3.0...@interweb/node-api-client@0.4.0) (2024-05-25)

**Note:** Version bump only for package @interweb/node-api-client
Expand Down
2 changes: 1 addition & 1 deletion packages/node-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interweb/node-api-client",
"version": "0.4.0",
"version": "0.5.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "Node.js API Client",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/schema-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.4.1...schema-sdk@0.5.0) (2024-05-26)

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





## [0.4.1](https://github.com/cosmology-tech/schema-typescript/compare/schema-sdk@0.4.0...schema-sdk@0.4.1) (2024-05-25)

**Note:** Version bump only for package schema-sdk
Expand Down
4 changes: 2 additions & 2 deletions packages/schema-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schema-sdk",
"version": "0.4.1",
"version": "0.5.0",
"description": "Convert JSON Schema OpenAPI Spec to TypeScript Clients",
"author": "Dan Lynch <pyramation@gmail.com>",
"homepage": "https://github.com/cosmology-tech/schema-typescript#readme",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@babel/generator": "^7.24.4",
"@babel/types": "^7.24.0",
"@interweb-utils/casing": "^0.2.0",
"@interweb/fetch-api-client": "^0.4.1",
"@interweb/fetch-api-client": "^0.5.0",
"deepmerge": "^4.3.1",
"schema-typescript": "^0.9.0"
},
Expand Down

0 comments on commit 0dd70ce

Please sign in to comment.