Skip to content

Commit 71f7750

Browse files
Version Packages (#466)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3d3a955 commit 71f7750

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.changeset/odd-games-design.md

-5
This file was deleted.

.changeset/tricky-ants-visit.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.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`99d6881`](https://github.com/belgattitude/httpx/commit/99d68810d753cb1b724251e7c4dd35f0cd11ce93), [`245ed6b`](https://github.com/belgattitude/httpx/commit/245ed6b7bea0ce6d1f0a711614a4ef8480679ecb)]:
8+
- @httpx/exception@1.8.2
9+
310
## 0.1.29
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.29",
3+
"version": "0.1.30",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/exception/CHANGELOG.md

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

3+
## 1.8.2
4+
5+
### Patch Changes
6+
7+
- [#467](https://github.com/belgattitude/httpx/pull/467) [`99d6881`](https://github.com/belgattitude/httpx/commit/99d68810d753cb1b724251e7c4dd35f0cd11ce93) Thanks [@belgattitude](https://github.com/belgattitude)! - Add syncpack to align package.json fields
8+
9+
- [#465](https://github.com/belgattitude/httpx/pull/465) [`245ed6b`](https://github.com/belgattitude/httpx/commit/245ed6b7bea0ce6d1f0a711614a4ef8480679ecb) Thanks [@belgattitude](https://github.com/belgattitude)! - Dev dependencies updated to latest
10+
311
## 1.8.1
412

513
### Patch Changes

packages/exception/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@httpx/exception",
33
"description": "Plain http exception in typescript.",
4-
"version": "1.8.1",
4+
"version": "1.8.2",
55
"license": "MIT",
66
"author": {
77
"name": "Vanvelthem Sébastien",

0 commit comments

Comments
 (0)