Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Jul 2, 2024
1 parent 7c9061c commit 6176311
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/green-mugs-speak.md

This file was deleted.

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

## 2.17.0

### Patch Changes

- Updated dependencies
- @openapi-generator-plus/core@2.17.0
- @openapi-generator-plus/types@2.15.0

## 2.16.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-generator-plus",
"version": "2.16.0",
"version": "2.17.0",
"description": "Modular OpenAPI code generator written in TypeScript and Node.js",
"keywords": [
"openapi",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @openapi-generator-plus/core

## 2.17.0

### Minor Changes

- Improve support for schemas created to support different content encodings

### Patch Changes

- Updated dependencies
- @openapi-generator-plus/types@2.15.0
- @openapi-generator-plus/utils@1.1.0

## 2.16.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.16.0",
"version": "2.17.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/test-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openapi-generator-plus/test-generator

## 1.1.1

### Patch Changes

- Updated dependencies
- @openapi-generator-plus/types@2.15.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-generator-plus/test-generator",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"description": "",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @openapi-generator-plus/testing

## 2.17.0

### Patch Changes

- Updated dependencies
- @openapi-generator-plus/core@2.17.0
- @openapi-generator-plus/types@2.15.0

## 2.16.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.16.0",
"version": "2.17.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.15.0

### Minor Changes

- Improve support for schemas created to support different content encodings

## 2.14.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.14.0",
"version": "2.15.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @openapi-generator-plus/utils

## 1.1.0

### Minor Changes

- Improve support for schemas created to support different content encodings

### Patch Changes

- Updated dependencies
- @openapi-generator-plus/types@2.15.0

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-generator-plus/utils",
"version": "1.0.3",
"version": "1.1.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6176311

Please sign in to comment.