Skip to content

Commit aeaaacd

Browse files
chore(release): update monorepo packages versions (#1391)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 36ae2e2 commit aeaaacd

6 files changed

Lines changed: 16 additions & 22 deletions

File tree

.changeset/itchy-kids-retire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lazy-carrots-compare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sofa-api-1390-dependencies.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/sweet-sloths-warn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change log
22

3+
## 0.18.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- [#1390](https://github.com/Urigo/SOFA/pull/1390) [`03b0ccf`](https://github.com/Urigo/SOFA/commit/03b0ccf585aaacb0aec87022151e1c126c9f225c) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
12+
13+
- 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`)
14+
- Updated dependency [`fets@^0.6.4` ↗︎](https://www.npmjs.com/package/fets/v/0.6.4) (from `^0.2.0`, in `dependencies`)
15+
16+
- [#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
17+
318
## 0.18.0
419

520
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sofa-api",
33
"description": "Create REST APIs with GraphQL",
4-
"version": "0.18.0",
4+
"version": "0.18.1",
55
"type": "module",
66
"buildOptions": {
77
"input": "./src/index.ts"

0 commit comments

Comments
 (0)