Skip to content

Commit

Permalink
Merge pull request #1891 from belgattitude/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
belgattitude authored Feb 4, 2025
2 parents 1267907 + 91d50ec commit 4422cf3
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-boxes-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-wasps-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-crews-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-terms-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-stingrays-attend.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.102

### Patch Changes

- Updated dependencies [[`2bf1642`](https://github.com/belgattitude/httpx/commit/2bf164234c128c8c47bf708f66084e9403015a02), [`2bf1642`](https://github.com/belgattitude/httpx/commit/2bf164234c128c8c47bf708f66084e9403015a02), [`2bf1642`](https://github.com/belgattitude/httpx/commit/2bf164234c128c8c47bf708f66084e9403015a02), [`2bf1642`](https://github.com/belgattitude/httpx/commit/2bf164234c128c8c47bf708f66084e9403015a02), [`2bf1642`](https://github.com/belgattitude/httpx/commit/2bf164234c128c8c47bf708f66084e9403015a02)]:
- @httpx/lru@0.6.0
- @httpx/memo-intl@1.2.3

## 0.1.101

### 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.101",
"version": "0.1.102",
"type": "module",
"private": true,
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions packages/lru/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @httpx/lru

## 0.6.0

### Minor Changes

- [#1890](https://github.com/belgattitude/httpx/pull/1890) [`2bf1642`](https://github.com/belgattitude/httpx/commit/2bf164234c128c8c47bf708f66084e9403015a02) Thanks [@belgattitude](https://github.com/belgattitude)! - Rename getOrInsert into getOrSet (BC)

- [#1890](https://github.com/belgattitude/httpx/pull/1890) [`2bf1642`](https://github.com/belgattitude/httpx/commit/2bf164234c128c8c47bf708f66084e9403015a02) Thanks [@belgattitude](https://github.com/belgattitude)! - LRU.clear now returns the number of cleared items

- [#1890](https://github.com/belgattitude/httpx/pull/1890) [`2bf1642`](https://github.com/belgattitude/httpx/commit/2bf164234c128c8c47bf708f66084e9403015a02) Thanks [@belgattitude](https://github.com/belgattitude)! - Allow CacheKey type to be a number (still default to string)

- [#1890](https://github.com/belgattitude/httpx/pull/1890) [`2bf1642`](https://github.com/belgattitude/httpx/commit/2bf164234c128c8c47bf708f66084e9403015a02) Thanks [@belgattitude](https://github.com/belgattitude)! - Export BaseCache interface for customization

### Patch Changes

- [#1890](https://github.com/belgattitude/httpx/pull/1890) [`2bf1642`](https://github.com/belgattitude/httpx/commit/2bf164234c128c8c47bf708f66084e9403015a02) Thanks [@belgattitude](https://github.com/belgattitude)! - Add benchmarks for iterators and peek

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lru/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@httpx/lru",
"description": "LRUCache implementations with O(1) complexity",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"author": {
"name": "Vanvelthem Sébastien",
Expand Down
7 changes: 7 additions & 0 deletions packages/memo-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @httpx/memo-intl

## 1.2.3

### Patch Changes

- Updated dependencies [[`2bf1642`](https://github.com/belgattitude/httpx/commit/2bf164234c128c8c47bf708f66084e9403015a02), [`2bf1642`](https://github.com/belgattitude/httpx/commit/2bf164234c128c8c47bf708f66084e9403015a02), [`2bf1642`](https://github.com/belgattitude/httpx/commit/2bf164234c128c8c47bf708f66084e9403015a02), [`2bf1642`](https://github.com/belgattitude/httpx/commit/2bf164234c128c8c47bf708f66084e9403015a02), [`2bf1642`](https://github.com/belgattitude/httpx/commit/2bf164234c128c8c47bf708f66084e9403015a02)]:
- @httpx/lru@0.6.0

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/memo-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@httpx/memo-intl",
"description": "LRU-based memoizer for Intl constructors.",
"version": "1.2.2",
"version": "1.2.3",
"license": "MIT",
"author": {
"name": "Vanvelthem Sébastien",
Expand Down

0 comments on commit 4422cf3

Please sign in to comment.