Skip to content

Commit f74928c

Browse files
Version Packages (#144)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7ccae63 commit f74928c

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/honest-zebras-yell.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.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7ccae63`](https://github.com/belgattitude/httpx/commit/7ccae636ebabd1ca16b519a3965e8e61d9faa16a)]:
8+
- @httpx/exception@1.7.1
9+
310
## 0.1.25
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.25",
3+
"version": "0.1.26",
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.7.1
4+
5+
### Patch Changes
6+
7+
- [#143](https://github.com/belgattitude/httpx/pull/143) [`7ccae63`](https://github.com/belgattitude/httpx/commit/7ccae636ebabd1ca16b519a3965e8e61d9faa16a) Thanks [@belgattitude](https://github.com/belgattitude)! - No changes, just the build with latest rollup/babel
8+
39
## 1.7.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.7.0",
3+
"version": "1.7.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)