Skip to content

Commit

Permalink
Merge pull request #6 from ErikLysne/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ErikLysne authored Jul 11, 2023
2 parents 95944e4 + 75b87a6 commit 9f11ba3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/fast-impalas-thank.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @acquirejs/core

## 0.2.0

### Minor Changes

- 8604bfd: Added support for middleware on the `Acquire` and `AcquireRequestExecutor` classes. Middleware can be applied using the `use`, `useOnExecution` and `useOnMocking` methods.
Removed `setMockInterceptor` and `clearMockInterceptor` methods from the `AcquireRequestExecutor` class. Intercepting mock calls should now be done using middleware.
Removed the `useLogger` method from the `Acquire` class. Logging can now be done using the `AcquireRequestLogger` middleware.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@acquirejs/core",
"author": "Erik Lysne",
"license": "MIT",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/mocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @acquirejs/mocks

## 0.2.0

### Patch Changes

- Updated dependencies [8604bfd]
- @acquirejs/core@0.2.0

## 0.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@acquirejs/mocks",
"author": "Erik Lysne",
"license": "MIT",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down

0 comments on commit 9f11ba3

Please sign in to comment.