Skip to content

Commit

Permalink
Version Packages (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
belgattitude and github-actions[bot] authored Jan 23, 2023
1 parent 7ccae63 commit f74928c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-zebras-yell.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/nextjs-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @examples/nextjs-app

## 0.1.26

### Patch Changes

- Updated dependencies [[`7ccae63`](https://github.com/belgattitude/httpx/commit/7ccae636ebabd1ca16b519a3965e8e61d9faa16a)]:
- @httpx/exception@1.7.1

## 0.1.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/nextjs-app",
"version": "0.1.25",
"version": "0.1.26",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/exception/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @httpx/exception

## 1.7.1

### Patch Changes

- [#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

## 1.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/exception/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@httpx/exception",
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"description": "Delightful http exceptions. Works everywhere. Serialization, logging and more.",
"homepage": "https://github.com/belgattitude/httpx",
Expand Down

0 comments on commit f74928c

Please sign in to comment.