Skip to content

Commit 1f1d36f

Browse files
chore(release): 📦 version packages
1 parent a4b6c38 commit 1f1d36f

File tree

8 files changed

+33
-17
lines changed

8 files changed

+33
-17
lines changed

.changeset/cool-frogs-occur.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/proud-phones-reflect.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @trpc-limiter/core
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- [`9333b72`](https://github.com/OrJDev/trpc-limiter/commit/9333b726a8408be1082cad91e194d312176d8112) Thanks [@OrJDev](https://github.com/OrJDev)! - fix/feat: pass the input object to the fingerprint function
8+
9+
- [`a4b6c38`](https://github.com/OrJDev/trpc-limiter/commit/a4b6c38c9a3a04f042dd5a7b7b20af710ec4801f) Thanks [@OrJDev](https://github.com/OrJDev)! - Feat: infer the hitInfo from the returnType of `isBlocked`
10+
311
## 0.0.7
412

513
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trpc-limiter/core",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"private": false,
55
"keywords": [
66
"tRPC",

packages/memory/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @trpc-limiter/memory
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [`9333b72`](https://github.com/OrJDev/trpc-limiter/commit/9333b726a8408be1082cad91e194d312176d8112) Thanks [@OrJDev](https://github.com/OrJDev)! - fix/feat: pass the input object to the fingerprint function
8+
9+
- [`a4b6c38`](https://github.com/OrJDev/trpc-limiter/commit/a4b6c38c9a3a04f042dd5a7b7b20af710ec4801f) Thanks [@OrJDev](https://github.com/OrJDev)! - Feat: infer the hitInfo from the returnType of `isBlocked`
10+
11+
- Updated dependencies [[`9333b72`](https://github.com/OrJDev/trpc-limiter/commit/9333b726a8408be1082cad91e194d312176d8112), [`a4b6c38`](https://github.com/OrJDev/trpc-limiter/commit/a4b6c38c9a3a04f042dd5a7b7b20af710ec4801f)]:
12+
- @trpc-limiter/core@0.0.8
13+
314
## 0.0.2
415

516
### Patch Changes

packages/memory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trpc-limiter/memory",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"private": false,
55
"keywords": [
66
"tRPC",

packages/upstash/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @trpc-limiter/upstash
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [`9333b72`](https://github.com/OrJDev/trpc-limiter/commit/9333b726a8408be1082cad91e194d312176d8112) Thanks [@OrJDev](https://github.com/OrJDev)! - fix/feat: pass the input object to the fingerprint function
8+
9+
- [`a4b6c38`](https://github.com/OrJDev/trpc-limiter/commit/a4b6c38c9a3a04f042dd5a7b7b20af710ec4801f) Thanks [@OrJDev](https://github.com/OrJDev)! - Feat: infer the hitInfo from the returnType of `isBlocked`
10+
11+
- Updated dependencies [[`9333b72`](https://github.com/OrJDev/trpc-limiter/commit/9333b726a8408be1082cad91e194d312176d8112), [`a4b6c38`](https://github.com/OrJDev/trpc-limiter/commit/a4b6c38c9a3a04f042dd5a7b7b20af710ec4801f)]:
12+
- @trpc-limiter/core@0.0.8
13+
314
## 0.0.2
415

516
### Patch Changes

packages/upstash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trpc-limiter/upstash",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"private": false,
55
"keywords": [
66
"tRPC",

0 commit comments

Comments
 (0)