Skip to content

Commit

Permalink
Version Packages (#1376)
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 Aug 20, 2024
1 parent 36733f0 commit d3593ad
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-deers-tickle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-crews-help.md

This file was deleted.

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

## 0.1.81

### Patch Changes

- Updated dependencies [[`36733f0`](https://github.com/belgattitude/httpx/commit/36733f06ef1278a362933c0c4c56e7d6ea9bceca), [`36733f0`](https://github.com/belgattitude/httpx/commit/36733f06ef1278a362933c0c4c56e7d6ea9bceca)]:
- @httpx/exception@3.0.9
- @httpx/dsn-parser@1.8.2

## 0.1.80

### 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.80",
"version": "0.1.81",
"type": "module",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions integrations/prisma-exception/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# prisma-exception

## 0.0.15

### Patch Changes

- Updated dependencies [[`36733f0`](https://github.com/belgattitude/httpx/commit/36733f06ef1278a362933c0c4c56e7d6ea9bceca)]:
- @httpx/exception@3.0.9

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/prisma-exception/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prisma-exception",
"description": "Prisma errors to http exceptions.",
"version": "0.0.14",
"version": "0.0.15",
"license": "MIT",
"author": {
"name": "Vanvelthem Sébastien",
Expand Down
6 changes: 6 additions & 0 deletions packages/dsn-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @httpx/dsn-parser

## 1.8.2

### Patch Changes

- [#1375](https://github.com/belgattitude/httpx/pull/1375) [`36733f0`](https://github.com/belgattitude/httpx/commit/36733f06ef1278a362933c0c4c56e7d6ea9bceca) Thanks [@belgattitude](https://github.com/belgattitude)! - Support typescript "exactOptionalPropertyTypes". See [typescript blog](https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/#exact-optional-property-types)

## 1.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dsn-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@httpx/dsn-parser",
"description": "DSN & JDBC string parser with query params support in a tiny and modern package.",
"version": "1.8.1",
"version": "1.8.2",
"license": "MIT",
"author": {
"name": "Vanvelthem Sébastien",
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

## 3.0.9

### Patch Changes

- [#1375](https://github.com/belgattitude/httpx/pull/1375) [`36733f0`](https://github.com/belgattitude/httpx/commit/36733f06ef1278a362933c0c4c56e7d6ea9bceca) Thanks [@belgattitude](https://github.com/belgattitude)! - Support typescript "exactOptionalPropertyTypes". See [typescript blog](https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/#exact-optional-property-types)

## 3.0.8

### Patch 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": "HTTP response errors with default message, stacktrace, instanceof, error cause support and more.",
"version": "3.0.8",
"version": "3.0.9",
"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.5.22

### Patch Changes

- Updated dependencies [[`36733f0`](https://github.com/belgattitude/httpx/commit/36733f06ef1278a362933c0c4c56e7d6ea9bceca)]:
- @httpx/exception@3.0.9

## 0.5.21

### 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.5.21",
"version": "0.5.22",
"license": "MIT",
"author": {
"name": "Vanvelthem Sébastien",
Expand Down

0 comments on commit d3593ad

Please sign in to comment.