Skip to content

Commit d810da3

Browse files
committed
chore(release): publish packages
- @spec2ts/[email protected] - @spec2ts/[email protected]
1 parent 6c0e246 commit d810da3

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.9](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2020-07-08)
7+
8+
**Note:** Version bump only for package @spec2ts/cli
9+
10+
11+
12+
13+
614
## [1.1.8](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2020-06-01)
715

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

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spec2ts/cli",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "Utility to convert specifications (Open API, JSON Schemas) to TypeScript using TypeScript native compiler",
55
"author": "Touchify <[email protected]>",
66
"license": "MIT",
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@spec2ts/jsonschema": "^1.3.1",
3939
"@spec2ts/openapi": "^1.2.1",
40-
"@spec2ts/openapi-client": "^1.3.0"
40+
"@spec2ts/openapi-client": "^1.4.0"
4141
},
4242
"devDependencies": {
4343
"eslint": "^6.8.0",

packages/openapi-client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.4.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2020-07-08)
7+
8+
9+
### Features
10+
11+
* **openapi-client:** allow to separtes types from client ([6c0e246](https://github.com/touchifyapp/spec2ts/commit/6c0e2462642217229c439d9002db90d6b2517166))
12+
13+
14+
15+
16+
617
# [1.3.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2020-06-01)
718

819

packages/openapi-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spec2ts/openapi-client",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Utility to convert OpenAPI v3 specifications to Typescript HTTP client using TypeScript native compiler",
55
"author": "Touchify <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)