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 12, 2023
1 parent aa26dd1 commit 4a0c2fc
Show file tree
Hide file tree
Showing 11 changed files with 99 additions and 28 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* upgrade all dependencies ([9be17b6](https://github.com/touchifyapp/spec2ts/commit/9be17b69e2bd5d910bbaa88d4e2f161628fa4135))





# [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
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",
"version": "3.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",
"@spec2ts/openapi": "^2.0.0",
"@spec2ts/openapi-client": "^2.0.0"
"@spec2ts/jsonschema": "^3.0.0",
"@spec2ts/openapi": "^3.0.0",
"@spec2ts/openapi-client": "^3.0.0"
},
"devDependencies": {
"del-cli": "^5.1.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


* feat!: migrate to typescript v5 ([84d2bb0](https://github.com/touchifyapp/spec2ts/commit/84d2bb0719f63dbff334bf8ba83b89501e18aeff))


### Features

* upgrade all dependencies ([9be17b6](https://github.com/touchifyapp/spec2ts/commit/9be17b69e2bd5d910bbaa88d4e2f161628fa4135))


### BREAKING CHANGES

* removed all decorators, use modifiers instead as specified by API v5 of Typescript compiler





# [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
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",
"version": "3.0.0",
"description": "Core module for @spec2ts modules, includes codegen helpers and common parsing methods",
"author": "Touchify <[email protected]>",
"license": "MIT",
Expand Down
19 changes: 19 additions & 0 deletions packages/jsonschema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


* feat!: migrate to typescript v5 ([84d2bb0](https://github.com/touchifyapp/spec2ts/commit/84d2bb0719f63dbff334bf8ba83b89501e18aeff))


### Features

* upgrade all dependencies ([9be17b6](https://github.com/touchifyapp/spec2ts/commit/9be17b69e2bd5d910bbaa88d4e2f161628fa4135))


### BREAKING CHANGES

* removed all decorators, use modifiers instead as specified by API v5 of Typescript compiler





# [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
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",
"version": "3.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": "^10.1.0",
"@spec2ts/core": "^2.0.0",
"@spec2ts/core": "^3.0.0",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/openapi-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* upgrade all dependencies ([9be17b6](https://github.com/touchifyapp/spec2ts/commit/9be17b69e2bd5d910bbaa88d4e2f161628fa4135))





# [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
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",
"version": "3.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",
"@spec2ts/jsonschema": "^2.0.0",
"@spec2ts/openapi": "^2.0.0",
"@spec2ts/core": "^3.0.0",
"@spec2ts/jsonschema": "^3.0.0",
"@spec2ts/openapi": "^3.0.0",
"openapi3-ts": "^4.1.2",
"yargs": "^17.7.2"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* upgrade all dependencies ([9be17b6](https://github.com/touchifyapp/spec2ts/commit/9be17b69e2bd5d910bbaa88d4e2f161628fa4135))





# [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
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",
"version": "3.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",
"@spec2ts/jsonschema": "^2.0.0",
"@spec2ts/core": "^3.0.0",
"@spec2ts/jsonschema": "^3.0.0",
"openapi3-ts": "^4.1.2",
"yargs": "^17.7.2"
},
Expand Down

0 comments on commit 4a0c2fc

Please sign in to comment.