Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Sep 13, 2024
1 parent b0c2f02 commit b34784a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/cold-snails-fail.md

This file was deleted.

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

## 2.22.0

### Minor Changes

- 782c7ab: Ensure `pathParams` are in the order in which they appear in the path

Having `pathParams` in order makes it more useful as a representation of the path parameters. The order they appear in the path is how I think developers should think about them.

## 2.21.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.21.0",
"version": "2.22.0",
"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.22.0

### Patch Changes

- Updated dependencies [782c7ab]
- @openapi-generator-plus/core@2.22.0

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

0 comments on commit b34784a

Please sign in to comment.