Skip to content

Commit 3f2cdb3

Browse files
author
Maxime LUCE
committed
chore(release): publish packages
- @spec2ts/[email protected] - @spec2ts/[email protected] - @spec2ts/[email protected] - @spec2ts/[email protected] - @spec2ts/[email protected]
1 parent a18478e commit 3f2cdb3

11 files changed

Lines changed: 78 additions & 28 deletions

File tree

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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+
## [4.0.1](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2026-07-09)
7+
8+
**Note:** Version bump only for package @spec2ts/cli
9+
10+
11+
12+
13+
614
# [4.0.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2026-07-08)
715

816

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spec2ts/cli",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Utility to convert specifications (Open API, JSON Schemas) to TypeScript using TypeScript native compiler",
55
"keywords": [
66
"ast",
@@ -54,9 +54,9 @@
5454
"prepublishOnly": "npm run test:prepublish && npm run build"
5555
},
5656
"dependencies": {
57-
"@spec2ts/jsonschema": "^4.0.0",
58-
"@spec2ts/openapi": "^4.0.0",
59-
"@spec2ts/openapi-client": "^4.0.0",
57+
"@spec2ts/jsonschema": "^4.0.1",
58+
"@spec2ts/openapi": "^4.0.1",
59+
"@spec2ts/openapi-client": "^4.0.1",
6060
"typescript": "^6.0.0",
6161
"yargs": "^18.0.0"
6262
}

packages/core/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+
## [4.0.1](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2026-07-09)
7+
8+
**Note:** Version bump only for package @spec2ts/core
9+
10+
11+
12+
13+
614
# [4.0.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2026-07-08)
715

816

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spec2ts/core",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Core module for @spec2ts modules, includes codegen helpers and common parsing methods",
55
"keywords": [
66
"ast",

packages/jsonschema/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+
## [4.0.1](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2026-07-09)
7+
8+
9+
### Bug Fixes
10+
11+
* dependencies issues ([1f4be16](https://github.com/touchifyapp/spec2ts/commit/1f4be16dfa0edc050c28fefee5574359a2aa9558))
12+
13+
14+
15+
16+
617
# [4.0.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2026-07-08)
718

819

packages/jsonschema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spec2ts/jsonschema",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Utility to convert JSON Schemas to Typescript using TypeScript native compiler",
55
"keywords": [
66
"ast",
@@ -67,7 +67,7 @@
6767
},
6868
"dependencies": {
6969
"@apidevtools/json-schema-ref-parser": "^10.1.0",
70-
"@spec2ts/core": "^4.0.0",
70+
"@spec2ts/core": "^4.0.1",
7171
"typescript": "^6.0.0",
7272
"yargs": "^18.0.0"
7373
},

packages/openapi-client/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [4.0.1](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2026-07-09)
7+
8+
9+
### Bug Fixes
10+
11+
* dependencies issues ([1f4be16](https://github.com/touchifyapp/spec2ts/commit/1f4be16dfa0edc050c28fefee5574359a2aa9558))
12+
* missing templates in output ([50e8b09](https://github.com/touchifyapp/spec2ts/commit/50e8b09732dd63320ee4fdc3074dd7fd3e8fab28))
13+
14+
15+
16+
17+
618
# [4.0.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2026-07-08)
719

820

packages/openapi-client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spec2ts/openapi-client",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Utility to convert OpenAPI v3 specifications to Typescript HTTP client using TypeScript native compiler",
55
"keywords": [
66
"ast",
@@ -71,9 +71,9 @@
7171
},
7272
"dependencies": {
7373
"@apidevtools/json-schema-ref-parser": "^10.1.0",
74-
"@spec2ts/core": "^4.0.0",
75-
"@spec2ts/jsonschema": "^4.0.0",
76-
"@spec2ts/openapi": "^4.0.0",
74+
"@spec2ts/core": "^4.0.1",
75+
"@spec2ts/jsonschema": "^4.0.1",
76+
"@spec2ts/openapi": "^4.0.1",
7777
"openapi3-ts": "^4.6.0",
7878
"typescript": "^6.0.0",
7979
"yargs": "^18.0.0"

packages/openapi/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+
## [4.0.1](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2026-07-09)
7+
8+
9+
### Bug Fixes
10+
11+
* dependencies issues ([1f4be16](https://github.com/touchifyapp/spec2ts/commit/1f4be16dfa0edc050c28fefee5574359a2aa9558))
12+
13+
14+
15+
16+
617
# [4.0.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2026-07-08)
718

819

0 commit comments

Comments
 (0)