Skip to content

Commit 2dfaa3a

Browse files
authored
Merge pull request #15 from OrJDev/changeset-release/main
chore(release): 📦 version packages
2 parents 9d0ae48 + 122eff8 commit 2dfaa3a

File tree

10 files changed

+50
-19
lines changed

10 files changed

+50
-19
lines changed

.changeset/happy-pillows-train.md

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

.changeset/thick-buses-trade.md

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

packages/core/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [`9d70e44`](https://github.com/OrJDev/trpc-limiter/commit/9d70e44d0b52a5d9f658fb3b7a0d734f791377f7) Thanks [@OrJDev](https://github.com/OrJDev)! - feat/fix: get everything up to date + redis adapter
8+
9+
### Patch Changes
10+
11+
- [`9d0ae48`](https://github.com/OrJDev/trpc-limiter/commit/9d0ae48654b9f9a7fcd88396a87af7175c129c22) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: type-safed hitinfo
12+
313
## 0.0.8
414

515
### 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.8",
3+
"version": "1.0.0",
44
"private": false,
55
"keywords": [
66
"tRPC",

packages/memory/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [`9d70e44`](https://github.com/OrJDev/trpc-limiter/commit/9d70e44d0b52a5d9f658fb3b7a0d734f791377f7) Thanks [@OrJDev](https://github.com/OrJDev)! - feat/fix: get everything up to date + redis adapter
8+
9+
### Patch Changes
10+
11+
- [`9d0ae48`](https://github.com/OrJDev/trpc-limiter/commit/9d0ae48654b9f9a7fcd88396a87af7175c129c22) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: type-safed hitinfo
12+
13+
- Updated dependencies [[`9d0ae48`](https://github.com/OrJDev/trpc-limiter/commit/9d0ae48654b9f9a7fcd88396a87af7175c129c22), [`9d70e44`](https://github.com/OrJDev/trpc-limiter/commit/9d70e44d0b52a5d9f658fb3b7a0d734f791377f7)]:
14+
- @trpc-limiter/core@1.0.0
15+
316
## 0.0.3
417

518
### 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.3",
3+
"version": "1.0.0",
44
"private": false,
55
"keywords": [
66
"tRPC",

packages/redis/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @trpc-limiter/redis
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [`9d0ae48`](https://github.com/OrJDev/trpc-limiter/commit/9d0ae48654b9f9a7fcd88396a87af7175c129c22) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: type-safed hitinfo
8+
9+
- Updated dependencies [[`9d0ae48`](https://github.com/OrJDev/trpc-limiter/commit/9d0ae48654b9f9a7fcd88396a87af7175c129c22), [`9d70e44`](https://github.com/OrJDev/trpc-limiter/commit/9d70e44d0b52a5d9f658fb3b7a0d734f791377f7)]:
10+
- @trpc-limiter/core@1.0.0

packages/redis/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/redis",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": false,
55
"keywords": [
66
"tRPC",

packages/upstash/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [`9d70e44`](https://github.com/OrJDev/trpc-limiter/commit/9d70e44d0b52a5d9f658fb3b7a0d734f791377f7) Thanks [@OrJDev](https://github.com/OrJDev)! - feat/fix: get everything up to date + redis adapter
8+
9+
### Patch Changes
10+
11+
- [`9d0ae48`](https://github.com/OrJDev/trpc-limiter/commit/9d0ae48654b9f9a7fcd88396a87af7175c129c22) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: type-safed hitinfo
12+
13+
- Updated dependencies [[`9d0ae48`](https://github.com/OrJDev/trpc-limiter/commit/9d0ae48654b9f9a7fcd88396a87af7175c129c22), [`9d70e44`](https://github.com/OrJDev/trpc-limiter/commit/9d70e44d0b52a5d9f658fb3b7a0d734f791377f7)]:
14+
- @trpc-limiter/core@1.0.0
15+
316
## 0.0.3
417

518
### 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.3",
3+
"version": "1.0.0",
44
"private": false,
55
"keywords": [
66
"tRPC",

0 commit comments

Comments
 (0)