Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Nov 23, 2023
1 parent 15223fb commit 02d86f7
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-rice-tap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/little-files-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-brooms-share.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# openapi-generator-plus

## 2.8.0

### Patch Changes

- Updated dependencies [a73e59c]
- Updated dependencies [7cff4eb]
- Updated dependencies [15223fb]
- @openapi-generator-plus/core@2.8.0
- @openapi-generator-plus/types@2.7.0

## 2.7.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-generator-plus",
"version": "2.7.0",
"version": "2.8.0",
"description": "Modular OpenAPI code generator written in TypeScript and Node.js",
"keywords": [
"openapi",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"homepage": "https://github.com/karlvr/openapi-generator-plus#readme",
"dependencies": {
"@openapi-generator-plus/core": "2.7.0",
"@openapi-generator-plus/types": "2.6.0",
"@openapi-generator-plus/core": "2.8.0",
"@openapi-generator-plus/types": "2.7.0",
"ansi-colors": "^4.1.1",
"getopts": "^2.3.0",
"glob": "^7.2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @openapi-generator-plus/core

## 2.8.0

### Minor Changes

- 7cff4eb: Add generator helper method to generate unique schema names

### Patch Changes

- a73e59c: Fix for header schemas that don't specify a type
- 15223fb: Fix hierarchy construction from allOf where there is a chain of inheritance
- Updated dependencies [7cff4eb]
- @openapi-generator-plus/types@2.7.0

## 2.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-generator-plus/core",
"version": "2.7.0",
"version": "2.8.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@openapi-generator-plus/indexed-type": "1.0.0",
"@openapi-generator-plus/swagger-parser": "^10.1.0",
"@openapi-generator-plus/types": "2.6.0",
"@openapi-generator-plus/types": "2.7.0",
"@openapi-generator-plus/utils": "1.0.1",
"lodash": "^4.17.21"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @openapi-generator-plus/testing

## 2.8.0

### Patch Changes

- Updated dependencies [a73e59c]
- Updated dependencies [7cff4eb]
- Updated dependencies [15223fb]
- @openapi-generator-plus/core@2.8.0
- @openapi-generator-plus/types@2.7.0

## 2.7.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-generator-plus/testing",
"version": "2.7.0",
"version": "2.8.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,9 +21,9 @@
},
"homepage": "https://github.com/karlvr/openapi-generator-plus#readme",
"dependencies": {
"@openapi-generator-plus/core": "2.7.0",
"@openapi-generator-plus/core": "2.8.0",
"@openapi-generator-plus/indexed-type": "1.0.0",
"@openapi-generator-plus/types": "2.6.0"
"@openapi-generator-plus/types": "2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openapi-generator-plus/types

## 2.7.0

### Minor Changes

- 7cff4eb: Add generator helper method to generate unique schema names

## 2.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-generator-plus/types",
"version": "2.6.0",
"version": "2.7.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 02d86f7

Please sign in to comment.