Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 17, 2024
1 parent be1dbb3 commit bc50e72
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/twenty-squids-try.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.94

### Patch Changes

- Updated dependencies [[`be1dbb3`](https://github.com/belgattitude/httpx/commit/be1dbb30bca671124f91de5714aadfc0a46789a0)]:
- @httpx/plain-object@2.0.3
- @httpx/treeu@0.4.7

## 0.1.93

### 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.93",
"version": "0.1.94",
"type": "module",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/plain-object/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @httpx/plain-object

## 2.0.3

### Patch Changes

- [#1661](https://github.com/belgattitude/httpx/pull/1661) [`be1dbb3`](https://github.com/belgattitude/httpx/commit/be1dbb30bca671124f91de5714aadfc0a46789a0) Thanks [@belgattitude](https://github.com/belgattitude)! - Tiny size reduction

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plain-object/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@httpx/plain-object",
"description": "Fast and lightweight utility functions to check if a value is a plain object.",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"author": {
"name": "Vanvelthem Sébastien",
Expand Down
7 changes: 7 additions & 0 deletions packages/treeu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @httpx/treeu

## 0.4.7

### Patch Changes

- Updated dependencies [[`be1dbb3`](https://github.com/belgattitude/httpx/commit/be1dbb30bca671124f91de5714aadfc0a46789a0)]:
- @httpx/plain-object@2.0.3

## 0.4.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/treeu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@httpx/treeu",
"description": "Tree utilities",
"version": "0.4.6",
"version": "0.4.7",
"license": "MIT",
"author": {
"name": "Vanvelthem Sébastien",
Expand Down

0 comments on commit bc50e72

Please sign in to comment.