Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.6.32...v3.0.0) (2024-10-29)

### ⚠ BREAKING CHANGES

* - Renamed exception to the error on useServiceQuery
- Requires packages:
  - @txo/service-prop@^3.0.0
  - @txo-peer-dep/service-error-handler-react@^2.0.0
  - @txo/service-error-handler-react@^2.0.0

### Bug fixes

* use `ServiceOperationError` and remove context ([#839](#839)) ([256a8c0](256a8c0))
  • Loading branch information
semantic-release-bot committed Oct 29, 2024
1 parent 256a8c0 commit d4ea9a5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [3.0.0](https://github.com/technology-studio/service-graphql-react/compare/v2.6.32...v3.0.0) (2024-10-29)


### ⚠ BREAKING CHANGES

* - Renamed exception to the error on useServiceQuery
- Requires packages:
- @txo/service-prop@^3.0.0
- @txo-peer-dep/service-error-handler-react@^2.0.0
- @txo/service-error-handler-react@^2.0.0

### Bug fixes

* use `ServiceOperationError` and remove context ([#839](https://github.com/technology-studio/service-graphql-react/issues/839)) ([256a8c0](https://github.com/technology-studio/service-graphql-react/commit/256a8c04a30148906a2b785e0847c0a667a14c92))

## [2.6.32](https://github.com/technology-studio/service-graphql-react/compare/v2.6.31...v2.6.32) (2024-10-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@txo/service-graphql-react",
"version": "2.6.32",
"version": "3.0.0",
"description": "Technology Studio - Service graphql react",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit d4ea9a5

Please sign in to comment.