From 1c3edbb0b8759adadcbe8cf781000c1bf6e88a88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Nov 2023 17:43:21 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/itchy-kids-retire.md | 5 ----- .changeset/lazy-carrots-compare.md | 5 ----- .changeset/sofa-api-1390-dependencies.md | 6 ------ .changeset/sweet-sloths-warn.md | 5 ----- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 6 files changed, 16 insertions(+), 22 deletions(-) delete mode 100644 .changeset/itchy-kids-retire.md delete mode 100644 .changeset/lazy-carrots-compare.md delete mode 100644 .changeset/sofa-api-1390-dependencies.md delete mode 100644 .changeset/sweet-sloths-warn.md diff --git a/.changeset/itchy-kids-retire.md b/.changeset/itchy-kids-retire.md deleted file mode 100644 index abb8bb9a..00000000 --- a/.changeset/itchy-kids-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sofa-api': patch ---- - -Bug fix: Generate spec for Union types diff --git a/.changeset/lazy-carrots-compare.md b/.changeset/lazy-carrots-compare.md deleted file mode 100644 index 98b83a0a..00000000 --- a/.changeset/lazy-carrots-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sofa-api': patch ---- - -fix: add types to exports in package.json diff --git a/.changeset/sofa-api-1390-dependencies.md b/.changeset/sofa-api-1390-dependencies.md deleted file mode 100644 index 07680f5d..00000000 --- a/.changeset/sofa-api-1390-dependencies.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'sofa-api': patch ---- -dependencies updates: - - Updated dependency [`@whatwg-node/fetch@^0.9.14` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.9.14) (from `^0.9.0`, in `dependencies`) - - Updated dependency [`fets@^0.6.4` ↗︎](https://www.npmjs.com/package/fets/v/0.6.4) (from `^0.2.0`, in `dependencies`) diff --git a/.changeset/sweet-sloths-warn.md b/.changeset/sweet-sloths-warn.md deleted file mode 100644 index 83ba1950..00000000 --- a/.changeset/sweet-sloths-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sofa-api': patch ---- - -Handle nested query parameters diff --git a/CHANGELOG.md b/CHANGELOG.md index cd7881e9..cf2e7b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change log +## 0.18.1 + +### Patch Changes + +- [#1372](https://github.com/Urigo/SOFA/pull/1372) [`dac1f7e`](https://github.com/Urigo/SOFA/commit/dac1f7eb93ecc251d068d19f5e150e888e64741d) Thanks [@gilgardosh](https://github.com/gilgardosh)! - Bug fix: Generate spec for Union types + +- [#1388](https://github.com/Urigo/SOFA/pull/1388) [`ffe6e67`](https://github.com/Urigo/SOFA/commit/ffe6e67894f40619d2ae8c99e16d23301a27756a) Thanks [@robertherber](https://github.com/robertherber)! - fix: add types to exports in package.json + +- [#1390](https://github.com/Urigo/SOFA/pull/1390) [`03b0ccf`](https://github.com/Urigo/SOFA/commit/03b0ccf585aaacb0aec87022151e1c126c9f225c) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates: + + - Updated dependency [`@whatwg-node/fetch@^0.9.14` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.9.14) (from `^0.9.0`, in `dependencies`) + - Updated dependency [`fets@^0.6.4` ↗︎](https://www.npmjs.com/package/fets/v/0.6.4) (from `^0.2.0`, in `dependencies`) + +- [#1370](https://github.com/Urigo/SOFA/pull/1370) [`028af74`](https://github.com/Urigo/SOFA/commit/028af7484889f64cd89e50b43186d15c968b4972) Thanks [@nathanchapman](https://github.com/nathanchapman)! - Handle nested query parameters + ## 0.18.0 ### Minor Changes diff --git a/package.json b/package.json index aa8e32a4..21ed67a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sofa-api", "description": "Create REST APIs with GraphQL", - "version": "0.18.0", + "version": "0.18.1", "type": "module", "buildOptions": { "input": "./src/index.ts"