diff --git a/.changeset/pink-suits-tie.md b/.changeset/pink-suits-tie.md deleted file mode 100644 index 747aca5c2..000000000 --- a/.changeset/pink-suits-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@httpx/json-api": patch ---- - -Build against browserslist diff --git a/.changeset/silver-kids-crash.md b/.changeset/silver-kids-crash.md deleted file mode 100644 index 91751328d..000000000 --- a/.changeset/silver-kids-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@httpx/assert": patch ---- - -Improve documentation diff --git a/examples/nextjs-app/CHANGELOG.md b/examples/nextjs-app/CHANGELOG.md index fc35f3516..9edfd39e4 100644 --- a/examples/nextjs-app/CHANGELOG.md +++ b/examples/nextjs-app/CHANGELOG.md @@ -1,5 +1,12 @@ # @examples/nextjs-app +## 0.1.56 + +### Patch Changes + +- Updated dependencies [[`ef4e8c7`](https://github.com/belgattitude/httpx/commit/ef4e8c765c7e63efe38b569385b99cc69bc7f05f)]: + - @httpx/assert@0.6.3 + ## 0.1.55 ### Patch Changes diff --git a/examples/nextjs-app/package.json b/examples/nextjs-app/package.json index 57812de34..bb4c11473 100644 --- a/examples/nextjs-app/package.json +++ b/examples/nextjs-app/package.json @@ -1,6 +1,6 @@ { "name": "@examples/nextjs-app", - "version": "0.1.55", + "version": "0.1.56", "type": "module", "private": true, "scripts": { diff --git a/packages/assert/CHANGELOG.md b/packages/assert/CHANGELOG.md index 3bc7322fc..ad71bdf7f 100644 --- a/packages/assert/CHANGELOG.md +++ b/packages/assert/CHANGELOG.md @@ -1,5 +1,11 @@ # @httpx/assert +## 0.6.3 + +### Patch Changes + +- [#856](https://github.com/belgattitude/httpx/pull/856) [`ef4e8c7`](https://github.com/belgattitude/httpx/commit/ef4e8c765c7e63efe38b569385b99cc69bc7f05f) Thanks [@belgattitude](https://github.com/belgattitude)! - Improve documentation + ## 0.6.2 ### Patch Changes diff --git a/packages/assert/package.json b/packages/assert/package.json index 0513d1703..5c58bed89 100644 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -1,7 +1,7 @@ { "name": "@httpx/assert", "description": "Assertions and typeguards", - "version": "0.6.2", + "version": "0.6.3", "license": "MIT", "author": { "name": "Vanvelthem Sébastien", diff --git a/packages/json-api/CHANGELOG.md b/packages/json-api/CHANGELOG.md index 638b3eb71..e6bd64558 100644 --- a/packages/json-api/CHANGELOG.md +++ b/packages/json-api/CHANGELOG.md @@ -1,5 +1,11 @@ # @httpx/json-api +## 0.5.11 + +### Patch Changes + +- [#856](https://github.com/belgattitude/httpx/pull/856) [`ef4e8c7`](https://github.com/belgattitude/httpx/commit/ef4e8c765c7e63efe38b569385b99cc69bc7f05f) Thanks [@belgattitude](https://github.com/belgattitude)! - Build against browserslist + ## 0.5.10 ### Patch Changes diff --git a/packages/json-api/package.json b/packages/json-api/package.json index 96c9df2ba..872c3b87e 100644 --- a/packages/json-api/package.json +++ b/packages/json-api/package.json @@ -1,7 +1,7 @@ { "name": "@httpx/json-api", "description": "Basic typescript helpers to work with json-api", - "version": "0.5.10", + "version": "0.5.11", "license": "MIT", "author": { "name": "Vanvelthem Sébastien",