From b34784aa8e5e2b49ce138ec2f0d5a43ddc732548 Mon Sep 17 00:00:00 2001
From: Karl von Randow <karl@cactuslab.com>
Date: Fri, 13 Sep 2024 13:03:43 +1200
Subject: [PATCH] Publish

---
 .changeset/cold-snails-fail.md | 7 -------
 packages/core/CHANGELOG.md     | 8 ++++++++
 packages/core/package.json     | 2 +-
 packages/testing/CHANGELOG.md  | 7 +++++++
 packages/testing/package.json  | 2 +-
 5 files changed, 17 insertions(+), 9 deletions(-)
 delete mode 100644 .changeset/cold-snails-fail.md

diff --git a/.changeset/cold-snails-fail.md b/.changeset/cold-snails-fail.md
deleted file mode 100644
index 783abe7..0000000
--- a/.changeset/cold-snails-fail.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-"@openapi-generator-plus/core": minor
----
-
-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.
diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md
index c594f7a..18cafd0 100644
--- a/packages/core/CHANGELOG.md
+++ b/packages/core/CHANGELOG.md
@@ -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
diff --git a/packages/core/package.json b/packages/core/package.json
index 44e78f7..6a48b6b 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -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",
diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md
index 372d44d..c839d60 100644
--- a/packages/testing/CHANGELOG.md
+++ b/packages/testing/CHANGELOG.md
@@ -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
diff --git a/packages/testing/package.json b/packages/testing/package.json
index c8656cf..e3384dc 100644
--- a/packages/testing/package.json
+++ b/packages/testing/package.json
@@ -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",