Skip to content

Commit 84b6b46

Browse files
Version Packages (#406)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 42cdf63 commit 84b6b46

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/sharp-experts-boil.md

-5
This file was deleted.

examples/nextjs-app/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @examples/nextjs-app
22

3+
## 0.1.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`42cdf63`](https://github.com/belgattitude/httpx/commit/42cdf637c3d95b85f29e003016f33ac5c554667a)]:
8+
- @httpx/exception@1.8.1
9+
310
## 0.1.28
411

512
### Patch Changes

examples/nextjs-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/nextjs-app",
3-
"version": "0.1.28",
3+
"version": "0.1.29",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/exception/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @httpx/exception
22

3+
## 1.8.1
4+
5+
### Patch Changes
6+
7+
- [`42cdf63`](https://github.com/belgattitude/httpx/commit/42cdf637c3d95b85f29e003016f33ac5c554667a) Thanks [@belgattitude](https://github.com/belgattitude)! - Minor perf by extracting regexp into an hoisted var
8+
39
## 1.8.0
410

511
### Minor Changes

packages/exception/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@httpx/exception",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"license": "MIT",
55
"description": "Delightful http exceptions. Works everywhere. Serialization, logging and more.",
66
"homepage": "https://github.com/belgattitude/httpx",

0 commit comments

Comments
 (0)