Skip to content

Commit

Permalink
chore: release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Sep 25, 2021
1 parent 977d710 commit 689ea2f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.5.0](https://www.github.com/server-state/types/compare/v0.4.0...v0.5.0) (2021-09-25)


### ⚠ BREAKING CHANGES

* **extensions:** `ExtensionObject.schema?: GraphQLSchema` got replaced by `ExtensionObject.typeDefs?: TypeSource`.
* **extensions:** `ExtensionObject.resolvers?: any` is now `ExtensionObject.resolvers?: IResolvers`. This shouldn't cause any breaking changes for working extensions, but narrows the type to only valid resolver functions, meaning invalid extensions could break from this change.

### Features

* **extensions:** :sparkles: Make `onRemove` callback function optional in `ExtensionObject` ([ad1e44d](https://www.github.com/server-state/types/commit/ad1e44d4096016c3c326c10f3f0f9e53d87623d0))


### Bug Fixes

* **extensions:** :boom: Fix `ExtensionObject.resolvers` type ([977d710](https://www.github.com/server-state/types/commit/977d7103f0cb2a7eab0d4b443eceebb5e9b8f7c1))
* **extensions:** :boom: Rename `ExtensionObject.schema` to `ExtensionObject.typeDefs` ([977d710](https://www.github.com/server-state/types/commit/977d7103f0cb2a7eab0d4b443eceebb5e9b8f7c1))


### meta

* Multiple changes ([977d710](https://www.github.com/server-state/types/commit/977d7103f0cb2a7eab0d4b443eceebb5e9b8f7c1))

## [0.4.0](https://www.github.com/server-state/types/compare/v0.3.1...v0.4.0) (2021-09-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@server-state/types",
"description": "Types for Server State and their projects",
"license": "MIT",
"version": "0.4.0",
"version": "0.5.0",
"homepage": "https://www.server-state.tech/",
"types": "types/index.d.ts",
"files": [
Expand Down

0 comments on commit 689ea2f

Please sign in to comment.