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 25, 2023
1 parent 0ee283b commit b81a621
Show file tree
Hide file tree
Showing 11 changed files with 75 additions and 29 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

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.

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

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





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

**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": "3.0.1",
"version": "3.0.2",
"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": "^3.0.1",
"@spec2ts/openapi": "^3.0.1",
"@spec2ts/openapi-client": "^3.0.1"
"@spec2ts/jsonschema": "^3.0.2",
"@spec2ts/openapi": "^3.1.0",
"@spec2ts/openapi-client": "^3.1.0"
},
"devDependencies": {
"del-cli": "^5.1.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.

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

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





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


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": "3.0.0",
"version": "3.0.1",
"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.

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

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





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


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": "3.0.1",
"version": "3.0.2",
"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": "^3.0.0",
"@spec2ts/core": "^3.0.1",
"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.1.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2023-09-25)


### Features

* **openapi,openapi-client:** use openapi v3.1 ([0ee283b](https://github.com/touchifyapp/spec2ts/commit/0ee283baf028fa6891f00fb14e53bb2fbc41dc91))





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


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": "3.0.1",
"version": "3.1.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": "^3.0.0",
"@spec2ts/jsonschema": "^3.0.1",
"@spec2ts/openapi": "^3.0.1",
"@spec2ts/core": "^3.0.1",
"@spec2ts/jsonschema": "^3.0.2",
"@spec2ts/openapi": "^3.1.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.1.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2023-09-25)


### Features

* **openapi,openapi-client:** use openapi v3.1 ([0ee283b](https://github.com/touchifyapp/spec2ts/commit/0ee283baf028fa6891f00fb14e53bb2fbc41dc91))





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


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

0 comments on commit b81a621

Please sign in to comment.