Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 22, 2023
1 parent d3d7b64 commit a147439
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/sofa-api-1410-dependencies.md

This file was deleted.

13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## 0.18.2

### Patch Changes

- [#1410](https://github.com/Urigo/SOFA/pull/1410) [`4999686`](https://github.com/Urigo/SOFA/commit/49996861148d96657f707f565e32a0f87d3abd21) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`fets@^0.7.0` ↗︎](https://www.npmjs.com/package/fets/v/0.7.0) (from `^0.6.4`, in `dependencies`)

## 0.18.1

### Patch Changes
Expand Down Expand Up @@ -67,11 +74,11 @@ In this release express is removed as dependency. New `basePath` option is requi

```js
app.use(
'/api',
"/api",
useSofa({
basePath: '/api',
basePath: "/api",
schema,
})
}),
);
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sofa-api",
"description": "Create REST APIs with GraphQL",
"version": "0.18.1",
"version": "0.18.2",
"type": "module",
"buildOptions": {
"input": "./src/index.ts"
Expand Down

0 comments on commit a147439

Please sign in to comment.