Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Sep 9, 2024
1 parent 6a72372 commit 64bbaf1
Show file tree
Hide file tree
Showing 15 changed files with 64 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-buttons-sell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-needles-greet.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/loud-spiders-arrive.md

This file was deleted.

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

## 2.20.0

### Minor Changes

- 6a72372: Change package dependencies so that generator templates pull in the version of core they require

### Patch Changes

- Updated dependencies [778ef0c]
- Updated dependencies [4474205]
- @openapi-generator-plus/core@2.20.0

## 2.19.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.19.0",
"version": "2.20.0",
"description": "Modular OpenAPI code generator written in TypeScript and Node.js",
"keywords": [
"openapi",
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.20.0

### Minor Changes

- 778ef0c: Introduce CodegenSchemaPurpose.PARENT to better describe why the parent schema is created
- 4474205: Pass purpose through to native type generator functions

### Patch Changes

- Updated dependencies [778ef0c]
- Updated dependencies [4474205]
- @openapi-generator-plus/types@2.18.0
- @openapi-generator-plus/utils@1.1.3

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

## 1.1.4

### Patch Changes

- Updated dependencies [778ef0c]
- Updated dependencies [4474205]
- @openapi-generator-plus/types@2.18.0

## 1.1.3

### Patch 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.3",
"version": "1.1.4",
"private": true,
"description": "",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @openapi-generator-plus/testing

## 2.20.0

### Patch Changes

- Updated dependencies [778ef0c]
- Updated dependencies [4474205]
- @openapi-generator-plus/types@2.18.0
- @openapi-generator-plus/core@2.20.0

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

## 2.18.0

### Minor Changes

- 778ef0c: Introduce CodegenSchemaPurpose.PARENT to better describe why the parent schema is created
- 4474205: Pass purpose through to native type generator functions

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

## 1.1.3

### Patch Changes

- Updated dependencies [778ef0c]
- Updated dependencies [4474205]
- @openapi-generator-plus/types@2.18.0

## 1.1.2

### 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.1.2",
"version": "1.1.3",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 64bbaf1

Please sign in to comment.