Skip to content

Commit

Permalink
Merge pull request #11 from OrJDev/changeset-release/main
Browse files Browse the repository at this point in the history
chore(release): 📦  version packages
  • Loading branch information
OrJDev authored Jan 4, 2023
2 parents a4b6c38 + 1f1d36f commit 68c1e45
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .changeset/cool-frogs-occur.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/proud-phones-reflect.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @trpc-limiter/core

## 0.0.8

### Patch Changes

- [`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

- [`a4b6c38`](https://github.com/OrJDev/trpc-limiter/commit/a4b6c38c9a3a04f042dd5a7b7b20af710ec4801f) Thanks [@OrJDev](https://github.com/OrJDev)! - Feat: infer the hitInfo from the returnType of `isBlocked`

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc-limiter/core",
"version": "0.0.7",
"version": "0.0.8",
"private": false,
"keywords": [
"tRPC",
Expand Down
11 changes: 11 additions & 0 deletions packages/memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @trpc-limiter/memory

## 0.0.3

### Patch Changes

- [`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

- [`a4b6c38`](https://github.com/OrJDev/trpc-limiter/commit/a4b6c38c9a3a04f042dd5a7b7b20af710ec4801f) Thanks [@OrJDev](https://github.com/OrJDev)! - Feat: infer the hitInfo from the returnType of `isBlocked`

- Updated dependencies [[`9333b72`](https://github.com/OrJDev/trpc-limiter/commit/9333b726a8408be1082cad91e194d312176d8112), [`a4b6c38`](https://github.com/OrJDev/trpc-limiter/commit/a4b6c38c9a3a04f042dd5a7b7b20af710ec4801f)]:
- @trpc-limiter/core@0.0.8

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc-limiter/memory",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"keywords": [
"tRPC",
Expand Down
11 changes: 11 additions & 0 deletions packages/upstash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @trpc-limiter/upstash

## 0.0.3

### Patch Changes

- [`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

- [`a4b6c38`](https://github.com/OrJDev/trpc-limiter/commit/a4b6c38c9a3a04f042dd5a7b7b20af710ec4801f) Thanks [@OrJDev](https://github.com/OrJDev)! - Feat: infer the hitInfo from the returnType of `isBlocked`

- Updated dependencies [[`9333b72`](https://github.com/OrJDev/trpc-limiter/commit/9333b726a8408be1082cad91e194d312176d8112), [`a4b6c38`](https://github.com/OrJDev/trpc-limiter/commit/a4b6c38c9a3a04f042dd5a7b7b20af710ec4801f)]:
- @trpc-limiter/core@0.0.8

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/upstash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc-limiter/upstash",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"keywords": [
"tRPC",
Expand Down

0 comments on commit 68c1e45

Please sign in to comment.