Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Dec 18, 2023
1 parent 5572091 commit 7602263
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/swift-tips-develop.md

This file was deleted.

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

## 2.12.1

### Patch Changes

- Updated dependencies [5572091]
- @openapi-generator-plus/core@2.12.1

## 2.12.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.12.0",
"version": "2.12.1",
"description": "Modular OpenAPI code generator written in TypeScript and Node.js",
"keywords": [
"openapi",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/karlvr/openapi-generator-plus#readme",
"dependencies": {
"@openapi-generator-plus/core": "2.12.0",
"@openapi-generator-plus/core": "2.12.1",
"@openapi-generator-plus/types": "2.10.0",
"ansi-colors": "^4.1.1",
"getopts": "^2.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openapi-generator-plus/core

## 2.12.1

### Patch Changes

- 5572091: Fix removal of discriminators from parent models

## 2.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.12.0",
"version": "2.12.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openapi-generator-plus/testing

## 2.12.1

### Patch Changes

- Updated dependencies [5572091]
- @openapi-generator-plus/core@2.12.1

## 2.12.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.12.0",
"version": "2.12.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/karlvr/openapi-generator-plus#readme",
"dependencies": {
"@openapi-generator-plus/core": "2.12.0",
"@openapi-generator-plus/core": "2.12.1",
"@openapi-generator-plus/indexed-type": "1.0.0",
"@openapi-generator-plus/types": "2.10.0"
},
Expand Down
4 changes: 2 additions & 2 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 7602263

Please sign in to comment.