Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed May 25, 2024
1 parent cb6c0fe commit 06e2053
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/cli/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.3.0](https://github.com/pyramation/schema-typescript/compare/@schema-typescript/[email protected]...@schema-typescript/[email protected]) (2024-05-25)

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





# [0.2.0](https://github.com/pyramation/schema-typescript/compare/@schema-typescript/[email protected]...@schema-typescript/[email protected]) (2024-05-25)

**Note:** Version bump only for package @schema-typescript/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@schema-typescript/cli",
"version": "0.2.0",
"version": "0.3.0",
"author": "Dan Lynch <[email protected]>",
"description": "schema-typescript CLI",
"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.2.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.2.0) (2024-05-25)

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





# 0.1.0 (2024-05-25)

**Note:** Version bump only for package node-api-client
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": "node-api-client",
"version": "0.1.0",
"version": "0.2.0",
"author": "Dan Lynch <[email protected]>",
"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.3.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.3.0) (2024-05-25)

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





# [0.2.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.2.0) (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.2.0",
"version": "0.3.0",
"description": "Convert JSON Schema OpenAPI Spec to TypeScript Clients",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/cosmology-tech/schema-typescript#readme",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@babel/types": "^7.24.0",
"@interweb-utils/casing": "^0.2.0",
"deepmerge": "^4.3.1",
"schema-typescript": "^0.7.0"
"schema-typescript": "^0.8.0"
},
"keywords": [
"jsonschema",
Expand Down
8 changes: 8 additions & 0 deletions packages/schema-typescript/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.8.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.8.0) (2024-05-25)

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





# [0.7.0](https://github.com/cosmology-tech/schema-typescript/compare/[email protected]@0.7.0) (2024-05-25)

**Note:** Version bump only for package schema-typescript
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schema-typescript",
"version": "0.7.0",
"version": "0.8.0",
"description": "Convert JSON Schema to TypeScript Definitions",
"author": "Dan Lynch <[email protected]>",
"homepage": "https://github.com/cosmology-tech/schema-typescript#readme",
Expand Down

0 comments on commit 06e2053

Please sign in to comment.