Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - @spec2ts/[email protected]
 - @spec2ts/[email protected]
 - @spec2ts/[email protected]
 - @spec2ts/[email protected]
 - @spec2ts/[email protected]
  • Loading branch information
mtrimolet committed Sep 7, 2023
1 parent 8a84aeb commit 34fe406
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 14 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.

# [2.0.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2023-09-07)

**Note:** Version bump only for package @spec2ts/cli





# [2.0.0-beta.13](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2022-09-21)

**Note:** Version bump only for package @spec2ts/cli
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spec2ts/cli",
"version": "2.0.0-beta.13",
"version": "2.0.0",
"description": "Utility to convert specifications (Open API, JSON Schemas) to TypeScript using TypeScript native compiler",
"author": "Touchify <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -36,9 +36,9 @@
"prepublishOnly": "npm test && npm run build"
},
"dependencies": {
"@spec2ts/jsonschema": "^2.0.0-beta.8",
"@spec2ts/openapi": "^2.0.0-beta.8",
"@spec2ts/openapi-client": "^2.0.0-beta.13"
"@spec2ts/jsonschema": "^2.0.0",
"@spec2ts/openapi": "^2.0.0",
"@spec2ts/openapi-client": "^2.0.0"
},
"devDependencies": {
"del-cli": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.

# [2.0.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2023-09-07)

**Note:** Version bump only for package @spec2ts/core





# [2.0.0-beta.3](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2022-09-21)

**Note:** Version bump only for package @spec2ts/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spec2ts/core",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"description": "Core module for @spec2ts modules, includes codegen helpers and common parsing methods",
"author": "Touchify <[email protected]>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/jsonschema/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.

# [2.0.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2023-09-07)

**Note:** Version bump only for package @spec2ts/jsonschema





# [2.0.0-beta.8](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2022-09-21)

**Note:** Version bump only for package @spec2ts/jsonschema
Expand Down
4 changes: 2 additions & 2 deletions packages/jsonschema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spec2ts/jsonschema",
"version": "2.0.0-beta.8",
"version": "2.0.0",
"description": "Utility to convert JSON Schemas to Typescript using TypeScript native compiler",
"author": "Touchify <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^8.0.0",
"@spec2ts/core": "^2.0.0-beta.3",
"@spec2ts/core": "^2.0.0",
"yargs": "^15.3.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/openapi-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.

# [2.0.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2023-09-07)

**Note:** Version bump only for package @spec2ts/openapi-client





# [2.0.0-beta.13](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2022-09-21)

**Note:** Version bump only for package @spec2ts/openapi-client
Expand Down
8 changes: 4 additions & 4 deletions packages/openapi-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spec2ts/openapi-client",
"version": "2.0.0-beta.13",
"version": "2.0.0",
"description": "Utility to convert OpenAPI v3 specifications to Typescript HTTP client using TypeScript native compiler",
"author": "Touchify <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -40,9 +40,9 @@
"prepublishOnly": "npm test && npm run build"
},
"dependencies": {
"@spec2ts/core": "^2.0.0-beta.3",
"@spec2ts/jsonschema": "^2.0.0-beta.8",
"@spec2ts/openapi": "^2.0.0-beta.8",
"@spec2ts/core": "^2.0.0",
"@spec2ts/jsonschema": "^2.0.0",
"@spec2ts/openapi": "^2.0.0",
"openapi3-ts": "^1.3.0",
"yargs": "^15.3.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/openapi/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.

# [2.0.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2023-09-07)

**Note:** Version bump only for package @spec2ts/openapi





# [2.0.0-beta.8](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2022-09-21)


Expand Down
6 changes: 3 additions & 3 deletions packages/openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spec2ts/openapi",
"version": "2.0.0-beta.8",
"version": "2.0.0",
"description": "Utility to convert OpenAPI v3 specifications to Typescript using TypeScript native compiler",
"author": "Touchify <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -39,8 +39,8 @@
"prepublishOnly": "npm test && npm run build"
},
"dependencies": {
"@spec2ts/core": "^2.0.0-beta.3",
"@spec2ts/jsonschema": "^2.0.0-beta.8",
"@spec2ts/core": "^2.0.0",
"@spec2ts/jsonschema": "^2.0.0",
"openapi3-ts": "^1.3.0",
"yargs": "^15.3.1"
},
Expand Down

0 comments on commit 34fe406

Please sign in to comment.