Skip to content

Commit 13ca9b3

Browse files
chore: release main (#100)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 450b069 commit 13ca9b3

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"cli": "1.6.0",
3-
"plugins/typescript": "5.2.1"
2+
"cli": "2.0.0",
3+
"plugins/typescript": "6.0.0"
44
}

cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/fabien0102/openapi-codegen/compare/cli-v1.6.0...cli-v2.0.0) (2022-09-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Implement query cancellation in react-query generated components (#95)
9+
10+
### Features
11+
12+
* Implement query cancellation in react-query generated components ([#95](https://github.com/fabien0102/openapi-codegen/issues/95)) ([450b069](https://github.com/fabien0102/openapi-codegen/commit/450b0696073746615d61ab66a7f09de337139a00))
13+
314
## [1.6.0](https://github.com/fabien0102/openapi-codegen/compare/cli-v1.5.2...cli-v1.6.0) (2022-09-07)
415

516

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-codegen/cli",
3-
"version": "1.6.0",
3+
"version": "2.0.0",
44
"description": "OpenAPI Codegen cli",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

plugins/typescript/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/fabien0102/openapi-codegen/compare/typescript-v5.2.1...typescript-v6.0.0) (2022-09-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Implement query cancellation in react-query generated components (#95)
9+
10+
### Features
11+
12+
* Implement query cancellation in react-query generated components ([#95](https://github.com/fabien0102/openapi-codegen/issues/95)) ([450b069](https://github.com/fabien0102/openapi-codegen/commit/450b0696073746615d61ab66a7f09de337139a00))
13+
314
## [5.2.1](https://github.com/fabien0102/openapi-codegen/compare/typescript-v5.2.0...typescript-v5.2.1) (2022-09-08)
415

516

plugins/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-codegen/typescript",
3-
"version": "5.2.1",
3+
"version": "6.0.0",
44
"description": "OpenAPI Codegen typescript generators",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)