Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Mar 1, 2023
1 parent f1f6b49 commit 0376b57
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 35 deletions.
6 changes: 0 additions & 6 deletions .changeset/breezy-nails-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-ligers-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-doors-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-falcons-move.md

This file was deleted.

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

## 2.6.0

### Patch Changes

- Updated dependencies [5fcceaa]
- Updated dependencies [f1f6b49]
- Updated dependencies [5adec2c]
- Updated dependencies [aa244ab]
- @openapi-generator-plus/types@2.5.0
- @openapi-generator-plus/core@2.6.0

## 2.5.0

### Patch 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.5.0",
"version": "2.6.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.5.0",
"@openapi-generator-plus/types": "2.4.0",
"@openapi-generator-plus/core": "2.6.0",
"@openapi-generator-plus/types": "2.5.0",
"ansi-colors": "^4.1.1",
"getopts": "^2.3.0",
"glob": "^7.2.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @openapi-generator-plus/core

## 2.6.0

### Minor Changes

- 5fcceaa: Add originalScopedName for schemas
- f1f6b49: Resolve situations where an interface might be implemented by a containing class, which Java doesn't support.

### Patch Changes

- 5adec2c: Nested map schema should be anonymous rather than assuming the name of the object
- aa244ab: Refactor finalising a schema to reflect possibility that naming might change and to detect invalid dupes
- Updated dependencies [5fcceaa]
- @openapi-generator-plus/types@2.5.0

## 2.5.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.5.0",
"version": "2.6.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.4.0",
"@openapi-generator-plus/types": "2.5.0",
"@openapi-generator-plus/utils": "1.0.1",
"lodash": "^4.17.21"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @openapi-generator-plus/testing

## 2.6.0

### Patch Changes

- Updated dependencies [5fcceaa]
- Updated dependencies [f1f6b49]
- Updated dependencies [5adec2c]
- Updated dependencies [aa244ab]
- @openapi-generator-plus/types@2.5.0
- @openapi-generator-plus/core@2.6.0

## 2.5.0

### Patch 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.5.0",
"version": "2.6.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.5.0",
"@openapi-generator-plus/core": "2.6.0",
"@openapi-generator-plus/indexed-type": "1.0.0",
"@openapi-generator-plus/types": "2.4.0"
"@openapi-generator-plus/types": "2.5.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.5.0

### Minor Changes

- 5fcceaa: Add originalScopedName for schemas

## 2.4.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.4.0",
"version": "2.5.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 0376b57

Please sign in to comment.