Skip to content

Commit

Permalink
Version Packages (#678)
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 Oct 28, 2023
1 parent 91ef0cd commit 38fc1cb
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/popular-avocados-drum.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.39

### Patch Changes

- Updated dependencies [[`92343d2`](https://github.com/belgattitude/httpx/commit/92343d2ef30678cfdb0edd29b8fc2a492b91ec58)]:
- @httpx/exception@2.5.1

## 0.1.38

### 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.38",
"version": "0.1.39",
"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

## 2.5.1

### Patch Changes

- [#677](https://github.com/belgattitude/httpx/pull/677) [`92343d2`](https://github.com/belgattitude/httpx/commit/92343d2ef30678cfdb0edd29b8fc2a492b91ec58) Thanks [@belgattitude](https://github.com/belgattitude)! - Add tupleson tests and improve docs

## 2.5.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,7 +1,7 @@
{
"name": "@httpx/exception",
"description": "Plain http exception in typescript.",
"version": "2.5.0",
"version": "2.5.1",
"license": "MIT",
"author": {
"name": "Vanvelthem Sébastien",
Expand Down
7 changes: 7 additions & 0 deletions packages/json-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @httpx/json-api

## 0.4.6

### Patch Changes

- Updated dependencies [[`92343d2`](https://github.com/belgattitude/httpx/commit/92343d2ef30678cfdb0edd29b8fc2a492b91ec58)]:
- @httpx/exception@2.5.1

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/json-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@httpx/json-api",
"description": "Basic typescript helpers to work with json-api",
"version": "0.4.5",
"version": "0.4.6",
"license": "MIT",
"author": {
"name": "Vanvelthem Sébastien",
Expand Down

0 comments on commit 38fc1cb

Please sign in to comment.